mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
1799 lines
82 KiB
TOML
1799 lines
82 KiB
TOML
[[package]]
|
|
category = "main"
|
|
description = "Asyncio support for PEP-567 contextvars backport."
|
|
marker = "python_version < \"3.7\""
|
|
name = "aiocontextvars"
|
|
optional = false
|
|
python-versions = ">=3.5"
|
|
version = "0.2.2"
|
|
|
|
[package.dependencies]
|
|
[package.dependencies.contextvars]
|
|
python = "<3.7"
|
|
version = "2.4"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "Asynchronous file operations."
|
|
name = "aiofile"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "1.5.2"
|
|
|
|
[package.extras]
|
|
develop = ["cython", "pytest (4.0.2)", "pytest-asyncio (>=0.9.0,<0.10.0)", "pytest-cov"]
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "File support for asyncio."
|
|
name = "aiofiles"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "0.4.0"
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
|
|
name = "appdirs"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "1.4.3"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "Python async client for Redis key-value store"
|
|
name = "aredis"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "1.1.7"
|
|
|
|
[package.dependencies]
|
|
[package.dependencies.contextvars]
|
|
python = "<3.7"
|
|
version = "*"
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "A few extensions to pyyaml."
|
|
name = "aspy.yaml"
|
|
optional = false
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
version = "1.3.0"
|
|
|
|
[package.dependencies]
|
|
pyyaml = "*"
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "Classes Without Boilerplate"
|
|
name = "attrs"
|
|
optional = false
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
version = "19.3.0"
|
|
|
|
[package.extras]
|
|
azure-pipelines = ["coverage", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "zope.interface", "pytest-azurepipelines"]
|
|
dev = ["coverage", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "zope.interface", "sphinx", "pre-commit"]
|
|
docs = ["sphinx", "zope.interface"]
|
|
tests = ["coverage", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "zope.interface"]
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "Security oriented static analyser for python code."
|
|
name = "bandit"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "1.6.2"
|
|
|
|
[package.dependencies]
|
|
GitPython = ">=1.0.1"
|
|
PyYAML = ">=3.13"
|
|
colorama = ">=0.3.9"
|
|
six = ">=1.10.0"
|
|
stevedore = ">=1.20.0"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "Modern password hashing for your software and your servers"
|
|
name = "bcrypt"
|
|
optional = false
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
version = "3.1.7"
|
|
|
|
[package.dependencies]
|
|
cffi = ">=1.1"
|
|
six = ">=1.4.1"
|
|
|
|
[package.extras]
|
|
tests = ["pytest (>=3.2.1,<3.3.0 || >3.3.0)"]
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "The uncompromising code formatter."
|
|
name = "black"
|
|
optional = false
|
|
python-versions = ">=3.6"
|
|
version = "19.10b0"
|
|
|
|
[package.dependencies]
|
|
appdirs = "*"
|
|
attrs = ">=18.1.0"
|
|
click = ">=6.5"
|
|
pathspec = ">=0.6,<1"
|
|
regex = "*"
|
|
toml = ">=0.9.4"
|
|
typed-ast = ">=1.4.0"
|
|
|
|
[package.extras]
|
|
d = ["aiohttp (>=3.3.2)", "aiohttp-cors"]
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "A thin, practical wrapper around terminal coloring, styling, and positioning"
|
|
name = "blessings"
|
|
optional = false
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
version = "1.7"
|
|
|
|
[package.dependencies]
|
|
six = "*"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "Python package for providing Mozilla's CA Bundle."
|
|
name = "certifi"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "2019.11.28"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "Foreign Function Interface for Python calling C code."
|
|
name = "cffi"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "1.14.0"
|
|
|
|
[package.dependencies]
|
|
pycparser = "*"
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "Validate configuration and produce human readable error messages."
|
|
name = "cfgv"
|
|
optional = false
|
|
python-versions = ">=3.6"
|
|
version = "3.0.0"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "Universal encoding detector for Python 2 and 3"
|
|
name = "chardet"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "3.0.4"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "Composable command line interface toolkit"
|
|
name = "click"
|
|
optional = false
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
version = "7.0"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "Cross-platform colored terminal text."
|
|
marker = "sys_platform == \"win32\" or platform_system == \"Windows\""
|
|
name = "colorama"
|
|
optional = false
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
|
version = "0.4.3"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "PEP 567 Backport"
|
|
marker = "python_version < \"3.7\""
|
|
name = "contextvars"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "2.4"
|
|
|
|
[package.dependencies]
|
|
immutables = ">=0.9"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "cryptography is a package which provides cryptographic recipes and primitives to Python developers."
|
|
name = "cryptography"
|
|
optional = false
|
|
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*"
|
|
version = "2.8"
|
|
|
|
[package.dependencies]
|
|
cffi = ">=1.8,<1.11.3 || >1.11.3"
|
|
six = ">=1.4.1"
|
|
|
|
[package.extras]
|
|
docs = ["sphinx (>=1.6.5,<1.8.0 || >1.8.0)", "sphinx-rtd-theme"]
|
|
docstest = ["doc8", "pyenchant (>=1.6.11)", "twine (>=1.12.0)", "sphinxcontrib-spelling (>=4.0.1)"]
|
|
idna = ["idna (>=2.1)"]
|
|
pep8test = ["flake8", "flake8-import-order", "pep8-naming"]
|
|
test = ["pytest (>=3.6.0,<3.9.0 || >3.9.0,<3.9.1 || >3.9.1,<3.9.2 || >3.9.2)", "pretend", "iso8601", "pytz", "hypothesis (>=1.11.4,<3.79.2 || >3.79.2)"]
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "A backport of the dataclasses module for Python 3.6"
|
|
marker = "python_version < \"3.7\""
|
|
name = "dataclasses"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "0.6"
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "Distribution utilities"
|
|
name = "distlib"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "0.3.0"
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "Discover and load entry points from installed packages."
|
|
name = "entrypoints"
|
|
optional = false
|
|
python-versions = ">=2.7"
|
|
version = "0.3"
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "Removes commented-out code."
|
|
name = "eradicate"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "1.0"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production"
|
|
name = "fastapi"
|
|
optional = false
|
|
python-versions = ">=3.6"
|
|
version = "0.47.1"
|
|
|
|
[package.dependencies]
|
|
pydantic = ">=0.32.2,<2.0.0"
|
|
starlette = "0.12.9"
|
|
|
|
[package.extras]
|
|
all = ["requests", "aiofiles", "jinja2", "python-multipart", "itsdangerous", "pyyaml", "graphene", "ujson", "email-validator", "uvicorn", "async-exit-stack", "async-generator"]
|
|
dev = ["pyjwt", "passlib", "autoflake", "flake8", "uvicorn", "graphene"]
|
|
doc = ["mkdocs", "mkdocs-material", "markdown-include"]
|
|
test = ["pytest (>=4.0.0)", "pytest-cov", "mypy", "black", "isort", "requests", "email-validator", "sqlalchemy", "peewee", "databases", "orjson", "async-exit-stack", "async-generator"]
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "A platform independent file lock."
|
|
name = "filelock"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "3.0.12"
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "the modular source code checker: pep8, pyflakes and co"
|
|
name = "flake8"
|
|
optional = false
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
version = "3.7.9"
|
|
|
|
[package.dependencies]
|
|
entrypoints = ">=0.3.0,<0.4.0"
|
|
mccabe = ">=0.6.0,<0.7.0"
|
|
pycodestyle = ">=2.5.0,<2.6.0"
|
|
pyflakes = ">=2.1.0,<2.2.0"
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "Automated security testing with bandit and flake8."
|
|
name = "flake8-bandit"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "2.1.2"
|
|
|
|
[package.dependencies]
|
|
bandit = "*"
|
|
flake8 = "*"
|
|
flake8-polyfill = "*"
|
|
pycodestyle = "*"
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "flake8 plugin to call black as a code style validator"
|
|
name = "flake8-black"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "0.1.1"
|
|
|
|
[package.dependencies]
|
|
black = ">=19.3b0"
|
|
flake8 = ">=3.0.0"
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "Flake8 plugin that check forgotten breakpoints"
|
|
name = "flake8-breakpoint"
|
|
optional = false
|
|
python-versions = ">=3.6,<4.0"
|
|
version = "1.1.0"
|
|
|
|
[package.dependencies]
|
|
flake8-plugin-utils = ">=1.0,<2.0"
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "A plugin for flake8 finding likely bugs and design problems in your program. Contains warnings that don't belong in pyflakes and pycodestyle."
|
|
name = "flake8-bugbear"
|
|
optional = false
|
|
python-versions = ">=3.6"
|
|
version = "20.1.4"
|
|
|
|
[package.dependencies]
|
|
attrs = ">=19.2.0"
|
|
flake8 = ">=3.0.0"
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "Check for python builtins being used as variables or parameters."
|
|
name = "flake8-builtins"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "1.4.2"
|
|
|
|
[package.dependencies]
|
|
flake8 = "*"
|
|
|
|
[package.extras]
|
|
test = ["coverage", "coveralls", "mock", "pytest", "pytest-cov"]
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "A flake8 plugin to help you write better list/set/dict comprehensions."
|
|
name = "flake8-comprehensions"
|
|
optional = false
|
|
python-versions = ">=3.5"
|
|
version = "3.2.2"
|
|
|
|
[package.dependencies]
|
|
flake8 = ">=3.0,<3.2.0 || >3.2.0,<4"
|
|
|
|
[package.dependencies.importlib-metadata]
|
|
python = "<3.8"
|
|
version = "*"
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "Warns about deprecated method calls."
|
|
name = "flake8-deprecated"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "1.3"
|
|
|
|
[package.dependencies]
|
|
flake8 = ">=3.0.0"
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "Extension for flake8 which uses pydocstyle to check docstrings"
|
|
name = "flake8-docstrings"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "1.5.0"
|
|
|
|
[package.dependencies]
|
|
flake8 = ">=3"
|
|
pydocstyle = ">=2.1"
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "Flake8 plugin to find commented out code"
|
|
name = "flake8-eradicate"
|
|
optional = false
|
|
python-versions = ">=3.6,<4.0"
|
|
version = "0.2.4"
|
|
|
|
[package.dependencies]
|
|
attrs = ">=18.2,<20.0"
|
|
eradicate = ">=0.2.1,<1.1.0"
|
|
flake8 = ">=3.5,<4.0"
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "The plugin checks `if expressions` (ternary operator)"
|
|
name = "flake8-if-expr"
|
|
optional = false
|
|
python-versions = ">=3.6,<4.0"
|
|
version = "1.0.0"
|
|
|
|
[package.dependencies]
|
|
flake8-plugin-utils = ">=1.0,<2.0"
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "flake8 plugin that integrates isort ."
|
|
name = "flake8-isort"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "2.8.0"
|
|
|
|
[package.dependencies]
|
|
flake8 = ">=3.2.1"
|
|
testfixtures = "*"
|
|
|
|
[package.dependencies.isort]
|
|
extras = ["pyproject"]
|
|
version = ">=4.3.0"
|
|
|
|
[package.extras]
|
|
test = ["pytest"]
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "A flake8 extension that implements misc. lints"
|
|
name = "flake8-pie"
|
|
optional = false
|
|
python-versions = ">=3.6"
|
|
version = "0.4.2"
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "The package provides base classes and utils for flake8 plugin writing"
|
|
name = "flake8-plugin-utils"
|
|
optional = false
|
|
python-versions = ">=3.6,<4.0"
|
|
version = "1.0.0"
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "Polyfill package for Flake8 plugins"
|
|
name = "flake8-polyfill"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "1.0.2"
|
|
|
|
[package.dependencies]
|
|
flake8 = "*"
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "print statement checker plugin for flake8"
|
|
name = "flake8-print"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "3.1.4"
|
|
|
|
[package.dependencies]
|
|
flake8 = ">=1.5"
|
|
pycodestyle = "*"
|
|
six = "*"
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "Flake8 plugin that checks return values"
|
|
name = "flake8-return"
|
|
optional = false
|
|
python-versions = ">=3.6,<4.0"
|
|
version = "1.1.1"
|
|
|
|
[package.dependencies]
|
|
flake8-plugin-utils = ">=1.0,<2.0"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "Clean single-source support for Python 3 and 2"
|
|
name = "future"
|
|
optional = false
|
|
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
|
|
version = "0.18.2"
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "Git Object Database"
|
|
name = "gitdb"
|
|
optional = false
|
|
python-versions = ">=3.4"
|
|
version = "4.0.1"
|
|
|
|
[package.dependencies]
|
|
smmap = ">=3.0.1,<4"
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "Python Git Library"
|
|
name = "gitpython"
|
|
optional = false
|
|
python-versions = ">=3.4"
|
|
version = "3.1.0"
|
|
|
|
[package.dependencies]
|
|
gitdb = ">=4.0.1,<5"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "WSGI HTTP Server for UNIX"
|
|
name = "gunicorn"
|
|
optional = false
|
|
python-versions = ">=3.4"
|
|
version = "20.0.4"
|
|
|
|
[package.dependencies]
|
|
setuptools = ">=3.0"
|
|
|
|
[package.extras]
|
|
eventlet = ["eventlet (>=0.9.7)"]
|
|
gevent = ["gevent (>=0.13)"]
|
|
setproctitle = ["setproctitle"]
|
|
tornado = ["tornado (>=0.2)"]
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "A pure-Python, bring-your-own-I/O implementation of HTTP/1.1"
|
|
name = "h11"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "0.9.0"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "HTTP/2 State-Machine based protocol implementation"
|
|
name = "h2"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "3.2.0"
|
|
|
|
[package.dependencies]
|
|
hpack = ">=3.0,<4"
|
|
hyperframe = ">=5.2.0,<6"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "Pure-Python HPACK header compression"
|
|
name = "hpack"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "3.0.0"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "Chromium HSTS Preload list as a Python package and updated daily"
|
|
name = "hstspreload"
|
|
optional = false
|
|
python-versions = ">=3.6"
|
|
version = "2020.2.21"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "A collection of framework independent HTTP protocol utils."
|
|
marker = "sys_platform != \"win32\" and sys_platform != \"cygwin\" and platform_python_implementation != \"PyPy\""
|
|
name = "httptools"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "0.1.1"
|
|
|
|
[package.extras]
|
|
test = ["Cython (0.29.14)"]
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "The next generation HTTP client."
|
|
name = "httpx"
|
|
optional = false
|
|
python-versions = ">=3.6"
|
|
version = "0.11.1"
|
|
|
|
[package.dependencies]
|
|
certifi = "*"
|
|
chardet = ">=3.0.0,<4.0.0"
|
|
h11 = ">=0.8,<0.10"
|
|
h2 = ">=3.0.0,<4.0.0"
|
|
hstspreload = "*"
|
|
idna = ">=2.0.0,<3.0.0"
|
|
rfc3986 = ">=1.3,<2"
|
|
sniffio = ">=1.0.0,<2.0.0"
|
|
urllib3 = ">=1.0.0,<2.0.0"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "HTTP/2 framing layer for Python"
|
|
name = "hyperframe"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "5.2.0"
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "File identification library for Python"
|
|
name = "identify"
|
|
optional = false
|
|
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7"
|
|
version = "1.4.11"
|
|
|
|
[package.extras]
|
|
license = ["editdistance"]
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "Internationalized Domain Names in Applications (IDNA)"
|
|
name = "idna"
|
|
optional = false
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
version = "2.9"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "Immutable Collections"
|
|
marker = "python_version < \"3.7\""
|
|
name = "immutables"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "0.11"
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "Read metadata from Python packages"
|
|
marker = "python_version < \"3.8\""
|
|
name = "importlib-metadata"
|
|
optional = false
|
|
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
|
|
version = "1.5.0"
|
|
|
|
[package.dependencies]
|
|
zipp = ">=0.5"
|
|
|
|
[package.extras]
|
|
docs = ["sphinx", "rst.linker"]
|
|
testing = ["packaging", "importlib-resources"]
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "Read resources from Python packages"
|
|
marker = "python_version < \"3.7\""
|
|
name = "importlib-resources"
|
|
optional = false
|
|
python-versions = ">=2.7,!=3.0,!=3.1,!=3.2,!=3.3"
|
|
version = "1.0.2"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "Collection of common interactive command line user interfaces, based on Inquirer.js"
|
|
name = "inquirer"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "2.6.3"
|
|
|
|
[package.dependencies]
|
|
blessings = "1.7"
|
|
python-editor = "1.0.4"
|
|
readchar = "2.0.1"
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "A Python utility / library to sort Python imports."
|
|
name = "isort"
|
|
optional = false
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
version = "4.3.21"
|
|
|
|
[package.extras]
|
|
pipfile = ["pipreqs", "requirementslib"]
|
|
pyproject = ["toml"]
|
|
requirements = ["pipreqs", "pip-api"]
|
|
xdg_home = ["appdirs (>=1.4.0)"]
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "Python logging made (stupidly) simple"
|
|
name = "loguru"
|
|
optional = false
|
|
python-versions = ">=3.5"
|
|
version = "0.4.1"
|
|
|
|
[package.dependencies]
|
|
colorama = ">=0.3.4"
|
|
win32-setctime = ">=1.0.0"
|
|
|
|
[package.dependencies.aiocontextvars]
|
|
python = "<3.7"
|
|
version = ">=0.2.0"
|
|
|
|
[package.extras]
|
|
dev = ["codecov (>=2.0.15)", "colorama (>=0.3.4)", "flake8 (>=3.7.7)", "isort (>=4.3.20)", "tox (>=3.9.0)", "tox-travis (>=0.12)", "pytest (>=4.6.2)", "pytest-cov (>=2.7.1)", "Sphinx (>=2.2.1)", "sphinx-autobuild (>=0.7.1)", "sphinx-rtd-theme (>=0.4.3)", "black (>=19.3b0)"]
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "McCabe checker, plugin for flake8"
|
|
name = "mccabe"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "0.6.1"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "Multi-vendor library to simplify Paramiko SSH connections to network devices"
|
|
name = "netmiko"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "2.4.2"
|
|
|
|
[package.dependencies]
|
|
paramiko = ">=2.4.3"
|
|
pyserial = "*"
|
|
scp = ">=0.13.2"
|
|
setuptools = ">=38.4.0"
|
|
textfsm = "*"
|
|
|
|
[package.extras]
|
|
test = ["pyyaml (5.1)", "pytest (>=4.6.3)"]
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "Node.js virtual environment builder"
|
|
name = "nodeenv"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "1.3.5"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "SSH2 protocol library"
|
|
name = "paramiko"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "2.7.1"
|
|
|
|
[package.dependencies]
|
|
bcrypt = ">=3.1.3"
|
|
cryptography = ">=2.5"
|
|
pynacl = ">=1.0.1"
|
|
|
|
[package.extras]
|
|
all = ["pyasn1 (>=0.1.7)", "pynacl (>=1.0.1)", "bcrypt (>=3.1.3)", "invoke (>=1.3)", "gssapi (>=1.4.1)", "pywin32 (>=2.1.8)"]
|
|
ed25519 = ["pynacl (>=1.0.1)", "bcrypt (>=3.1.3)"]
|
|
gssapi = ["pyasn1 (>=0.1.7)", "gssapi (>=1.4.1)", "pywin32 (>=2.1.8)"]
|
|
invoke = ["invoke (>=1.3)"]
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "Utility library for gitignore style pattern matching of file paths."
|
|
name = "pathspec"
|
|
optional = false
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
|
version = "0.7.0"
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "Python Build Reasonableness"
|
|
name = "pbr"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "5.4.4"
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "Check PEP-8 naming conventions, plugin for flake8"
|
|
name = "pep8-naming"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "0.9.1"
|
|
|
|
[package.dependencies]
|
|
flake8-polyfill = ">=1.0.2,<2"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "Python Imaging Library (Fork)"
|
|
name = "pillow"
|
|
optional = false
|
|
python-versions = ">=3.5"
|
|
version = "7.0.0"
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "A framework for managing and maintaining multi-language pre-commit hooks."
|
|
name = "pre-commit"
|
|
optional = false
|
|
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
|
|
version = "1.21.0"
|
|
|
|
[package.dependencies]
|
|
"aspy.yaml" = "*"
|
|
cfgv = ">=2.0.0"
|
|
identify = ">=1.0.0"
|
|
nodeenv = ">=0.11.1"
|
|
pyyaml = "*"
|
|
six = "*"
|
|
toml = "*"
|
|
virtualenv = ">=15.2"
|
|
|
|
[package.dependencies.importlib-metadata]
|
|
python = "<3.8"
|
|
version = "*"
|
|
|
|
[package.dependencies.importlib-resources]
|
|
python = "<3.7"
|
|
version = "*"
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "Python style guide checker"
|
|
name = "pycodestyle"
|
|
optional = false
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
version = "2.5.0"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "C parser in Python"
|
|
name = "pycparser"
|
|
optional = false
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
version = "2.19"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "Data validation and settings management using python 3.6 type hinting"
|
|
name = "pydantic"
|
|
optional = false
|
|
python-versions = ">=3.6"
|
|
version = "1.5.1"
|
|
|
|
[package.dependencies]
|
|
[package.dependencies.dataclasses]
|
|
python = "<3.7"
|
|
version = ">=0.6"
|
|
|
|
[package.extras]
|
|
dotenv = ["python-dotenv (>=0.10.4)"]
|
|
email = ["email-validator (>=1.0.3)"]
|
|
typing_extensions = ["typing-extensions (>=3.7.2)"]
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "Python docstring style checker"
|
|
name = "pydocstyle"
|
|
optional = false
|
|
python-versions = ">=3.5"
|
|
version = "5.0.2"
|
|
|
|
[package.dependencies]
|
|
snowballstemmer = "*"
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "passive checker of Python programs"
|
|
name = "pyflakes"
|
|
optional = false
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
version = "2.1.1"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "JSON Web Token implementation in Python"
|
|
name = "pyjwt"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "1.7.1"
|
|
|
|
[package.extras]
|
|
crypto = ["cryptography (>=1.4)"]
|
|
flake8 = ["flake8", "flake8-import-order", "pep8-naming"]
|
|
test = ["pytest (>=4.0.1,<5.0.0)", "pytest-cov (>=2.6.0,<3.0.0)", "pytest-runner (>=4.2,<5.0.0)"]
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "Python binding to the Networking and Cryptography (NaCl) library"
|
|
name = "pynacl"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "1.3.0"
|
|
|
|
[package.dependencies]
|
|
cffi = ">=1.4.1"
|
|
six = "*"
|
|
|
|
[package.extras]
|
|
docs = ["sphinx (>=1.6.5)", "sphinx-rtd-theme"]
|
|
tests = ["pytest (>=3.2.1,<3.3.0 || >3.3.0)", "hypothesis (>=3.27.0)"]
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "Python Serial Port Extension"
|
|
name = "pyserial"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "3.4"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "Programmatically open an editor, capture the result."
|
|
name = "python-editor"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "1.0.4"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "YAML parser and emitter for Python"
|
|
name = "pyyaml"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "5.3"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "Utilities to read single characters and key-strokes"
|
|
name = "readchar"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "2.0.1"
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "Alternative regular expression module, to replace re."
|
|
name = "regex"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "2020.2.20"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "Validating URI References per RFC 3986"
|
|
name = "rfc3986"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "1.3.2"
|
|
|
|
[package.extras]
|
|
idna2008 = ["idna"]
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "scp module for paramiko"
|
|
name = "scp"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "0.13.2"
|
|
|
|
[package.dependencies]
|
|
paramiko = "*"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "Python 2 and 3 compatibility utilities"
|
|
name = "six"
|
|
optional = false
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
|
|
version = "1.14.0"
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "A pure Python implementation of a sliding window memory map manager"
|
|
name = "smmap"
|
|
optional = false
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
version = "3.0.1"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "Sniff out which async library your code is running under"
|
|
name = "sniffio"
|
|
optional = false
|
|
python-versions = ">=3.5"
|
|
version = "1.1.0"
|
|
|
|
[package.dependencies]
|
|
[package.dependencies.contextvars]
|
|
python = "<3.7"
|
|
version = ">=2.1"
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "This package provides 26 stemmers for 25 languages generated from Snowball algorithms."
|
|
name = "snowballstemmer"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "2.0.0"
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "Debug-friendly stack traces, with variable values and semantic highlighting"
|
|
name = "stackprinter"
|
|
optional = false
|
|
python-versions = ">=3.4"
|
|
version = "0.2.3"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "The little ASGI library that shines."
|
|
name = "starlette"
|
|
optional = false
|
|
python-versions = ">=3.6"
|
|
version = "0.12.9"
|
|
|
|
[package.extras]
|
|
full = ["aiofiles", "graphene", "itsdangerous", "jinja2", "python-multipart", "pyyaml", "requests", "ujson"]
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "Manage dynamic plugins for Python applications"
|
|
name = "stevedore"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "1.32.0"
|
|
|
|
[package.dependencies]
|
|
pbr = ">=2.0.0,<2.1.0 || >2.1.0"
|
|
six = ">=1.10.0"
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "A collection of helpers and mock objects for unit tests and doc tests."
|
|
name = "testfixtures"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "6.13.1"
|
|
|
|
[package.extras]
|
|
build = ["setuptools-git", "wheel", "twine"]
|
|
docs = ["sphinx", "zope.component", "sybil", "twisted", "mock", "django (<2)", "django"]
|
|
test = ["pytest (>=3.6)", "pytest-cov", "pytest-django", "zope.component", "sybil", "twisted", "mock", "django (<2)", "django"]
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "Python module for parsing semi-structured text into python tables."
|
|
name = "textfsm"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "1.1.0"
|
|
|
|
[package.dependencies]
|
|
future = "*"
|
|
six = "*"
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "Python Library for Tom's Obvious, Minimal Language"
|
|
name = "toml"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "0.10.0"
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "a fork of Python 2 and 3 ast modules with type comment support"
|
|
name = "typed-ast"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "1.4.1"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "HTTP library with thread-safe connection pooling, file post, and more."
|
|
name = "urllib3"
|
|
optional = false
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4"
|
|
version = "1.25.8"
|
|
|
|
[package.extras]
|
|
brotli = ["brotlipy (>=0.6.0)"]
|
|
secure = ["pyOpenSSL (>=0.14)", "cryptography (>=1.3.4)", "idna (>=2.0.0)", "certifi", "ipaddress"]
|
|
socks = ["PySocks (>=1.5.6,<1.5.7 || >1.5.7,<2.0)"]
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "The lightning-fast ASGI server."
|
|
name = "uvicorn"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "0.11.3"
|
|
|
|
[package.dependencies]
|
|
click = ">=7.0.0,<8.0.0"
|
|
h11 = ">=0.8,<0.10"
|
|
httptools = ">=0.1.0,<0.2.0"
|
|
uvloop = ">=0.14.0"
|
|
websockets = ">=8.0.0,<9.0.0"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "Fast implementation of asyncio event loop on top of libuv"
|
|
name = "uvloop"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "0.14.0"
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "Virtual Python Environment builder"
|
|
name = "virtualenv"
|
|
optional = false
|
|
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7"
|
|
version = "20.0.5"
|
|
|
|
[package.dependencies]
|
|
appdirs = ">=1.4.3,<2"
|
|
distlib = ">=0.3.0,<1"
|
|
filelock = ">=3.0.0,<4"
|
|
six = ">=1.9.0,<2"
|
|
|
|
[package.dependencies.importlib-metadata]
|
|
python = "<3.8"
|
|
version = ">=0.12,<2"
|
|
|
|
[package.dependencies.importlib-resources]
|
|
python = "<3.7"
|
|
version = ">=1.0,<2"
|
|
|
|
[package.extras]
|
|
docs = ["sphinx (>=2.0.0,<3)", "sphinx-argparse (>=0.2.5,<1)", "sphinx-rtd-theme (>=0.4.3,<1)", "towncrier (>=19.9.0rc1)", "proselint (>=0.10.2,<1)"]
|
|
testing = ["pytest (>=4.0.0,<6)", "coverage (>=4.5.1,<6)", "pytest-mock (>=2.0.0,<3)", "pytest-env (>=0.6.2,<1)", "packaging (>=20.0)", "xonsh (>=0.9.13,<1)"]
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "An implementation of the WebSocket Protocol (RFC 6455 & 7692)"
|
|
name = "websockets"
|
|
optional = false
|
|
python-versions = ">=3.6"
|
|
version = "8.0.2"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "A small Python utility to set file creation time on Windows"
|
|
marker = "sys_platform == \"win32\""
|
|
name = "win32-setctime"
|
|
optional = false
|
|
python-versions = ">=3.5"
|
|
version = "1.0.1"
|
|
|
|
[package.extras]
|
|
dev = ["pytest (>=4.6.2)", "black (>=19.3b0)"]
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "Makes working with XML feel like you are working with JSON"
|
|
name = "xmltodict"
|
|
optional = false
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
version = "0.12.0"
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "Backport of pathlib-compatible object wrapper for zip files"
|
|
marker = "python_version < \"3.8\""
|
|
name = "zipp"
|
|
optional = false
|
|
python-versions = ">=3.6"
|
|
version = "3.0.0"
|
|
|
|
[package.extras]
|
|
docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"]
|
|
testing = ["jaraco.itertools", "func-timeout"]
|
|
|
|
[metadata]
|
|
content-hash = "7b58a797269e6f4220563b69300281662b8e97f1f8bde1d7551faab23f8327da"
|
|
python-versions = "^3.6"
|
|
|
|
[metadata.files]
|
|
aiocontextvars = [
|
|
{file = "aiocontextvars-0.2.2-py2.py3-none-any.whl", hash = "sha256:885daf8261818767d8f7cbd79f9d4482d118f024b6586ef6e67980236a27bfa3"},
|
|
{file = "aiocontextvars-0.2.2.tar.gz", hash = "sha256:f027372dc48641f683c559f247bd84962becaacdc9ba711d583c3871fb5652aa"},
|
|
]
|
|
aiofile = [
|
|
{file = "aiofile-1.5.2-cp34-cp34m-macosx_10_6_intel.whl", hash = "sha256:cef9e7bdf93db6a4c7ffe9ef0c354e2887695ec2a3a9dda8ed285005ec835616"},
|
|
{file = "aiofile-1.5.2-cp35-cp35m-macosx_10_6_intel.whl", hash = "sha256:e43cb5e3181a8dfb73afbb4749b024e9a35a52e60ecf97d1d3db2731212cb0a0"},
|
|
{file = "aiofile-1.5.2-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:a9a457654e561c396b88f70a0d5fa00e40a337853aa180bc805d9d5efb82317c"},
|
|
{file = "aiofile-1.5.2-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:8c50fcb42ee2bad2ae811edb972724e7f6bf3b0a6565a498f2432862b548b92d"},
|
|
{file = "aiofile-1.5.2-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:d1da2fc9aa7509d29ea09617bf533bd1045f79cfdfb10ee83da90ba2212720a2"},
|
|
{file = "aiofile-1.5.2-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:312d50ed7e646a40ab2a5457fdf382870aca926f956921ab8c7ab72c3922f372"},
|
|
{file = "aiofile-1.5.2.tar.gz", hash = "sha256:229078abbaab87adfcaad0fa7766b9b8251d42d0242deac6166da433b027ef1f"},
|
|
]
|
|
aiofiles = [
|
|
{file = "aiofiles-0.4.0-py3-none-any.whl", hash = "sha256:1e644c2573f953664368de28d2aa4c89dfd64550429d0c27c4680ccd3aa4985d"},
|
|
{file = "aiofiles-0.4.0.tar.gz", hash = "sha256:021ea0ba314a86027c166ecc4b4c07f2d40fc0f4b3a950d1868a0f2571c2bbee"},
|
|
]
|
|
appdirs = [
|
|
{file = "appdirs-1.4.3-py2.py3-none-any.whl", hash = "sha256:d8b24664561d0d34ddfaec54636d502d7cea6e29c3eaf68f3df6180863e2166e"},
|
|
{file = "appdirs-1.4.3.tar.gz", hash = "sha256:9e5896d1372858f8dd3344faf4e5014d21849c756c8d5701f78f8a103b372d92"},
|
|
]
|
|
aredis = [
|
|
{file = "aredis-1.1.7.tar.gz", hash = "sha256:79e70f8c1a9f85ace1dcc2a3df97d66f7197b3b783b117aeeb43ae7f1107a6ca"},
|
|
]
|
|
"aspy.yaml" = [
|
|
{file = "aspy.yaml-1.3.0-py2.py3-none-any.whl", hash = "sha256:463372c043f70160a9ec950c3f1e4c3a82db5fca01d334b6bc89c7164d744bdc"},
|
|
{file = "aspy.yaml-1.3.0.tar.gz", hash = "sha256:e7c742382eff2caed61f87a39d13f99109088e5e93f04d76eb8d4b28aa143f45"},
|
|
]
|
|
attrs = [
|
|
{file = "attrs-19.3.0-py2.py3-none-any.whl", hash = "sha256:08a96c641c3a74e44eb59afb61a24f2cb9f4d7188748e76ba4bb5edfa3cb7d1c"},
|
|
{file = "attrs-19.3.0.tar.gz", hash = "sha256:f7b7ce16570fe9965acd6d30101a28f62fb4a7f9e926b3bbc9b61f8b04247e72"},
|
|
]
|
|
bandit = [
|
|
{file = "bandit-1.6.2-py2.py3-none-any.whl", hash = "sha256:336620e220cf2d3115877685e264477ff9d9abaeb0afe3dc7264f55fa17a3952"},
|
|
{file = "bandit-1.6.2.tar.gz", hash = "sha256:41e75315853507aa145d62a78a2a6c5e3240fe14ee7c601459d0df9418196065"},
|
|
]
|
|
bcrypt = [
|
|
{file = "bcrypt-3.1.7-cp27-cp27m-macosx_10_6_intel.whl", hash = "sha256:d7bdc26475679dd073ba0ed2766445bb5b20ca4793ca0db32b399dccc6bc84b7"},
|
|
{file = "bcrypt-3.1.7-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:69361315039878c0680be456640f8705d76cb4a3a3fe1e057e0f261b74be4b31"},
|
|
{file = "bcrypt-3.1.7-cp27-cp27m-win32.whl", hash = "sha256:5432dd7b34107ae8ed6c10a71b4397f1c853bd39a4d6ffa7e35f40584cffd161"},
|
|
{file = "bcrypt-3.1.7-cp27-cp27m-win_amd64.whl", hash = "sha256:9fe92406c857409b70a38729dbdf6578caf9228de0aef5bc44f859ffe971a39e"},
|
|
{file = "bcrypt-3.1.7-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:763669a367869786bb4c8fcf731f4175775a5b43f070f50f46f0b59da45375d0"},
|
|
{file = "bcrypt-3.1.7-cp34-abi3-macosx_10_6_intel.whl", hash = "sha256:a190f2a5dbbdbff4b74e3103cef44344bc30e61255beb27310e2aec407766052"},
|
|
{file = "bcrypt-3.1.7-cp34-abi3-manylinux1_x86_64.whl", hash = "sha256:c9457fa5c121e94a58d6505cadca8bed1c64444b83b3204928a866ca2e599105"},
|
|
{file = "bcrypt-3.1.7-cp34-cp34m-win32.whl", hash = "sha256:8b10acde4e1919d6015e1df86d4c217d3b5b01bb7744c36113ea43d529e1c3de"},
|
|
{file = "bcrypt-3.1.7-cp34-cp34m-win_amd64.whl", hash = "sha256:cb93f6b2ab0f6853550b74e051d297c27a638719753eb9ff66d1e4072be67133"},
|
|
{file = "bcrypt-3.1.7-cp35-cp35m-win32.whl", hash = "sha256:6fe49a60b25b584e2f4ef175b29d3a83ba63b3a4df1b4c0605b826668d1b6be5"},
|
|
{file = "bcrypt-3.1.7-cp35-cp35m-win_amd64.whl", hash = "sha256:a595c12c618119255c90deb4b046e1ca3bcfad64667c43d1166f2b04bc72db09"},
|
|
{file = "bcrypt-3.1.7-cp36-cp36m-win32.whl", hash = "sha256:74a015102e877d0ccd02cdeaa18b32aa7273746914a6c5d0456dd442cb65b99c"},
|
|
{file = "bcrypt-3.1.7-cp36-cp36m-win_amd64.whl", hash = "sha256:0258f143f3de96b7c14f762c770f5fc56ccd72f8a1857a451c1cd9a655d9ac89"},
|
|
{file = "bcrypt-3.1.7-cp37-cp37m-win32.whl", hash = "sha256:19a4b72a6ae5bb467fea018b825f0a7d917789bcfe893e53f15c92805d187294"},
|
|
{file = "bcrypt-3.1.7-cp37-cp37m-win_amd64.whl", hash = "sha256:ff032765bb8716d9387fd5376d987a937254b0619eff0972779515b5c98820bc"},
|
|
{file = "bcrypt-3.1.7-cp38-cp38-win32.whl", hash = "sha256:ce4e4f0deb51d38b1611a27f330426154f2980e66582dc5f438aad38b5f24fc1"},
|
|
{file = "bcrypt-3.1.7-cp38-cp38-win_amd64.whl", hash = "sha256:6305557019906466fc42dbc53b46da004e72fd7a551c044a827e572c82191752"},
|
|
{file = "bcrypt-3.1.7.tar.gz", hash = "sha256:0b0069c752ec14172c5f78208f1863d7ad6755a6fae6fe76ec2c80d13be41e42"},
|
|
]
|
|
black = [
|
|
{file = "black-19.10b0-py36-none-any.whl", hash = "sha256:1b30e59be925fafc1ee4565e5e08abef6b03fe455102883820fe5ee2e4734e0b"},
|
|
{file = "black-19.10b0.tar.gz", hash = "sha256:c2edb73a08e9e0e6f65a0e6af18b059b8b1cdd5bef997d7a0b181df93dc81539"},
|
|
]
|
|
blessings = [
|
|
{file = "blessings-1.7-py2-none-any.whl", hash = "sha256:caad5211e7ba5afe04367cdd4cfc68fa886e2e08f6f35e76b7387d2109ccea6e"},
|
|
{file = "blessings-1.7-py3-none-any.whl", hash = "sha256:b1fdd7e7a675295630f9ae71527a8ebc10bfefa236b3d6aa4932ee4462c17ba3"},
|
|
{file = "blessings-1.7.tar.gz", hash = "sha256:98e5854d805f50a5b58ac2333411b0482516a8210f23f43308baeb58d77c157d"},
|
|
]
|
|
certifi = [
|
|
{file = "certifi-2019.11.28-py2.py3-none-any.whl", hash = "sha256:017c25db2a153ce562900032d5bc68e9f191e44e9a0f762f373977de9df1fbb3"},
|
|
{file = "certifi-2019.11.28.tar.gz", hash = "sha256:25b64c7da4cd7479594d035c08c2d809eb4aab3a26e5a990ea98cc450c320f1f"},
|
|
]
|
|
cffi = [
|
|
{file = "cffi-1.14.0-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:1cae98a7054b5c9391eb3249b86e0e99ab1e02bb0cc0575da191aedadbdf4384"},
|
|
{file = "cffi-1.14.0-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:cf16e3cf6c0a5fdd9bc10c21687e19d29ad1fe863372b5543deaec1039581a30"},
|
|
{file = "cffi-1.14.0-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:f2b0fa0c01d8a0c7483afd9f31d7ecf2d71760ca24499c8697aeb5ca37dc090c"},
|
|
{file = "cffi-1.14.0-cp27-cp27m-win32.whl", hash = "sha256:99f748a7e71ff382613b4e1acc0ac83bf7ad167fb3802e35e90d9763daba4d78"},
|
|
{file = "cffi-1.14.0-cp27-cp27m-win_amd64.whl", hash = "sha256:c420917b188a5582a56d8b93bdd8e0f6eca08c84ff623a4c16e809152cd35793"},
|
|
{file = "cffi-1.14.0-cp27-cp27mu-manylinux1_i686.whl", hash = "sha256:399aed636c7d3749bbed55bc907c3288cb43c65c4389964ad5ff849b6370603e"},
|
|
{file = "cffi-1.14.0-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:cab50b8c2250b46fe738c77dbd25ce017d5e6fb35d3407606e7a4180656a5a6a"},
|
|
{file = "cffi-1.14.0-cp35-cp35m-macosx_10_9_x86_64.whl", hash = "sha256:001bf3242a1bb04d985d63e138230802c6c8d4db3668fb545fb5005ddf5bb5ff"},
|
|
{file = "cffi-1.14.0-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:e56c744aa6ff427a607763346e4170629caf7e48ead6921745986db3692f987f"},
|
|
{file = "cffi-1.14.0-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:b8c78301cefcf5fd914aad35d3c04c2b21ce8629b5e4f4e45ae6812e461910fa"},
|
|
{file = "cffi-1.14.0-cp35-cp35m-win32.whl", hash = "sha256:8c0ffc886aea5df6a1762d0019e9cb05f825d0eec1f520c51be9d198701daee5"},
|
|
{file = "cffi-1.14.0-cp35-cp35m-win_amd64.whl", hash = "sha256:8a6c688fefb4e1cd56feb6c511984a6c4f7ec7d2a1ff31a10254f3c817054ae4"},
|
|
{file = "cffi-1.14.0-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:95cd16d3dee553f882540c1ffe331d085c9e629499ceadfbda4d4fde635f4b7d"},
|
|
{file = "cffi-1.14.0-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:66e41db66b47d0d8672d8ed2708ba91b2f2524ece3dee48b5dfb36be8c2f21dc"},
|
|
{file = "cffi-1.14.0-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:028a579fc9aed3af38f4892bdcc7390508adabc30c6af4a6e4f611b0c680e6ac"},
|
|
{file = "cffi-1.14.0-cp36-cp36m-win32.whl", hash = "sha256:cef128cb4d5e0b3493f058f10ce32365972c554572ff821e175dbc6f8ff6924f"},
|
|
{file = "cffi-1.14.0-cp36-cp36m-win_amd64.whl", hash = "sha256:337d448e5a725bba2d8293c48d9353fc68d0e9e4088d62a9571def317797522b"},
|
|
{file = "cffi-1.14.0-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:e577934fc5f8779c554639376beeaa5657d54349096ef24abe8c74c5d9c117c3"},
|
|
{file = "cffi-1.14.0-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:62ae9af2d069ea2698bf536dcfe1e4eed9090211dbaafeeedf5cb6c41b352f66"},
|
|
{file = "cffi-1.14.0-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:14491a910663bf9f13ddf2bc8f60562d6bc5315c1f09c704937ef17293fb85b0"},
|
|
{file = "cffi-1.14.0-cp37-cp37m-win32.whl", hash = "sha256:c43866529f2f06fe0edc6246eb4faa34f03fe88b64a0a9a942561c8e22f4b71f"},
|
|
{file = "cffi-1.14.0-cp37-cp37m-win_amd64.whl", hash = "sha256:2089ed025da3919d2e75a4d963d008330c96751127dd6f73c8dc0c65041b4c26"},
|
|
{file = "cffi-1.14.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:3b911c2dbd4f423b4c4fcca138cadde747abdb20d196c4a48708b8a2d32b16dd"},
|
|
{file = "cffi-1.14.0-cp38-cp38-manylinux1_i686.whl", hash = "sha256:7e63cbcf2429a8dbfe48dcc2322d5f2220b77b2e17b7ba023d6166d84655da55"},
|
|
{file = "cffi-1.14.0-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:3d311bcc4a41408cf5854f06ef2c5cab88f9fded37a3b95936c9879c1640d4c2"},
|
|
{file = "cffi-1.14.0-cp38-cp38-win32.whl", hash = "sha256:675686925a9fb403edba0114db74e741d8181683dcf216be697d208857e04ca8"},
|
|
{file = "cffi-1.14.0-cp38-cp38-win_amd64.whl", hash = "sha256:00789914be39dffba161cfc5be31b55775de5ba2235fe49aa28c148236c4e06b"},
|
|
{file = "cffi-1.14.0.tar.gz", hash = "sha256:2d384f4a127a15ba701207f7639d94106693b6cd64173d6c8988e2c25f3ac2b6"},
|
|
]
|
|
cfgv = [
|
|
{file = "cfgv-3.0.0-py2.py3-none-any.whl", hash = "sha256:f22b426ed59cd2ab2b54ff96608d846c33dfb8766a67f0b4a6ce130ce244414f"},
|
|
{file = "cfgv-3.0.0.tar.gz", hash = "sha256:04b093b14ddf9fd4d17c53ebfd55582d27b76ed30050193c14e560770c5360eb"},
|
|
]
|
|
chardet = [
|
|
{file = "chardet-3.0.4-py2.py3-none-any.whl", hash = "sha256:fc323ffcaeaed0e0a02bf4d117757b98aed530d9ed4531e3e15460124c106691"},
|
|
{file = "chardet-3.0.4.tar.gz", hash = "sha256:84ab92ed1c4d4f16916e05906b6b75a6c0fb5db821cc65e70cbd64a3e2a5eaae"},
|
|
]
|
|
click = [
|
|
{file = "Click-7.0-py2.py3-none-any.whl", hash = "sha256:2335065e6395b9e67ca716de5f7526736bfa6ceead690adf616d925bdc622b13"},
|
|
{file = "Click-7.0.tar.gz", hash = "sha256:5b94b49521f6456670fdb30cd82a4eca9412788a93fa6dd6df72c94d5a8ff2d7"},
|
|
]
|
|
colorama = [
|
|
{file = "colorama-0.4.3-py2.py3-none-any.whl", hash = "sha256:7d73d2a99753107a36ac6b455ee49046802e59d9d076ef8e47b61499fa29afff"},
|
|
{file = "colorama-0.4.3.tar.gz", hash = "sha256:e96da0d330793e2cb9485e9ddfd918d456036c7149416295932478192f4436a1"},
|
|
]
|
|
contextvars = [
|
|
{file = "contextvars-2.4.tar.gz", hash = "sha256:f38c908aaa59c14335eeea12abea5f443646216c4e29380d7bf34d2018e2c39e"},
|
|
]
|
|
cryptography = [
|
|
{file = "cryptography-2.8-cp27-cp27m-macosx_10_6_intel.whl", hash = "sha256:fb81c17e0ebe3358486cd8cc3ad78adbae58af12fc2bf2bc0bb84e8090fa5ce8"},
|
|
{file = "cryptography-2.8-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:44ff04138935882fef7c686878e1c8fd80a723161ad6a98da31e14b7553170c2"},
|
|
{file = "cryptography-2.8-cp27-cp27m-manylinux2010_x86_64.whl", hash = "sha256:369d2346db5934345787451504853ad9d342d7f721ae82d098083e1f49a582ad"},
|
|
{file = "cryptography-2.8-cp27-cp27m-win32.whl", hash = "sha256:df6b4dca2e11865e6cfbfb708e800efb18370f5a46fd601d3755bc7f85b3a8a2"},
|
|
{file = "cryptography-2.8-cp27-cp27m-win_amd64.whl", hash = "sha256:7f09806ed4fbea8f51585231ba742b58cbcfbfe823ea197d8c89a5e433c7e912"},
|
|
{file = "cryptography-2.8-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:58363dbd966afb4f89b3b11dfb8ff200058fbc3b947507675c19ceb46104b48d"},
|
|
{file = "cryptography-2.8-cp27-cp27mu-manylinux2010_x86_64.whl", hash = "sha256:6ec280fb24d27e3d97aa731e16207d58bd8ae94ef6eab97249a2afe4ba643d42"},
|
|
{file = "cryptography-2.8-cp34-abi3-macosx_10_6_intel.whl", hash = "sha256:b43f53f29816ba1db8525f006fa6f49292e9b029554b3eb56a189a70f2a40879"},
|
|
{file = "cryptography-2.8-cp34-abi3-manylinux1_x86_64.whl", hash = "sha256:7270a6c29199adc1297776937a05b59720e8a782531f1f122f2eb8467f9aab4d"},
|
|
{file = "cryptography-2.8-cp34-abi3-manylinux2010_x86_64.whl", hash = "sha256:de96157ec73458a7f14e3d26f17f8128c959084931e8997b9e655a39c8fde9f9"},
|
|
{file = "cryptography-2.8-cp34-cp34m-win32.whl", hash = "sha256:02079a6addc7b5140ba0825f542c0869ff4df9a69c360e339ecead5baefa843c"},
|
|
{file = "cryptography-2.8-cp34-cp34m-win_amd64.whl", hash = "sha256:b0de590a8b0979649ebeef8bb9f54394d3a41f66c5584fff4220901739b6b2f0"},
|
|
{file = "cryptography-2.8-cp35-cp35m-win32.whl", hash = "sha256:ecadccc7ba52193963c0475ac9f6fa28ac01e01349a2ca48509667ef41ffd2cf"},
|
|
{file = "cryptography-2.8-cp35-cp35m-win_amd64.whl", hash = "sha256:90df0cc93e1f8d2fba8365fb59a858f51a11a394d64dbf3ef844f783844cc793"},
|
|
{file = "cryptography-2.8-cp36-cp36m-win32.whl", hash = "sha256:1df22371fbf2004c6f64e927668734070a8953362cd8370ddd336774d6743595"},
|
|
{file = "cryptography-2.8-cp36-cp36m-win_amd64.whl", hash = "sha256:a518c153a2b5ed6b8cc03f7ae79d5ffad7315ad4569b2d5333a13c38d64bd8d7"},
|
|
{file = "cryptography-2.8-cp37-cp37m-win32.whl", hash = "sha256:4b1030728872c59687badcca1e225a9103440e467c17d6d1730ab3d2d64bfeff"},
|
|
{file = "cryptography-2.8-cp37-cp37m-win_amd64.whl", hash = "sha256:d31402aad60ed889c7e57934a03477b572a03af7794fa8fb1780f21ea8f6551f"},
|
|
{file = "cryptography-2.8-cp38-cp38-win32.whl", hash = "sha256:73fd30c57fa2d0a1d7a49c561c40c2f79c7d6c374cc7750e9ac7c99176f6428e"},
|
|
{file = "cryptography-2.8-cp38-cp38-win_amd64.whl", hash = "sha256:971221ed40f058f5662a604bd1ae6e4521d84e6cad0b7b170564cc34169c8f13"},
|
|
{file = "cryptography-2.8.tar.gz", hash = "sha256:3cda1f0ed8747339bbdf71b9f38ca74c7b592f24f65cdb3ab3765e4b02871651"},
|
|
]
|
|
dataclasses = [
|
|
{file = "dataclasses-0.6-py3-none-any.whl", hash = "sha256:454a69d788c7fda44efd71e259be79577822f5e3f53f029a22d08004e951dc9f"},
|
|
{file = "dataclasses-0.6.tar.gz", hash = "sha256:6988bd2b895eef432d562370bb707d540f32f7360ab13da45340101bc2307d84"},
|
|
]
|
|
distlib = [
|
|
{file = "distlib-0.3.0.zip", hash = "sha256:2e166e231a26b36d6dfe35a48c4464346620f8645ed0ace01ee31822b288de21"},
|
|
]
|
|
entrypoints = [
|
|
{file = "entrypoints-0.3-py2.py3-none-any.whl", hash = "sha256:589f874b313739ad35be6e0cd7efde2a4e9b6fea91edcc34e58ecbb8dbe56d19"},
|
|
{file = "entrypoints-0.3.tar.gz", hash = "sha256:c70dd71abe5a8c85e55e12c19bd91ccfeec11a6e99044204511f9ed547d48451"},
|
|
]
|
|
eradicate = [
|
|
{file = "eradicate-1.0.tar.gz", hash = "sha256:4ffda82aae6fd49dfffa777a857cb758d77502a1f2e0f54c9ac5155a39d2d01a"},
|
|
]
|
|
fastapi = [
|
|
{file = "fastapi-0.47.1-py3-none-any.whl", hash = "sha256:3130313f23935d99150953422dfe5f6b43f043b6fe3aac22cc4c8d537a4464d9"},
|
|
{file = "fastapi-0.47.1.tar.gz", hash = "sha256:be62491f536dc50041913a37bdcd6b5e05c84e756ff331506b5afeddec859013"},
|
|
]
|
|
filelock = [
|
|
{file = "filelock-3.0.12-py3-none-any.whl", hash = "sha256:929b7d63ec5b7d6b71b0fa5ac14e030b3f70b75747cef1b10da9b879fef15836"},
|
|
{file = "filelock-3.0.12.tar.gz", hash = "sha256:18d82244ee114f543149c66a6e0c14e9c4f8a1044b5cdaadd0f82159d6a6ff59"},
|
|
]
|
|
flake8 = [
|
|
{file = "flake8-3.7.9-py2.py3-none-any.whl", hash = "sha256:49356e766643ad15072a789a20915d3c91dc89fd313ccd71802303fd67e4deca"},
|
|
{file = "flake8-3.7.9.tar.gz", hash = "sha256:45681a117ecc81e870cbf1262835ae4af5e7a8b08e40b944a8a6e6b895914cfb"},
|
|
]
|
|
flake8-bandit = [
|
|
{file = "flake8_bandit-2.1.2.tar.gz", hash = "sha256:687fc8da2e4a239b206af2e54a90093572a60d0954f3054e23690739b0b0de3b"},
|
|
]
|
|
flake8-black = [
|
|
{file = "flake8-black-0.1.1.tar.gz", hash = "sha256:56f85aaa5a83f06a3f61e680e3b50f156b5e557ebdcb964d823d86f4c108b0c8"},
|
|
]
|
|
flake8-breakpoint = [
|
|
{file = "flake8-breakpoint-1.1.0.tar.gz", hash = "sha256:5bc70d478f0437a3655d094e1d2fca81ddacabaa84d99db45ad3630bf2004064"},
|
|
{file = "flake8_breakpoint-1.1.0-py3-none-any.whl", hash = "sha256:27e0cb132647f9ef348b4a3c3126e7350bedbb22e8e221cd11712a223855ea0b"},
|
|
]
|
|
flake8-bugbear = [
|
|
{file = "flake8-bugbear-20.1.4.tar.gz", hash = "sha256:bd02e4b009fb153fe6072c31c52aeab5b133d508095befb2ffcf3b41c4823162"},
|
|
{file = "flake8_bugbear-20.1.4-py36.py37.py38-none-any.whl", hash = "sha256:a3ddc03ec28ba2296fc6f89444d1c946a6b76460f859795b35b77d4920a51b63"},
|
|
]
|
|
flake8-builtins = [
|
|
{file = "flake8-builtins-1.4.2.tar.gz", hash = "sha256:c44415fb19162ef3737056e700d5b99d48c3612a533943b4e16419a5d3de3a64"},
|
|
{file = "flake8_builtins-1.4.2-py2.py3-none-any.whl", hash = "sha256:29bc0f7e68af481d088f5c96f8aeb02520abdfc900500484e3af969f42a38a5f"},
|
|
]
|
|
flake8-comprehensions = [
|
|
{file = "flake8-comprehensions-3.2.2.tar.gz", hash = "sha256:e7db586bb6eb95afdfd87ed244c90e57ae1352db8ef0ad3012fca0200421e5df"},
|
|
{file = "flake8_comprehensions-3.2.2-py3-none-any.whl", hash = "sha256:d08323aa801aef33477cd33f2f5ce3acb1aafd26803ab0d171d85d514c1273a2"},
|
|
]
|
|
flake8-deprecated = [
|
|
{file = "flake8-deprecated-1.3.tar.gz", hash = "sha256:9fa5a0c5c81fb3b34c53a0e4f16cd3f0a3395078cfd4988011cbab5fb0afa7f7"},
|
|
{file = "flake8_deprecated-1.3-py2.py3-none-any.whl", hash = "sha256:211951854837ced9ec997a75c6e5b957f3536a735538ee0620b76539fd3706cd"},
|
|
]
|
|
flake8-docstrings = [
|
|
{file = "flake8-docstrings-1.5.0.tar.gz", hash = "sha256:3d5a31c7ec6b7367ea6506a87ec293b94a0a46c0bce2bb4975b7f1d09b6f3717"},
|
|
{file = "flake8_docstrings-1.5.0-py2.py3-none-any.whl", hash = "sha256:a256ba91bc52307bef1de59e2a009c3cf61c3d0952dbe035d6ff7208940c2edc"},
|
|
]
|
|
flake8-eradicate = [
|
|
{file = "flake8-eradicate-0.2.4.tar.gz", hash = "sha256:b693e9dfe6da42dbc7fb75af8486495b9414d1ab0372d15efcf85a2ac85fd368"},
|
|
{file = "flake8_eradicate-0.2.4-py3-none-any.whl", hash = "sha256:b0bcdbb70a489fb799f9ee11fefc57bd0d3251e1ea9bdc5bf454443cccfd620c"},
|
|
]
|
|
flake8-if-expr = [
|
|
{file = "flake8-if-expr-1.0.0.tar.gz", hash = "sha256:173f6ceefdecbff532180aafe0360f6d1dd4da8b4a9b10193ddc1781291d580e"},
|
|
{file = "flake8_if_expr-1.0.0-py3-none-any.whl", hash = "sha256:890c5bd0103c864492e7088bfaf4f9f5a987c336b03b2b285178456d08db3025"},
|
|
]
|
|
flake8-isort = [
|
|
{file = "flake8-isort-2.8.0.tar.gz", hash = "sha256:64454d1f154a303cfe23ee715aca37271d4f1d299b2f2663f45b73bff14e36a9"},
|
|
{file = "flake8_isort-2.8.0-py2.py3-none-any.whl", hash = "sha256:aa0c4d004e6be47e74f122f5b7f36554d0d78ad8bf99b497a460dedccaa7cce9"},
|
|
]
|
|
flake8-pie = [
|
|
{file = "flake8-pie-0.4.2.tar.gz", hash = "sha256:7e24f7749cc701b0842901b676ca5a4b1c4e3719bcad1192c873dea70b6dee86"},
|
|
{file = "flake8_pie-0.4.2-py3-none-any.whl", hash = "sha256:f7a821815e60023b9d50d437b97835f44ec15c11a75b20f7f832b7e6e67a7f90"},
|
|
]
|
|
flake8-plugin-utils = [
|
|
{file = "flake8-plugin-utils-1.0.0.tar.gz", hash = "sha256:1ac5eb19773d5c7fdde60b0d901ae86be9c751bf697c61fdb6609b86872f3c6e"},
|
|
{file = "flake8_plugin_utils-1.0.0-py3-none-any.whl", hash = "sha256:24b4a3b216ad588951d3d7adef4645dcb3b32a33b878e03baa790b5a66bf3a73"},
|
|
]
|
|
flake8-polyfill = [
|
|
{file = "flake8-polyfill-1.0.2.tar.gz", hash = "sha256:e44b087597f6da52ec6393a709e7108b2905317d0c0b744cdca6208e670d8eda"},
|
|
{file = "flake8_polyfill-1.0.2-py2.py3-none-any.whl", hash = "sha256:12be6a34ee3ab795b19ca73505e7b55826d5f6ad7230d31b18e106400169b9e9"},
|
|
]
|
|
flake8-print = [
|
|
{file = "flake8-print-3.1.4.tar.gz", hash = "sha256:324f9e59a522518daa2461bacd7f82da3c34eb26a4314c2a54bd493f8b394a68"},
|
|
]
|
|
flake8-return = [
|
|
{file = "flake8-return-1.1.1.tar.gz", hash = "sha256:03b920cf2784370af4447a754fb7133ce165a6ecf6d4f506a95c4032ece48d8a"},
|
|
{file = "flake8_return-1.1.1-py3-none-any.whl", hash = "sha256:a219b619cdca3cd07dae150772f21083a11ce5280e2198acbac82bd9be0f574f"},
|
|
]
|
|
future = [
|
|
{file = "future-0.18.2.tar.gz", hash = "sha256:b1bead90b70cf6ec3f0710ae53a525360fa360d306a86583adc6bf83a4db537d"},
|
|
]
|
|
gitdb = [
|
|
{file = "gitdb-4.0.1-py2.py3-none-any.whl", hash = "sha256:24572287933a9e5bf45260cd7a5629e5b3b190ec3c2c6a5d5e4125dd06ff4027"},
|
|
{file = "gitdb-4.0.1.tar.gz", hash = "sha256:d82c6b76ce8496c5209adf1c0ab969a6e1a8a31510ceb5f57a206fc7c77c0fea"},
|
|
]
|
|
gitpython = [
|
|
{file = "GitPython-3.1.0-py3-none-any.whl", hash = "sha256:43da89427bdf18bf07f1164c6d415750693b4d50e28fc9b68de706245147b9dd"},
|
|
{file = "GitPython-3.1.0.tar.gz", hash = "sha256:e426c3b587bd58c482f0b7fe6145ff4ac7ae6c82673fc656f489719abca6f4cb"},
|
|
]
|
|
gunicorn = [
|
|
{file = "gunicorn-20.0.4-py2.py3-none-any.whl", hash = "sha256:cd4a810dd51bf497552cf3f863b575dabd73d6ad6a91075b65936b151cbf4f9c"},
|
|
{file = "gunicorn-20.0.4.tar.gz", hash = "sha256:1904bb2b8a43658807108d59c3f3d56c2b6121a701161de0ddf9ad140073c626"},
|
|
]
|
|
h11 = [
|
|
{file = "h11-0.9.0-py2.py3-none-any.whl", hash = "sha256:4bc6d6a1238b7615b266ada57e0618568066f57dd6fa967d1290ec9309b2f2f1"},
|
|
{file = "h11-0.9.0.tar.gz", hash = "sha256:33d4bca7be0fa039f4e84d50ab00531047e53d6ee8ffbc83501ea602c169cae1"},
|
|
]
|
|
h2 = [
|
|
{file = "h2-3.2.0-py2.py3-none-any.whl", hash = "sha256:61e0f6601fa709f35cdb730863b4e5ec7ad449792add80d1410d4174ed139af5"},
|
|
{file = "h2-3.2.0.tar.gz", hash = "sha256:875f41ebd6f2c44781259005b157faed1a5031df3ae5aa7bcb4628a6c0782f14"},
|
|
]
|
|
hpack = [
|
|
{file = "hpack-3.0.0-py2.py3-none-any.whl", hash = "sha256:0edd79eda27a53ba5be2dfabf3b15780928a0dff6eb0c60a3d6767720e970c89"},
|
|
{file = "hpack-3.0.0.tar.gz", hash = "sha256:8eec9c1f4bfae3408a3f30500261f7e6a65912dc138526ea054f9ad98892e9d2"},
|
|
]
|
|
hstspreload = [
|
|
{file = "hstspreload-2020.2.21.tar.gz", hash = "sha256:6759706864a830ad46cecb8485bec68a32dd8b2a2a389572634a2765cc6e2334"},
|
|
]
|
|
httptools = [
|
|
{file = "httptools-0.1.1-cp35-cp35m-macosx_10_13_x86_64.whl", hash = "sha256:a2719e1d7a84bb131c4f1e0cb79705034b48de6ae486eb5297a139d6a3296dce"},
|
|
{file = "httptools-0.1.1-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:fa3cd71e31436911a44620473e873a256851e1f53dee56669dae403ba41756a4"},
|
|
{file = "httptools-0.1.1-cp36-cp36m-macosx_10_13_x86_64.whl", hash = "sha256:86c6acd66765a934e8730bf0e9dfaac6fdcf2a4334212bd4a0a1c78f16475ca6"},
|
|
{file = "httptools-0.1.1-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:bc3114b9edbca5a1eb7ae7db698c669eb53eb8afbbebdde116c174925260849c"},
|
|
{file = "httptools-0.1.1-cp36-cp36m-win_amd64.whl", hash = "sha256:ac0aa11e99454b6a66989aa2d44bca41d4e0f968e395a0a8f164b401fefe359a"},
|
|
{file = "httptools-0.1.1-cp37-cp37m-macosx_10_13_x86_64.whl", hash = "sha256:96da81e1992be8ac2fd5597bf0283d832287e20cb3cfde8996d2b00356d4e17f"},
|
|
{file = "httptools-0.1.1-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:56b6393c6ac7abe632f2294da53f30d279130a92e8ae39d8d14ee2e1b05ad1f2"},
|
|
{file = "httptools-0.1.1-cp37-cp37m-win_amd64.whl", hash = "sha256:96eb359252aeed57ea5c7b3d79839aaa0382c9d3149f7d24dd7172b1bcecb009"},
|
|
{file = "httptools-0.1.1-cp38-cp38-macosx_10_13_x86_64.whl", hash = "sha256:fea04e126014169384dee76a153d4573d90d0cbd1d12185da089f73c78390437"},
|
|
{file = "httptools-0.1.1-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:3592e854424ec94bd17dc3e0c96a64e459ec4147e6d53c0a42d0ebcef9cb9c5d"},
|
|
{file = "httptools-0.1.1-cp38-cp38-win_amd64.whl", hash = "sha256:0a4b1b2012b28e68306575ad14ad5e9120b34fccd02a81eb08838d7e3bbb48be"},
|
|
{file = "httptools-0.1.1.tar.gz", hash = "sha256:41b573cf33f64a8f8f3400d0a7faf48e1888582b6f6e02b82b9bd4f0bf7497ce"},
|
|
]
|
|
httpx = [
|
|
{file = "httpx-0.11.1-py2.py3-none-any.whl", hash = "sha256:1d3893d3e4244c569764a6bae5c5a9fbbc4a6ec3825450b5696602af7a275576"},
|
|
{file = "httpx-0.11.1.tar.gz", hash = "sha256:7d2bfb726eeed717953d15dddb22da9c2fcf48a4d70ba1456aa0a7faeda33cf7"},
|
|
]
|
|
hyperframe = [
|
|
{file = "hyperframe-5.2.0-py2.py3-none-any.whl", hash = "sha256:5187962cb16dcc078f23cb5a4b110098d546c3f41ff2d4038a9896893bbd0b40"},
|
|
{file = "hyperframe-5.2.0.tar.gz", hash = "sha256:a9f5c17f2cc3c719b917c4f33ed1c61bd1f8dfac4b1bd23b7c80b3400971b41f"},
|
|
]
|
|
identify = [
|
|
{file = "identify-1.4.11-py2.py3-none-any.whl", hash = "sha256:1222b648251bdcb8deb240b294f450fbf704c7984e08baa92507e4ea10b436d5"},
|
|
{file = "identify-1.4.11.tar.gz", hash = "sha256:d824ebe21f38325c771c41b08a95a761db1982f1fc0eee37c6c97df3f1636b96"},
|
|
]
|
|
idna = [
|
|
{file = "idna-2.9-py2.py3-none-any.whl", hash = "sha256:a068a21ceac8a4d63dbfd964670474107f541babbd2250d61922f029858365fa"},
|
|
{file = "idna-2.9.tar.gz", hash = "sha256:7588d1c14ae4c77d74036e8c22ff447b26d0fde8f007354fd48a7814db15b7cb"},
|
|
]
|
|
immutables = [
|
|
{file = "immutables-0.11-cp35-cp35m-macosx_10_13_x86_64.whl", hash = "sha256:bce27277a2fe91509cca69181971ab509c2ee862e8b37b09f26b64f90e8fe8fb"},
|
|
{file = "immutables-0.11-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:c7eb2d15c35c73bb168c002c6ea145b65f40131e10dede54b39db0b72849b280"},
|
|
{file = "immutables-0.11-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:2de2ec8dde1ca154f811776a8cbbeaea515c3b226c26036eab6484530eea28e0"},
|
|
{file = "immutables-0.11-cp35-cp35m-win32.whl", hash = "sha256:e87bd941cb4dfa35f16e1ff4b2d99a2931452dcc9cfd788dc8fe513f3d38551e"},
|
|
{file = "immutables-0.11-cp35-cp35m-win_amd64.whl", hash = "sha256:0aa055c745510238cbad2f1f709a37a1c9e30a38594de3b385e9876c48a25633"},
|
|
{file = "immutables-0.11-cp36-cp36m-macosx_10_13_x86_64.whl", hash = "sha256:422c7d4c75c88057c625e32992248329507bca180b48cfb702b4ef608f581b50"},
|
|
{file = "immutables-0.11-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:f5b93248552c9e7198558776da21c9157d3f70649905d7fdc083c2ab2fbc6088"},
|
|
{file = "immutables-0.11-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:b268422a5802fbf934152b835329ac0d23b80b558eaee68034d45718edab4a11"},
|
|
{file = "immutables-0.11-cp36-cp36m-win32.whl", hash = "sha256:0f07c58122e1ce70a7165e68e18e795ac5fe94d7fee3e045ffcf6432602026df"},
|
|
{file = "immutables-0.11-cp36-cp36m-win_amd64.whl", hash = "sha256:b8fed714f1c84a3242c7184838f5e9889139a22bbdd701a182b7fdc237ca3cbb"},
|
|
{file = "immutables-0.11-cp37-cp37m-macosx_10_13_x86_64.whl", hash = "sha256:518f20945c1f600b618fb691922c2ab43b193f04dd2d4d2823220d0202014670"},
|
|
{file = "immutables-0.11-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:2c536ff2bafeeff9a7865ea10a17a50f90b80b585e31396c349e8f57b0075bd4"},
|
|
{file = "immutables-0.11-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:1c2e729aab250be0de0c13fa833241a778b51390ee2650e0457d1e45b318c441"},
|
|
{file = "immutables-0.11-cp37-cp37m-win32.whl", hash = "sha256:545186faab9237c102b8bcffd36d71f0b382174c93c501e061de239753cff694"},
|
|
{file = "immutables-0.11-cp37-cp37m-win_amd64.whl", hash = "sha256:6b6d8d035e5888baad3db61dfb167476838a63afccecd927c365f228bb55754c"},
|
|
{file = "immutables-0.11.tar.gz", hash = "sha256:d6850578a0dc6530ac19113cfe4ddc13903df635212d498f176fe601a8a5a4a3"},
|
|
]
|
|
importlib-metadata = [
|
|
{file = "importlib_metadata-1.5.0-py2.py3-none-any.whl", hash = "sha256:b97607a1a18a5100839aec1dc26a1ea17ee0d93b20b0f008d80a5a050afb200b"},
|
|
{file = "importlib_metadata-1.5.0.tar.gz", hash = "sha256:06f5b3a99029c7134207dd882428a66992a9de2bef7c2b699b5641f9886c3302"},
|
|
]
|
|
importlib-resources = [
|
|
{file = "importlib_resources-1.0.2-py2.py3-none-any.whl", hash = "sha256:6e2783b2538bd5a14678284a3962b0660c715e5a0f10243fd5e00a4b5974f50b"},
|
|
{file = "importlib_resources-1.0.2.tar.gz", hash = "sha256:d3279fd0f6f847cced9f7acc19bd3e5df54d34f93a2e7bb5f238f81545787078"},
|
|
]
|
|
inquirer = [
|
|
{file = "inquirer-2.6.3-py2.py3-none-any.whl", hash = "sha256:c77fd8c3c053e1b4aa7ac1e0300cbdec5fe887e144d7bdb40f9f97f96a0eb909"},
|
|
{file = "inquirer-2.6.3.tar.gz", hash = "sha256:5f6e5dcbc881f43554b6fdfea245e417c6ed05c930cdb6e09b5df7357c288e06"},
|
|
]
|
|
isort = [
|
|
{file = "isort-4.3.21-py2.py3-none-any.whl", hash = "sha256:6e811fcb295968434526407adb8796944f1988c5b65e8139058f2014cbe100fd"},
|
|
{file = "isort-4.3.21.tar.gz", hash = "sha256:54da7e92468955c4fceacd0c86bd0ec997b0e1ee80d97f67c35a78b719dccab1"},
|
|
]
|
|
loguru = [
|
|
{file = "loguru-0.4.1-py3-none-any.whl", hash = "sha256:074b3caa6748452c1e4f2b302093c94b65d5a4c5a4d7743636b4121e06437b0e"},
|
|
{file = "loguru-0.4.1.tar.gz", hash = "sha256:a6101fd435ac89ba5205a105a26a6ede9e4ddbb4408a6e167852efca47806d11"},
|
|
]
|
|
mccabe = [
|
|
{file = "mccabe-0.6.1-py2.py3-none-any.whl", hash = "sha256:ab8a6258860da4b6677da4bd2fe5dc2c659cff31b3ee4f7f5d64e79735b80d42"},
|
|
{file = "mccabe-0.6.1.tar.gz", hash = "sha256:dd8d182285a0fe56bace7f45b5e7d1a6ebcbf524e8f3bd87eb0f125271b8831f"},
|
|
]
|
|
netmiko = [
|
|
{file = "netmiko-2.4.2-py2.py3-none-any.whl", hash = "sha256:bc284272d76defd5af59a748478aae99af462793f0898f4ab43c28c9a2000e42"},
|
|
{file = "netmiko-2.4.2.tar.gz", hash = "sha256:e6b0cb98afb51fd1fb1d04d024d7572a0b5297dfa0bd18405ee36580deea65a1"},
|
|
]
|
|
nodeenv = [
|
|
{file = "nodeenv-1.3.5-py2.py3-none-any.whl", hash = "sha256:5b2438f2e42af54ca968dd1b374d14a1194848955187b0e5e4be1f73813a5212"},
|
|
]
|
|
paramiko = [
|
|
{file = "paramiko-2.7.1-py2.py3-none-any.whl", hash = "sha256:9c980875fa4d2cb751604664e9a2d0f69096643f5be4db1b99599fe114a97b2f"},
|
|
{file = "paramiko-2.7.1.tar.gz", hash = "sha256:920492895db8013f6cc0179293147f830b8c7b21fdfc839b6bad760c27459d9f"},
|
|
]
|
|
pathspec = [
|
|
{file = "pathspec-0.7.0-py2.py3-none-any.whl", hash = "sha256:163b0632d4e31cef212976cf57b43d9fd6b0bac6e67c26015d611a647d5e7424"},
|
|
{file = "pathspec-0.7.0.tar.gz", hash = "sha256:562aa70af2e0d434367d9790ad37aed893de47f1693e4201fd1d3dca15d19b96"},
|
|
]
|
|
pbr = [
|
|
{file = "pbr-5.4.4-py2.py3-none-any.whl", hash = "sha256:61aa52a0f18b71c5cc58232d2cf8f8d09cd67fcad60b742a60124cb8d6951488"},
|
|
{file = "pbr-5.4.4.tar.gz", hash = "sha256:139d2625547dbfa5fb0b81daebb39601c478c21956dc57e2e07b74450a8c506b"},
|
|
]
|
|
pep8-naming = [
|
|
{file = "pep8-naming-0.9.1.tar.gz", hash = "sha256:a33d38177056321a167decd6ba70b890856ba5025f0a8eca6a3eda607da93caf"},
|
|
{file = "pep8_naming-0.9.1-py2.py3-none-any.whl", hash = "sha256:45f330db8fcfb0fba57458c77385e288e7a3be1d01e8ea4268263ef677ceea5f"},
|
|
]
|
|
pillow = [
|
|
{file = "Pillow-7.0.0-cp35-cp35m-macosx_10_6_intel.whl", hash = "sha256:5f3546ceb08089cedb9e8ff7e3f6a7042bb5b37c2a95d392fb027c3e53a2da00"},
|
|
{file = "Pillow-7.0.0-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:9d2ba4ed13af381233e2d810ff3bab84ef9f18430a9b336ab69eaf3cd24299ff"},
|
|
{file = "Pillow-7.0.0-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:ff3797f2f16bf9d17d53257612da84dd0758db33935777149b3334c01ff68865"},
|
|
{file = "Pillow-7.0.0-cp35-cp35m-win32.whl", hash = "sha256:c18f70dc27cc5d236f10e7834236aff60aadc71346a5bc1f4f83a4b3abee6386"},
|
|
{file = "Pillow-7.0.0-cp35-cp35m-win_amd64.whl", hash = "sha256:875358310ed7abd5320f21dd97351d62de4929b0426cdb1eaa904b64ac36b435"},
|
|
{file = "Pillow-7.0.0-cp36-cp36m-macosx_10_6_intel.whl", hash = "sha256:ab76e5580b0ed647a8d8d2d2daee170e8e9f8aad225ede314f684e297e3643c2"},
|
|
{file = "Pillow-7.0.0-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:a62ec5e13e227399be73303ff301f2865bf68657d15ea50b038d25fc41097317"},
|
|
{file = "Pillow-7.0.0-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:8ac6ce7ff3892e5deaab7abaec763538ffd011f74dc1801d93d3c5fc541feee2"},
|
|
{file = "Pillow-7.0.0-cp36-cp36m-win32.whl", hash = "sha256:91b710e3353aea6fc758cdb7136d9bbdcb26b53cefe43e2cba953ac3ee1d3313"},
|
|
{file = "Pillow-7.0.0-cp36-cp36m-win_amd64.whl", hash = "sha256:bf598d2e37cf8edb1a2f26ed3fb255191f5232badea4003c16301cb94ac5bdd0"},
|
|
{file = "Pillow-7.0.0-cp37-cp37m-macosx_10_6_intel.whl", hash = "sha256:5bfef0b1cdde9f33881c913af14e43db69815c7e8df429ceda4c70a5e529210f"},
|
|
{file = "Pillow-7.0.0-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:dc058b7833184970d1248135b8b0ab702e6daa833be14035179f2acb78ff5636"},
|
|
{file = "Pillow-7.0.0-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:c5ed816632204a2fc9486d784d8e0d0ae754347aba99c811458d69fcdfd2a2f9"},
|
|
{file = "Pillow-7.0.0-cp37-cp37m-win32.whl", hash = "sha256:54ebae163e8412aff0b9df1e88adab65788f5f5b58e625dc5c7f51eaf14a6837"},
|
|
{file = "Pillow-7.0.0-cp37-cp37m-win_amd64.whl", hash = "sha256:87269cc6ce1e3dee11f23fa515e4249ae678dbbe2704598a51cee76c52e19cda"},
|
|
{file = "Pillow-7.0.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:0a628977ac2e01ca96aaae247ec2bd38e729631ddf2221b4b715446fd45505be"},
|
|
{file = "Pillow-7.0.0-cp38-cp38-manylinux1_i686.whl", hash = "sha256:62a889aeb0a79e50ecf5af272e9e3c164148f4bd9636cc6bcfa182a52c8b0533"},
|
|
{file = "Pillow-7.0.0-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:bf4003aa538af3f4205c5fac56eacaa67a6dd81e454ffd9e9f055fff9f1bc614"},
|
|
{file = "Pillow-7.0.0-cp38-cp38-win32.whl", hash = "sha256:7406f5a9b2fd966e79e6abdaf700585a4522e98d6559ce37fc52e5c955fade0a"},
|
|
{file = "Pillow-7.0.0-cp38-cp38-win_amd64.whl", hash = "sha256:5f7ae9126d16194f114435ebb79cc536b5682002a4fa57fa7bb2cbcde65f2f4d"},
|
|
{file = "Pillow-7.0.0-pp373-pypy36_pp73-win32.whl", hash = "sha256:8453f914f4e5a3d828281a6628cf517832abfa13ff50679a4848926dac7c0358"},
|
|
{file = "Pillow-7.0.0.tar.gz", hash = "sha256:4d9ed9a64095e031435af120d3c910148067087541131e82b3e8db302f4c8946"},
|
|
]
|
|
pre-commit = [
|
|
{file = "pre_commit-1.21.0-py2.py3-none-any.whl", hash = "sha256:f92a359477f3252452ae2e8d3029de77aec59415c16ae4189bcfba40b757e029"},
|
|
{file = "pre_commit-1.21.0.tar.gz", hash = "sha256:8f48d8637bdae6fa70cc97db9c1dd5aa7c5c8bf71968932a380628c25978b850"},
|
|
]
|
|
pycodestyle = [
|
|
{file = "pycodestyle-2.5.0-py2.py3-none-any.whl", hash = "sha256:95a2219d12372f05704562a14ec30bc76b05a5b297b21a5dfe3f6fac3491ae56"},
|
|
{file = "pycodestyle-2.5.0.tar.gz", hash = "sha256:e40a936c9a450ad81df37f549d676d127b1b66000a6c500caa2b085bc0ca976c"},
|
|
]
|
|
pycparser = [
|
|
{file = "pycparser-2.19.tar.gz", hash = "sha256:a988718abfad80b6b157acce7bf130a30876d27603738ac39f140993246b25b3"},
|
|
]
|
|
pydantic = [
|
|
{file = "pydantic-1.5.1-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:2a6904e9f18dea58f76f16b95cba6a2f20b72d787abd84ecd67ebc526e61dce6"},
|
|
{file = "pydantic-1.5.1-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:da8099fca5ee339d5572cfa8af12cf0856ae993406f0b1eb9bb38c8a660e7416"},
|
|
{file = "pydantic-1.5.1-cp36-cp36m-manylinux2014_i686.whl", hash = "sha256:68dece67bff2b3a5cc188258e46b49f676a722304f1c6148ae08e9291e284d98"},
|
|
{file = "pydantic-1.5.1-cp36-cp36m-manylinux2014_x86_64.whl", hash = "sha256:ab863853cb502480b118187d670f753be65ec144e1654924bec33d63bc8b3ce2"},
|
|
{file = "pydantic-1.5.1-cp36-cp36m-win_amd64.whl", hash = "sha256:2007eb062ed0e57875ce8ead12760a6e44bf5836e6a1a7ea81d71eeecf3ede0f"},
|
|
{file = "pydantic-1.5.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:20a15a303ce1e4d831b4e79c17a4a29cb6740b12524f5bba3ea363bff65732bc"},
|
|
{file = "pydantic-1.5.1-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:473101121b1bd454c8effc9fe66d54812fdc128184d9015c5aaa0d4e58a6d338"},
|
|
{file = "pydantic-1.5.1-cp37-cp37m-manylinux2014_i686.whl", hash = "sha256:9be755919258d5d168aeffbe913ed6e8bd562e018df7724b68cabdee3371e331"},
|
|
{file = "pydantic-1.5.1-cp37-cp37m-manylinux2014_x86_64.whl", hash = "sha256:b96ce81c4b5ca62ab81181212edfd057beaa41411cd9700fbcb48a6ba6564b4e"},
|
|
{file = "pydantic-1.5.1-cp37-cp37m-win_amd64.whl", hash = "sha256:93b9f265329d9827f39f0fca68f5d72cc8321881cdc519a1304fa73b9f8a75bd"},
|
|
{file = "pydantic-1.5.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:e2c753d355126ddd1eefeb167fa61c7037ecd30b98e7ebecdc0d1da463b4ea09"},
|
|
{file = "pydantic-1.5.1-cp38-cp38-manylinux1_i686.whl", hash = "sha256:8433dbb87246c0f562af75d00fa80155b74e4f6924b0db6a2078a3cd2f11c6c4"},
|
|
{file = "pydantic-1.5.1-cp38-cp38-manylinux2014_i686.whl", hash = "sha256:0a1cdf24e567d42dc762d3fed399bd211a13db2e8462af9dfa93b34c41648efb"},
|
|
{file = "pydantic-1.5.1-cp38-cp38-manylinux2014_x86_64.whl", hash = "sha256:8be325fc9da897029ee48d1b5e40df817d97fe969f3ac3fd2434ba7e198c55d5"},
|
|
{file = "pydantic-1.5.1-cp38-cp38-win_amd64.whl", hash = "sha256:3714a4056f5bdbecf3a41e0706ec9b228c9513eee2ad884dc2c568c4dfa540e9"},
|
|
{file = "pydantic-1.5.1-py36.py37.py38-none-any.whl", hash = "sha256:70f27d2f0268f490fe3de0a9b6fca7b7492b8fd6623f9fecd25b221ebee385e3"},
|
|
{file = "pydantic-1.5.1.tar.gz", hash = "sha256:f0018613c7a0d19df3240c2a913849786f21b6539b9f23d85ce4067489dfacfa"},
|
|
]
|
|
pydocstyle = [
|
|
{file = "pydocstyle-5.0.2-py3-none-any.whl", hash = "sha256:da7831660b7355307b32778c4a0dbfb137d89254ef31a2b2978f50fc0b4d7586"},
|
|
{file = "pydocstyle-5.0.2.tar.gz", hash = "sha256:f4f5d210610c2d153fae39093d44224c17429e2ad7da12a8b419aba5c2f614b5"},
|
|
]
|
|
pyflakes = [
|
|
{file = "pyflakes-2.1.1-py2.py3-none-any.whl", hash = "sha256:17dbeb2e3f4d772725c777fabc446d5634d1038f234e77343108ce445ea69ce0"},
|
|
{file = "pyflakes-2.1.1.tar.gz", hash = "sha256:d976835886f8c5b31d47970ed689944a0262b5f3afa00a5a7b4dc81e5449f8a2"},
|
|
]
|
|
pyjwt = [
|
|
{file = "PyJWT-1.7.1-py2.py3-none-any.whl", hash = "sha256:5c6eca3c2940464d106b99ba83b00c6add741c9becaec087fb7ccdefea71350e"},
|
|
{file = "PyJWT-1.7.1.tar.gz", hash = "sha256:8d59a976fb773f3e6a39c85636357c4f0e242707394cadadd9814f5cbaa20e96"},
|
|
]
|
|
pynacl = [
|
|
{file = "PyNaCl-1.3.0-cp27-cp27m-macosx_10_6_intel.whl", hash = "sha256:2424c8b9f41aa65bbdbd7a64e73a7450ebb4aa9ddedc6a081e7afcc4c97f7621"},
|
|
{file = "PyNaCl-1.3.0-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:30f36a9c70450c7878053fa1344aca0145fd47d845270b43a7ee9192a051bf39"},
|
|
{file = "PyNaCl-1.3.0-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:05c26f93964373fc0abe332676cb6735f0ecad27711035b9472751faa8521255"},
|
|
{file = "PyNaCl-1.3.0-cp27-cp27m-win32.whl", hash = "sha256:a14e499c0f5955dcc3991f785f3f8e2130ed504fa3a7f44009ff458ad6bdd17f"},
|
|
{file = "PyNaCl-1.3.0-cp27-cp27m-win_amd64.whl", hash = "sha256:f67814c38162f4deb31f68d590771a29d5ae3b1bd64b75cf232308e5c74777e0"},
|
|
{file = "PyNaCl-1.3.0-cp27-cp27mu-manylinux1_i686.whl", hash = "sha256:e2da3c13307eac601f3de04887624939aca8ee3c9488a0bb0eca4fb9401fc6b1"},
|
|
{file = "PyNaCl-1.3.0-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:0d0a8171a68edf51add1e73d2159c4bc19fc0718e79dec51166e940856c2f28e"},
|
|
{file = "PyNaCl-1.3.0-cp34-abi3-macosx_10_6_intel.whl", hash = "sha256:4943decfc5b905748f0756fdd99d4f9498d7064815c4cf3643820c9028b711d1"},
|
|
{file = "PyNaCl-1.3.0-cp34-abi3-manylinux1_i686.whl", hash = "sha256:5bd61e9b44c543016ce1f6aef48606280e45f892a928ca7068fba30021e9b786"},
|
|
{file = "PyNaCl-1.3.0-cp34-abi3-manylinux1_x86_64.whl", hash = "sha256:aabb0c5232910a20eec8563503c153a8e78bbf5459490c49ab31f6adf3f3a415"},
|
|
{file = "PyNaCl-1.3.0-cp34-cp34m-win32.whl", hash = "sha256:7d3ce02c0784b7cbcc771a2da6ea51f87e8716004512493a2b69016326301c3b"},
|
|
{file = "PyNaCl-1.3.0-cp34-cp34m-win_amd64.whl", hash = "sha256:1c780712b206317a746ace34c209b8c29dbfd841dfbc02aa27f2084dd3db77ae"},
|
|
{file = "PyNaCl-1.3.0-cp35-cp35m-win32.whl", hash = "sha256:37aa336a317209f1bb099ad177fef0da45be36a2aa664507c5d72015f956c310"},
|
|
{file = "PyNaCl-1.3.0-cp35-cp35m-win_amd64.whl", hash = "sha256:57ef38a65056e7800859e5ba9e6091053cd06e1038983016effaffe0efcd594a"},
|
|
{file = "PyNaCl-1.3.0-cp36-cp36m-win32.whl", hash = "sha256:a39f54ccbcd2757d1d63b0ec00a00980c0b382c62865b61a505163943624ab20"},
|
|
{file = "PyNaCl-1.3.0-cp36-cp36m-win_amd64.whl", hash = "sha256:6482d3017a0c0327a49dddc8bd1074cc730d45db2ccb09c3bac1f8f32d1eb61b"},
|
|
{file = "PyNaCl-1.3.0-cp37-cp37m-win32.whl", hash = "sha256:2d23c04e8d709444220557ae48ed01f3f1086439f12dbf11976e849a4926db56"},
|
|
{file = "PyNaCl-1.3.0-cp37-cp37m-win_amd64.whl", hash = "sha256:bd4ecb473a96ad0f90c20acba4f0bf0df91a4e03a1f4dd6a4bdc9ca75aa3a715"},
|
|
{file = "PyNaCl-1.3.0-cp38-cp38-win32.whl", hash = "sha256:53126cd91356342dcae7e209f840212a58dcf1177ad52c1d938d428eebc9fee5"},
|
|
{file = "PyNaCl-1.3.0-cp38-cp38-win_amd64.whl", hash = "sha256:bf459128feb543cfca16a95f8da31e2e65e4c5257d2f3dfa8c0c1031139c9c92"},
|
|
{file = "PyNaCl-1.3.0.tar.gz", hash = "sha256:0c6100edd16fefd1557da078c7a31e7b7d7a52ce39fdca2bec29d4f7b6e7600c"},
|
|
]
|
|
pyserial = [
|
|
{file = "pyserial-3.4-py2.py3-none-any.whl", hash = "sha256:e0770fadba80c31013896c7e6ef703f72e7834965954a78e71a3049488d4d7d8"},
|
|
{file = "pyserial-3.4.tar.gz", hash = "sha256:6e2d401fdee0eab996cf734e67773a0143b932772ca8b42451440cfed942c627"},
|
|
]
|
|
python-editor = [
|
|
{file = "python-editor-1.0.4.tar.gz", hash = "sha256:51fda6bcc5ddbbb7063b2af7509e43bd84bfc32a4ff71349ec7847713882327b"},
|
|
{file = "python_editor-1.0.4-py2-none-any.whl", hash = "sha256:5f98b069316ea1c2ed3f67e7f5df6c0d8f10b689964a4a811ff64f0106819ec8"},
|
|
{file = "python_editor-1.0.4-py2.7.egg", hash = "sha256:ea87e17f6ec459e780e4221f295411462e0d0810858e055fc514684350a2f522"},
|
|
{file = "python_editor-1.0.4-py3-none-any.whl", hash = "sha256:1bf6e860a8ad52a14c3ee1252d5dc25b2030618ed80c022598f00176adc8367d"},
|
|
{file = "python_editor-1.0.4-py3.5.egg", hash = "sha256:c3da2053dbab6b29c94e43c486ff67206eafbe7eb52dbec7390b5e2fb05aac77"},
|
|
]
|
|
pyyaml = [
|
|
{file = "PyYAML-5.3-cp27-cp27m-win32.whl", hash = "sha256:940532b111b1952befd7db542c370887a8611660d2b9becff75d39355303d82d"},
|
|
{file = "PyYAML-5.3-cp27-cp27m-win_amd64.whl", hash = "sha256:059b2ee3194d718896c0ad077dd8c043e5e909d9180f387ce42012662a4946d6"},
|
|
{file = "PyYAML-5.3-cp35-cp35m-win32.whl", hash = "sha256:4fee71aa5bc6ed9d5f116327c04273e25ae31a3020386916905767ec4fc5317e"},
|
|
{file = "PyYAML-5.3-cp35-cp35m-win_amd64.whl", hash = "sha256:dbbb2379c19ed6042e8f11f2a2c66d39cceb8aeace421bfc29d085d93eda3689"},
|
|
{file = "PyYAML-5.3-cp36-cp36m-win32.whl", hash = "sha256:e3a057b7a64f1222b56e47bcff5e4b94c4f61faac04c7c4ecb1985e18caa3994"},
|
|
{file = "PyYAML-5.3-cp36-cp36m-win_amd64.whl", hash = "sha256:74782fbd4d4f87ff04159e986886931456a1894c61229be9eaf4de6f6e44b99e"},
|
|
{file = "PyYAML-5.3-cp37-cp37m-win32.whl", hash = "sha256:24521fa2890642614558b492b473bee0ac1f8057a7263156b02e8b14c88ce6f5"},
|
|
{file = "PyYAML-5.3-cp37-cp37m-win_amd64.whl", hash = "sha256:1cf708e2ac57f3aabc87405f04b86354f66799c8e62c28c5fc5f88b5521b2dbf"},
|
|
{file = "PyYAML-5.3-cp38-cp38-win32.whl", hash = "sha256:70024e02197337533eef7b85b068212420f950319cc8c580261963aefc75f811"},
|
|
{file = "PyYAML-5.3-cp38-cp38-win_amd64.whl", hash = "sha256:cb1f2f5e426dc9f07a7681419fe39cee823bb74f723f36f70399123f439e9b20"},
|
|
{file = "PyYAML-5.3.tar.gz", hash = "sha256:e9f45bd5b92c7974e59bcd2dcc8631a6b6cc380a904725fce7bc08872e691615"},
|
|
]
|
|
readchar = [
|
|
{file = "readchar-2.0.1-py2-none-any.whl", hash = "sha256:ed00b7a49bb12f345319d9fa393f289f03670310ada2beb55e8c3f017c648f1e"},
|
|
{file = "readchar-2.0.1-py3-none-any.whl", hash = "sha256:3ac34aab28563bc895f73233d5c08b28f951ca190d5850b8d4bec973132a8dca"},
|
|
]
|
|
regex = [
|
|
{file = "regex-2020.2.20-cp27-cp27m-win32.whl", hash = "sha256:99272d6b6a68c7ae4391908fc15f6b8c9a6c345a46b632d7fdb7ef6c883a2bbb"},
|
|
{file = "regex-2020.2.20-cp27-cp27m-win_amd64.whl", hash = "sha256:974535648f31c2b712a6b2595969f8ab370834080e00ab24e5dbb9d19b8bfb74"},
|
|
{file = "regex-2020.2.20-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:5de40649d4f88a15c9489ed37f88f053c15400257eeb18425ac7ed0a4e119400"},
|
|
{file = "regex-2020.2.20-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:82469a0c1330a4beb3d42568f82dffa32226ced006e0b063719468dcd40ffdf0"},
|
|
{file = "regex-2020.2.20-cp36-cp36m-manylinux2010_i686.whl", hash = "sha256:d58a4fa7910102500722defbde6e2816b0372a4fcc85c7e239323767c74f5cbc"},
|
|
{file = "regex-2020.2.20-cp36-cp36m-manylinux2010_x86_64.whl", hash = "sha256:f1ac2dc65105a53c1c2d72b1d3e98c2464a133b4067a51a3d2477b28449709a0"},
|
|
{file = "regex-2020.2.20-cp36-cp36m-win32.whl", hash = "sha256:8c2b7fa4d72781577ac45ab658da44c7518e6d96e2a50d04ecb0fd8f28b21d69"},
|
|
{file = "regex-2020.2.20-cp36-cp36m-win_amd64.whl", hash = "sha256:269f0c5ff23639316b29f31df199f401e4cb87529eafff0c76828071635d417b"},
|
|
{file = "regex-2020.2.20-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:bed7986547ce54d230fd8721aba6fd19459cdc6d315497b98686d0416efaff4e"},
|
|
{file = "regex-2020.2.20-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:046e83a8b160aff37e7034139a336b660b01dbfe58706f9d73f5cdc6b3460242"},
|
|
{file = "regex-2020.2.20-cp37-cp37m-manylinux2010_i686.whl", hash = "sha256:b33ebcd0222c1d77e61dbcd04a9fd139359bded86803063d3d2d197b796c63ce"},
|
|
{file = "regex-2020.2.20-cp37-cp37m-manylinux2010_x86_64.whl", hash = "sha256:bba52d72e16a554d1894a0cc74041da50eea99a8483e591a9edf1025a66843ab"},
|
|
{file = "regex-2020.2.20-cp37-cp37m-win32.whl", hash = "sha256:01b2d70cbaed11f72e57c1cfbaca71b02e3b98f739ce33f5f26f71859ad90431"},
|
|
{file = "regex-2020.2.20-cp37-cp37m-win_amd64.whl", hash = "sha256:113309e819634f499d0006f6200700c8209a2a8bf6bd1bdc863a4d9d6776a5d1"},
|
|
{file = "regex-2020.2.20-cp38-cp38-manylinux1_i686.whl", hash = "sha256:25f4ce26b68425b80a233ce7b6218743c71cf7297dbe02feab1d711a2bf90045"},
|
|
{file = "regex-2020.2.20-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:9b64a4cc825ec4df262050c17e18f60252cdd94742b4ba1286bcfe481f1c0f26"},
|
|
{file = "regex-2020.2.20-cp38-cp38-manylinux2010_i686.whl", hash = "sha256:9ff16d994309b26a1cdf666a6309c1ef51ad4f72f99d3392bcd7b7139577a1f2"},
|
|
{file = "regex-2020.2.20-cp38-cp38-manylinux2010_x86_64.whl", hash = "sha256:c7f58a0e0e13fb44623b65b01052dae8e820ed9b8b654bb6296bc9c41f571b70"},
|
|
{file = "regex-2020.2.20-cp38-cp38-win32.whl", hash = "sha256:200539b5124bc4721247a823a47d116a7a23e62cc6695744e3eb5454a8888e6d"},
|
|
{file = "regex-2020.2.20-cp38-cp38-win_amd64.whl", hash = "sha256:7f78f963e62a61e294adb6ff5db901b629ef78cb2a1cfce3cf4eeba80c1c67aa"},
|
|
{file = "regex-2020.2.20.tar.gz", hash = "sha256:9e9624440d754733eddbcd4614378c18713d2d9d0dc647cf9c72f64e39671be5"},
|
|
]
|
|
rfc3986 = [
|
|
{file = "rfc3986-1.3.2-py2.py3-none-any.whl", hash = "sha256:df4eba676077cefb86450c8f60121b9ae04b94f65f85b69f3f731af0516b7b18"},
|
|
{file = "rfc3986-1.3.2.tar.gz", hash = "sha256:0344d0bd428126ce554e7ca2b61787b6a28d2bbd19fc70ed2dd85efe31176405"},
|
|
]
|
|
scp = [
|
|
{file = "scp-0.13.2-py2.py3-none-any.whl", hash = "sha256:26c0bbc7ea29c30ec096ae67b0afa7a6b7c557b2ce8f740109ee72a0d52af7d1"},
|
|
{file = "scp-0.13.2.tar.gz", hash = "sha256:ef9d6e67c0331485d3db146bf9ee9baff8a48f3eb0e6c08276a8584b13bf34b3"},
|
|
]
|
|
six = [
|
|
{file = "six-1.14.0-py2.py3-none-any.whl", hash = "sha256:8f3cd2e254d8f793e7f3d6d9df77b92252b52637291d0f0da013c76ea2724b6c"},
|
|
{file = "six-1.14.0.tar.gz", hash = "sha256:236bdbdce46e6e6a3d61a337c0f8b763ca1e8717c03b369e87a7ec7ce1319c0a"},
|
|
]
|
|
smmap = [
|
|
{file = "smmap-3.0.1-py2.py3-none-any.whl", hash = "sha256:5fead614cf2de17ee0707a8c6a5f2aa5a2fc6c698c70993ba42f515485ffda78"},
|
|
{file = "smmap-3.0.1.tar.gz", hash = "sha256:171484fe62793e3626c8b05dd752eb2ca01854b0c55a1efc0dc4210fccb65446"},
|
|
]
|
|
sniffio = [
|
|
{file = "sniffio-1.1.0-py3-none-any.whl", hash = "sha256:20ed6d5b46f8ae136d00b9dcb807615d83ed82ceea6b2058cecb696765246da5"},
|
|
{file = "sniffio-1.1.0.tar.gz", hash = "sha256:8e3810100f69fe0edd463d02ad407112542a11ffdc29f67db2bf3771afb87a21"},
|
|
]
|
|
snowballstemmer = [
|
|
{file = "snowballstemmer-2.0.0-py2.py3-none-any.whl", hash = "sha256:209f257d7533fdb3cb73bdbd24f436239ca3b2fa67d56f6ff88e86be08cc5ef0"},
|
|
{file = "snowballstemmer-2.0.0.tar.gz", hash = "sha256:df3bac3df4c2c01363f3dd2cfa78cce2840a79b9f1c2d2de9ce8d31683992f52"},
|
|
]
|
|
stackprinter = [
|
|
{file = "stackprinter-0.2.3-py3-none-any.whl", hash = "sha256:a21590e1c8fc4aad1e97e89df2bcf86dcaf55f47b1bbb4dfd209361d28fd9d68"},
|
|
{file = "stackprinter-0.2.3.tar.gz", hash = "sha256:8d050d86f98d1a054da125733c998fed6020c1e078628d616c75701496ebd0b8"},
|
|
]
|
|
starlette = [
|
|
{file = "starlette-0.12.9.tar.gz", hash = "sha256:c2ac9a42e0e0328ad20fe444115ac5e3760c1ee2ac1ff8cdb5ec915c4a453411"},
|
|
]
|
|
stevedore = [
|
|
{file = "stevedore-1.32.0-py2.py3-none-any.whl", hash = "sha256:a4e7dc759fb0f2e3e2f7d8ffe2358c19d45b9b8297f393ef1256858d82f69c9b"},
|
|
{file = "stevedore-1.32.0.tar.gz", hash = "sha256:18afaf1d623af5950cc0f7e75e70f917784c73b652a34a12d90b309451b5500b"},
|
|
]
|
|
testfixtures = [
|
|
{file = "testfixtures-6.13.1-py2.py3-none-any.whl", hash = "sha256:ed7f36c5d426a4271368569d3b2d35590eeaf340ee9653cc3dd06ba2e21c6ba8"},
|
|
{file = "testfixtures-6.13.1.tar.gz", hash = "sha256:6edef5d0d39b4a11ada53307379c07c38d69db4a684d40d4e3e08ec7ba66187e"},
|
|
]
|
|
textfsm = [
|
|
{file = "textfsm-1.1.0-py2.py3-none-any.whl", hash = "sha256:0aef3f9cad3d03905915fd62bff358c42b7dc35c863ff2cb0b5324c2b746cc24"},
|
|
]
|
|
toml = [
|
|
{file = "toml-0.10.0-py2.7.egg", hash = "sha256:f1db651f9657708513243e61e6cc67d101a39bad662eaa9b5546f789338e07a3"},
|
|
{file = "toml-0.10.0-py2.py3-none-any.whl", hash = "sha256:235682dd292d5899d361a811df37e04a8828a5b1da3115886b73cf81ebc9100e"},
|
|
{file = "toml-0.10.0.tar.gz", hash = "sha256:229f81c57791a41d65e399fc06bf0848bab550a9dfd5ed66df18ce5f05e73d5c"},
|
|
]
|
|
typed-ast = [
|
|
{file = "typed_ast-1.4.1-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:73d785a950fc82dd2a25897d525d003f6378d1cb23ab305578394694202a58c3"},
|
|
{file = "typed_ast-1.4.1-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:aaee9905aee35ba5905cfb3c62f3e83b3bec7b39413f0a7f19be4e547ea01ebb"},
|
|
{file = "typed_ast-1.4.1-cp35-cp35m-win32.whl", hash = "sha256:0c2c07682d61a629b68433afb159376e24e5b2fd4641d35424e462169c0a7919"},
|
|
{file = "typed_ast-1.4.1-cp35-cp35m-win_amd64.whl", hash = "sha256:4083861b0aa07990b619bd7ddc365eb7fa4b817e99cf5f8d9cf21a42780f6e01"},
|
|
{file = "typed_ast-1.4.1-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:269151951236b0f9a6f04015a9004084a5ab0d5f19b57de779f908621e7d8b75"},
|
|
{file = "typed_ast-1.4.1-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:24995c843eb0ad11a4527b026b4dde3da70e1f2d8806c99b7b4a7cf491612652"},
|
|
{file = "typed_ast-1.4.1-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:fe460b922ec15dd205595c9b5b99e2f056fd98ae8f9f56b888e7a17dc2b757e7"},
|
|
{file = "typed_ast-1.4.1-cp36-cp36m-win32.whl", hash = "sha256:4e3e5da80ccbebfff202a67bf900d081906c358ccc3d5e3c8aea42fdfdfd51c1"},
|
|
{file = "typed_ast-1.4.1-cp36-cp36m-win_amd64.whl", hash = "sha256:249862707802d40f7f29f6e1aad8d84b5aa9e44552d2cc17384b209f091276aa"},
|
|
{file = "typed_ast-1.4.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:8ce678dbaf790dbdb3eba24056d5364fb45944f33553dd5869b7580cdbb83614"},
|
|
{file = "typed_ast-1.4.1-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:c9e348e02e4d2b4a8b2eedb48210430658df6951fa484e59de33ff773fbd4b41"},
|
|
{file = "typed_ast-1.4.1-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:bcd3b13b56ea479b3650b82cabd6b5343a625b0ced5429e4ccad28a8973f301b"},
|
|
{file = "typed_ast-1.4.1-cp37-cp37m-win32.whl", hash = "sha256:d5d33e9e7af3b34a40dc05f498939f0ebf187f07c385fd58d591c533ad8562fe"},
|
|
{file = "typed_ast-1.4.1-cp37-cp37m-win_amd64.whl", hash = "sha256:0666aa36131496aed8f7be0410ff974562ab7eeac11ef351def9ea6fa28f6355"},
|
|
{file = "typed_ast-1.4.1-cp38-cp38-macosx_10_15_x86_64.whl", hash = "sha256:d205b1b46085271b4e15f670058ce182bd1199e56b317bf2ec004b6a44f911f6"},
|
|
{file = "typed_ast-1.4.1-cp38-cp38-manylinux1_i686.whl", hash = "sha256:6daac9731f172c2a22ade6ed0c00197ee7cc1221aa84cfdf9c31defeb059a907"},
|
|
{file = "typed_ast-1.4.1-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:498b0f36cc7054c1fead3d7fc59d2150f4d5c6c56ba7fb150c013fbc683a8d2d"},
|
|
{file = "typed_ast-1.4.1-cp38-cp38-win32.whl", hash = "sha256:715ff2f2df46121071622063fc7543d9b1fd19ebfc4f5c8895af64a77a8c852c"},
|
|
{file = "typed_ast-1.4.1-cp38-cp38-win_amd64.whl", hash = "sha256:fc0fea399acb12edbf8a628ba8d2312f583bdbdb3335635db062fa98cf71fca4"},
|
|
{file = "typed_ast-1.4.1-cp39-cp39-macosx_10_15_x86_64.whl", hash = "sha256:d43943ef777f9a1c42bf4e552ba23ac77a6351de620aa9acf64ad54933ad4d34"},
|
|
{file = "typed_ast-1.4.1.tar.gz", hash = "sha256:8c8aaad94455178e3187ab22c8b01a3837f8ee50e09cf31f1ba129eb293ec30b"},
|
|
]
|
|
urllib3 = [
|
|
{file = "urllib3-1.25.8-py2.py3-none-any.whl", hash = "sha256:2f3db8b19923a873b3e5256dc9c2dedfa883e33d87c690d9c7913e1f40673cdc"},
|
|
{file = "urllib3-1.25.8.tar.gz", hash = "sha256:87716c2d2a7121198ebcb7ce7cccf6ce5e9ba539041cfbaeecfb641dc0bf6acc"},
|
|
]
|
|
uvicorn = [
|
|
{file = "uvicorn-0.11.3-py3-none-any.whl", hash = "sha256:0f58170165c4495f563d8224b2f415a0829af0412baa034d6f777904613087fd"},
|
|
{file = "uvicorn-0.11.3.tar.gz", hash = "sha256:6fdaf8e53bf1b2ddf0fe9ed06079b5348d7d1d87b3365fe2549e6de0d49e631c"},
|
|
]
|
|
uvloop = [
|
|
{file = "uvloop-0.14.0-cp35-cp35m-macosx_10_11_x86_64.whl", hash = "sha256:08b109f0213af392150e2fe6f81d33261bb5ce968a288eb698aad4f46eb711bd"},
|
|
{file = "uvloop-0.14.0-cp35-cp35m-manylinux2010_x86_64.whl", hash = "sha256:4544dcf77d74f3a84f03dd6278174575c44c67d7165d4c42c71db3fdc3860726"},
|
|
{file = "uvloop-0.14.0-cp36-cp36m-macosx_10_11_x86_64.whl", hash = "sha256:b4f591aa4b3fa7f32fb51e2ee9fea1b495eb75b0b3c8d0ca52514ad675ae63f7"},
|
|
{file = "uvloop-0.14.0-cp36-cp36m-manylinux2010_x86_64.whl", hash = "sha256:f07909cd9fc08c52d294b1570bba92186181ca01fe3dc9ffba68955273dd7362"},
|
|
{file = "uvloop-0.14.0-cp37-cp37m-macosx_10_11_x86_64.whl", hash = "sha256:afd5513c0ae414ec71d24f6f123614a80f3d27ca655a4fcf6cabe50994cc1891"},
|
|
{file = "uvloop-0.14.0-cp37-cp37m-manylinux2010_x86_64.whl", hash = "sha256:e7514d7a48c063226b7d06617cbb12a14278d4323a065a8d46a7962686ce2e95"},
|
|
{file = "uvloop-0.14.0-cp38-cp38-macosx_10_11_x86_64.whl", hash = "sha256:bcac356d62edd330080aed082e78d4b580ff260a677508718f88016333e2c9c5"},
|
|
{file = "uvloop-0.14.0-cp38-cp38-manylinux2010_x86_64.whl", hash = "sha256:4315d2ec3ca393dd5bc0b0089d23101276778c304d42faff5dc4579cb6caef09"},
|
|
{file = "uvloop-0.14.0.tar.gz", hash = "sha256:123ac9c0c7dd71464f58f1b4ee0bbd81285d96cdda8bc3519281b8973e3a461e"},
|
|
]
|
|
virtualenv = [
|
|
{file = "virtualenv-20.0.5-py2.py3-none-any.whl", hash = "sha256:5dd42a9f56307542bddc446cfd10ef6576f11910366a07609fe8d0d88fa8fb7e"},
|
|
{file = "virtualenv-20.0.5.tar.gz", hash = "sha256:531b142e300d405bb9faedad4adbeb82b4098b918e35209af2adef3129274aae"},
|
|
]
|
|
websockets = [
|
|
{file = "websockets-8.0.2-cp36-cp36m-macosx_10_6_intel.whl", hash = "sha256:e906128532a14b9d264a43eb48f9b3080d53a9bda819ab45bf56b8039dc606ac"},
|
|
{file = "websockets-8.0.2-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:83e63aa73331b9ca21af61df8f115fb5fbcba3f281bee650a4ad16a40cd1ef15"},
|
|
{file = "websockets-8.0.2-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:e9102043a81cdc8b7c8032ff4bce39f6229e4ac39cb2010946c912eeb84e2cb6"},
|
|
{file = "websockets-8.0.2-cp36-cp36m-win32.whl", hash = "sha256:8d7a20a2f97f1e98c765651d9fb9437201a9ccc2c70e94b0270f1c5ef29667a3"},
|
|
{file = "websockets-8.0.2-cp36-cp36m-win_amd64.whl", hash = "sha256:c82e286555f839846ef4f0fdd6910769a577952e1e26aa8ee7a6f45f040e3c2b"},
|
|
{file = "websockets-8.0.2-cp37-cp37m-macosx_10_6_intel.whl", hash = "sha256:73ce69217e4655783ec72ce11c151053fcbd5b837cc39de7999e19605182e28a"},
|
|
{file = "websockets-8.0.2-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:8c77f7d182a6ea2a9d09c2612059f3ad859a90243e899617137ee3f6b7f2b584"},
|
|
{file = "websockets-8.0.2-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:a7affaeffbc5d55681934c16bb6b8fc82bb75b175e7fd4dcca798c938bde8dda"},
|
|
{file = "websockets-8.0.2-cp37-cp37m-win32.whl", hash = "sha256:f5cb2683367e32da6a256b60929a3af9c29c212b5091cf5bace9358d03011bf5"},
|
|
{file = "websockets-8.0.2-cp37-cp37m-win_amd64.whl", hash = "sha256:049e694abe33f8a1d99969fee7bfc0ae6761f7fd5f297c58ea933b27dd6805f2"},
|
|
{file = "websockets-8.0.2.tar.gz", hash = "sha256:882a7266fa867a2ebb2c0baaa0f9159cabf131cf18c1b4270d79ad42f9208dc5"},
|
|
]
|
|
win32-setctime = [
|
|
{file = "win32_setctime-1.0.1-py3-none-any.whl", hash = "sha256:568fd636c68350bcc54755213fe01966fe0a6c90b386c0776425944a0382abef"},
|
|
{file = "win32_setctime-1.0.1.tar.gz", hash = "sha256:b47e5023ec7f0b4962950902b15bc56464a380d869f59d27dbf9ab423b23e8f9"},
|
|
]
|
|
xmltodict = [
|
|
{file = "xmltodict-0.12.0-py2.py3-none-any.whl", hash = "sha256:8bbcb45cc982f48b2ca8fe7e7827c5d792f217ecf1792626f808bf41c3b86051"},
|
|
{file = "xmltodict-0.12.0.tar.gz", hash = "sha256:50d8c638ed7ecb88d90561beedbf720c9b4e851a9fa6c47ebd64e99d166d8a21"},
|
|
]
|
|
zipp = [
|
|
{file = "zipp-3.0.0-py3-none-any.whl", hash = "sha256:12248a63bbdf7548f89cb4c7cda4681e537031eda29c02ea29674bc6854460c2"},
|
|
{file = "zipp-3.0.0.tar.gz", hash = "sha256:7c0f8e91abc0dc07a5068f315c52cb30c66bfbc581e5b50704c8a2f6ebae794a"},
|
|
]
|