2021-11-24 21:30:47 +00:00
[ [ package ] ]
name = "appnope"
2022-08-05 03:33:54 +00:00
version = "0.1.3"
2021-11-24 21:30:47 +00:00
description = "Disable App Nap on macOS >= 10.9"
category = "dev"
optional = false
python-versions = "*"
[ [ package ] ]
name = "aspy.refactor-imports"
version = "2.2.0"
description = "Utilities for refactoring imports in python-like syntax."
category = "dev"
optional = false
python-versions = ">=3.6.1"
[ package . dependencies ]
cached-property = "*"
[ [ package ] ]
name = "astroid"
2022-08-05 03:33:54 +00:00
version = "2.11.7"
2021-11-24 21:30:47 +00:00
description = "An abstract syntax tree for Python with inference support."
category = "dev"
optional = false
2022-08-05 03:33:54 +00:00
python-versions = ">=3.6.2"
2021-11-24 21:30:47 +00:00
[ package . dependencies ]
lazy-object-proxy = ">=1.4.0"
typed-ast = { version = ">=1.4.0,<2.0" , markers = "implementation_name == \"cpython\" and python_version < \"3.8\"" }
typing-extensions = { version = ">=3.10" , markers = "python_version < \"3.10\"" }
2022-08-05 03:33:54 +00:00
wrapt = ">=1.11,<2"
2021-11-24 21:30:47 +00:00
[ [ package ] ]
name = "atomicwrites"
2022-08-05 03:33:54 +00:00
version = "1.4.1"
2021-11-24 21:30:47 +00:00
description = "Atomic file writes."
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ [ package ] ]
name = "attrs"
version = "20.3.0"
description = "Classes Without Boilerplate"
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ package . extras ]
dev = [ "coverage[toml] (>=5.0.2)" , "hypothesis" , "pympler" , "pytest (>=4.3.0)" , "six" , "zope.interface" , "furo" , "sphinx" , "pre-commit" ]
docs = [ "furo" , "sphinx" , "zope.interface" ]
tests = [ "coverage[toml] (>=5.0.2)" , "hypothesis" , "pympler" , "pytest (>=4.3.0)" , "six" , "zope.interface" ]
tests_no_zope = [ "coverage[toml] (>=5.0.2)" , "hypothesis" , "pympler" , "pytest (>=4.3.0)" , "six" ]
[ [ package ] ]
name = "backcall"
version = "0.2.0"
description = "Specifications for callback functions passed in to an API"
category = "dev"
optional = false
python-versions = "*"
[ [ package ] ]
name = "bandit"
version = "1.7.1"
description = "Security oriented static analyser for python code."
category = "dev"
optional = false
python-versions = ">=3.5"
[ package . dependencies ]
colorama = { version = ">=0.3.9" , markers = "platform_system == \"Windows\"" }
GitPython = ">=1.0.1"
PyYAML = ">=5.3.1"
stevedore = ">=1.20.0"
[ [ package ] ]
name = "black"
2022-08-05 03:33:54 +00:00
version = "21.12b0"
2021-11-24 21:30:47 +00:00
description = "The uncompromising code formatter."
category = "dev"
optional = false
python-versions = ">=3.6.2"
[ package . dependencies ]
click = ">=7.1.2"
mypy-extensions = ">=0.4.3"
pathspec = ">=0.9.0,<1"
platformdirs = ">=2"
tomli = ">=0.2.6,<2.0.0"
typed-ast = { version = ">=1.4.2" , markers = "python_version < \"3.8\" and implementation_name == \"cpython\"" }
typing-extensions = [
{ version = ">=3.10.0.0" , markers = "python_version < \"3.10\"" } ,
{ version = "!=3.10.0.1" , markers = "python_version >= \"3.10\"" } ,
]
[ package . extras ]
colorama = [ "colorama (>=0.4.3)" ]
d = [ "aiohttp (>=3.7.4)" ]
jupyter = [ "ipython (>=7.8.0)" , "tokenize-rt (>=3.2.0)" ]
python2 = [ "typed-ast (>=1.4.3)" ]
uvloop = [ "uvloop (>=0.15.2)" ]
[ [ package ] ]
name = "blacken-docs"
2022-08-05 03:33:54 +00:00
version = "1.12.1"
2021-11-24 21:30:47 +00:00
description = "Run `black` on python code blocks in documentation files"
category = "dev"
optional = false
2022-08-05 03:33:54 +00:00
python-versions = ">=3.7"
2021-11-24 21:30:47 +00:00
[ package . dependencies ]
black = ">=19.3b0"
[ [ package ] ]
name = "cachecontrol"
2022-08-05 03:33:54 +00:00
version = "0.12.11"
2021-11-24 21:30:47 +00:00
description = "httplib2 caching for requests"
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
lockfile = { version = ">=0.9" , optional = true , markers = "extra == \"filecache\"" }
msgpack = ">=0.5.2"
requests = "*"
[ package . extras ]
filecache = [ "lockfile (>=0.9)" ]
redis = [ "redis (>=2.10.5)" ]
[ [ package ] ]
name = "cached-property"
version = "1.5.2"
description = "A decorator for caching properties in classes."
category = "dev"
optional = false
python-versions = "*"
[ [ package ] ]
name = "cachy"
version = "0.3.0"
description = "Cachy provides a simple yet effective caching library."
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ package . extras ]
msgpack = [ "msgpack-python (>=0.5,<0.6)" ]
2022-08-05 03:33:54 +00:00
memcached = [ "python-memcached (>=1.59,<2.0)" ]
redis = [ "redis (>=3.3.6,<4.0.0)" ]
2021-11-24 21:30:47 +00:00
[ [ package ] ]
name = "certifi"
2022-08-05 03:33:54 +00:00
version = "2022.6.15"
2021-11-24 21:30:47 +00:00
description = "Python package for providing Mozilla's CA Bundle."
category = "dev"
optional = false
2022-08-05 03:33:54 +00:00
python-versions = ">=3.6"
2021-11-24 21:30:47 +00:00
[ [ package ] ]
name = "cffi"
2022-08-05 03:33:54 +00:00
version = "1.15.1"
2021-11-24 21:30:47 +00:00
description = "Foreign Function Interface for Python calling C code."
category = "dev"
optional = false
python-versions = "*"
[ package . dependencies ]
pycparser = "*"
[ [ package ] ]
name = "cfgv"
version = "3.3.1"
description = "Validate configuration and produce human readable error messages."
category = "dev"
optional = false
python-versions = ">=3.6.1"
[ [ package ] ]
name = "charset-normalizer"
2022-08-05 03:33:54 +00:00
version = "2.0.12"
2021-11-24 21:30:47 +00:00
description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
category = "dev"
optional = false
python-versions = ">=3.5.0"
[ package . extras ]
unicode_backport = [ "unicodedata2" ]
[ [ package ] ]
name = "cleo"
version = "0.8.1"
description = "Cleo allows you to create beautiful and testable command-line interfaces."
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ package . dependencies ]
clikit = ">=0.6.0,<0.7.0"
[ [ package ] ]
name = "click"
2022-08-05 03:33:54 +00:00
version = "8.0.4"
2021-11-24 21:30:47 +00:00
description = "Composable command line interface toolkit"
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
colorama = { version = "*" , markers = "platform_system == \"Windows\"" }
importlib-metadata = { version = "*" , markers = "python_version < \"3.8\"" }
[ [ package ] ]
name = "clikit"
version = "0.6.2"
description = "CliKit is a group of utilities to build beautiful and testable command line interfaces."
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ package . dependencies ]
crashtest = { version = ">=0.3.0,<0.4.0" , markers = "python_version >= \"3.6\" and python_version < \"4.0\"" }
pastel = ">=0.2.0,<0.3.0"
pylev = ">=1.3,<2.0"
[ [ package ] ]
name = "colorama"
2022-08-05 03:33:54 +00:00
version = "0.4.5"
2021-11-24 21:30:47 +00:00
description = "Cross-platform colored terminal text."
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[ [ package ] ]
name = "coverage"
2022-08-05 03:33:54 +00:00
version = "6.2"
2021-11-24 21:30:47 +00:00
description = "Code coverage measurement for Python"
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
tomli = { version = "*" , optional = true , markers = "extra == \"toml\"" }
[ package . extras ]
toml = [ "tomli" ]
[ [ package ] ]
name = "crashtest"
version = "0.3.1"
description = "Manage Python errors with ease"
category = "dev"
optional = false
python-versions = ">=3.6,<4.0"
[ [ package ] ]
name = "cryptography"
2022-08-05 03:33:54 +00:00
version = "37.0.4"
2021-11-24 21:30:47 +00:00
description = "cryptography is a package which provides cryptographic recipes and primitives to Python developers."
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
cffi = ">=1.12"
[ package . extras ]
docs = [ "sphinx (>=1.6.5,!=1.8.0,!=3.1.0,!=3.1.1)" , "sphinx-rtd-theme" ]
docstest = [ "pyenchant (>=1.6.11)" , "twine (>=1.12.0)" , "sphinxcontrib-spelling (>=4.0.1)" ]
pep8test = [ "black" , "flake8" , "flake8-import-order" , "pep8-naming" ]
sdist = [ "setuptools_rust (>=0.11.4)" ]
ssh = [ "bcrypt (>=3.1.5)" ]
2022-08-05 03:33:54 +00:00
test = [ "pytest (>=6.2.0)" , "pytest-benchmark" , "pytest-cov" , "pytest-subtests" , "pytest-xdist" , "pretend" , "iso8601" , "pytz" , "hypothesis (>=1.11.4,!=3.79.2)" ]
2021-11-24 21:30:47 +00:00
[ [ package ] ]
2022-08-05 03:33:54 +00:00
name = "decorator"
version = "5.1.1"
description = "Decorators for Humans"
2021-11-24 21:30:47 +00:00
category = "dev"
optional = false
2022-08-05 03:33:54 +00:00
python-versions = ">=3.5"
2021-11-24 21:30:47 +00:00
[ [ package ] ]
2022-08-05 03:33:54 +00:00
name = "dill"
version = "0.3.5.1"
description = "serialize all of python"
2021-11-24 21:30:47 +00:00
category = "dev"
optional = false
2022-08-05 03:33:54 +00:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*"
[ package . extras ]
graph = [ "objgraph (>=1.7.2)" ]
2021-11-24 21:30:47 +00:00
[ [ package ] ]
name = "distlib"
2022-08-05 03:33:54 +00:00
version = "0.3.5"
2021-11-24 21:30:47 +00:00
description = "Distribution utilities"
category = "dev"
optional = false
python-versions = "*"
[ [ package ] ]
name = "dparse"
version = "0.5.1"
description = "A parser for Python dependency files"
category = "dev"
optional = false
python-versions = ">=3.5"
[ package . dependencies ]
packaging = "*"
pyyaml = "*"
toml = "*"
[ package . extras ]
pipenv = [ "pipenv" ]
[ [ package ] ]
name = "filelock"
2022-08-05 03:33:54 +00:00
version = "3.4.1"
2021-11-24 21:30:47 +00:00
description = "A platform independent file lock."
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . extras ]
docs = [ "furo (>=2021.8.17b43)" , "sphinx (>=4.1)" , "sphinx-autodoc-typehints (>=1.12)" ]
testing = [ "covdefaults (>=1.2.0)" , "coverage (>=4)" , "pytest (>=4)" , "pytest-cov" , "pytest-timeout (>=1.4.2)" ]
[ [ package ] ]
name = "gitdb"
version = "4.0.9"
description = "Git Object Database"
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
smmap = ">=3.0.1,<6"
[ [ package ] ]
name = "gitpython"
version = "3.1.20"
description = "Python Git Library"
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
gitdb = ">=4.0.1,<5"
typing-extensions = { version = ">=3.7.4.3" , markers = "python_version < \"3.10\"" }
[ [ package ] ]
name = "html5lib"
version = "1.1"
description = "HTML parser based on the WHATWG HTML specification"
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[ package . dependencies ]
six = ">=1.9"
webencodings = "*"
[ package . extras ]
lxml = [ "lxml" ]
2022-08-05 03:33:54 +00:00
genshi = [ "genshi" ]
chardet = [ "chardet (>=2.2)" ]
all = [ "lxml" , "chardet (>=2.2)" , "genshi" ]
2021-11-24 21:30:47 +00:00
[ [ package ] ]
name = "identify"
2022-08-05 03:33:54 +00:00
version = "2.4.4"
2021-11-24 21:30:47 +00:00
description = "File identification library for Python"
category = "dev"
optional = false
python-versions = ">=3.6.1"
[ package . extras ]
license = [ "ukkonen" ]
[ [ package ] ]
name = "idna"
version = "3.3"
description = "Internationalized Domain Names in Applications (IDNA)"
category = "dev"
optional = false
python-versions = ">=3.5"
[ [ package ] ]
name = "importlib-metadata"
version = "1.7.0"
description = "Read metadata from Python packages"
category = "dev"
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
[ package . dependencies ]
zipp = ">=0.5"
[ package . extras ]
2022-08-05 03:33:54 +00:00
testing = [ "importlib-resources (>=1.3)" , "pep517" , "packaging" ]
docs = [ "rst.linker" , "sphinx" ]
2021-11-24 21:30:47 +00:00
[ [ package ] ]
name = "importlib-resources"
2022-08-05 03:33:54 +00:00
version = "5.2.3"
2021-11-24 21:30:47 +00:00
description = "Read resources from Python packages"
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
zipp = { version = ">=3.1.0" , markers = "python_version < \"3.10\"" }
[ package . extras ]
docs = [ "sphinx" , "jaraco.packaging (>=8.2)" , "rst.linker (>=1.9)" ]
testing = [ "pytest (>=6)" , "pytest-checkdocs (>=2.4)" , "pytest-flake8" , "pytest-cov" , "pytest-enabler (>=1.0.1)" , "pytest-black (>=0.3.7)" , "pytest-mypy" ]
[ [ package ] ]
name = "iniconfig"
version = "1.1.1"
description = "iniconfig: brain-dead simple config-ini parsing"
category = "dev"
optional = false
python-versions = "*"
[ [ package ] ]
name = "ipython"
2022-08-05 03:33:54 +00:00
version = "7.34.0"
2021-11-24 21:30:47 +00:00
description = "IPython: Productive Interactive Computing"
category = "dev"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
appnope = { version = "*" , markers = "sys_platform == \"darwin\"" }
backcall = "*"
colorama = { version = "*" , markers = "sys_platform == \"win32\"" }
decorator = "*"
jedi = ">=0.16"
matplotlib-inline = "*"
pexpect = { version = ">4.3" , markers = "sys_platform != \"win32\"" }
pickleshare = "*"
prompt-toolkit = ">=2.0.0,<3.0.0 || >3.0.0,<3.0.1 || >3.0.1,<3.1.0"
pygments = "*"
traitlets = ">=4.2"
[ package . extras ]
all = [ "Sphinx (>=1.3)" , "ipykernel" , "ipyparallel" , "ipywidgets" , "nbconvert" , "nbformat" , "nose (>=0.10.1)" , "notebook" , "numpy (>=1.17)" , "pygments" , "qtconsole" , "requests" , "testpath" ]
doc = [ "Sphinx (>=1.3)" ]
kernel = [ "ipykernel" ]
nbconvert = [ "nbconvert" ]
nbformat = [ "nbformat" ]
notebook = [ "notebook" , "ipywidgets" ]
parallel = [ "ipyparallel" ]
qtconsole = [ "qtconsole" ]
test = [ "nose (>=0.10.1)" , "requests" , "testpath" , "pygments" , "nbformat" , "ipykernel" , "numpy (>=1.17)" ]
[ [ package ] ]
name = "isort"
version = "5.10.1"
description = "A Python utility / library to sort Python imports."
category = "dev"
optional = false
python-versions = ">=3.6.1,<4.0"
[ package . extras ]
pipfile_deprecated_finder = [ "pipreqs" , "requirementslib" ]
requirements_deprecated_finder = [ "pipreqs" , "pip-api" ]
colors = [ "colorama (>=0.4.3,<0.5.0)" ]
plugins = [ "setuptools" ]
[ [ package ] ]
name = "jedi"
version = "0.18.1"
description = "An autocompletion tool for Python that can be used for text editors."
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
parso = ">=0.8.0,<0.9.0"
[ package . extras ]
qa = [ "flake8 (==3.8.3)" , "mypy (==0.782)" ]
testing = [ "Django (<3.1)" , "colorama" , "docopt" , "pytest (<7.0.0)" ]
[ [ package ] ]
name = "jeepney"
version = "0.7.1"
description = "Low-level, pure Python DBus protocol wrapper."
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . extras ]
2022-08-05 03:33:54 +00:00
trio = [ "async-generator" , "trio" ]
test = [ "async-timeout" , "trio" , "testpath" , "pytest-asyncio" , "pytest-trio" , "pytest" ]
2021-11-24 21:30:47 +00:00
[ [ package ] ]
name = "keyring"
2022-08-05 03:33:54 +00:00
version = "22.3.0"
2021-11-24 21:30:47 +00:00
description = "Store and access your passwords safely."
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
importlib-metadata = { version = ">=1" , markers = "python_version < \"3.8\"" }
jeepney = { version = ">=0.4.2" , markers = "sys_platform == \"linux\"" }
pywin32-ctypes = { version = "<0.1.0 || >0.1.0,<0.1.1 || >0.1.1" , markers = "sys_platform == \"win32\"" }
SecretStorage = { version = ">=3.2" , markers = "sys_platform == \"linux\"" }
[ package . extras ]
docs = [ "sphinx" , "jaraco.packaging (>=8.2)" , "rst.linker (>=1.9)" ]
2022-08-05 03:33:54 +00:00
testing = [ "pytest (>=4.6)" , "pytest-checkdocs (>=1.2.3)" , "pytest-flake8" , "pytest-cov" , "pytest-enabler" , "pytest-black (>=0.3.7)" , "pytest-mypy" ]
2021-11-24 21:30:47 +00:00
[ [ package ] ]
name = "lazy-object-proxy"
2022-08-05 03:33:54 +00:00
version = "1.7.1"
2021-11-24 21:30:47 +00:00
description = "A fast and thorough lazy object proxy."
category = "dev"
optional = false
2022-08-05 03:33:54 +00:00
python-versions = ">=3.6"
2021-11-24 21:30:47 +00:00
[ [ package ] ]
name = "lockfile"
version = "0.12.2"
description = "Platform-independent file locking module"
category = "dev"
optional = false
python-versions = "*"
[ [ package ] ]
name = "markdown-it-py"
version = "0.6.2"
description = "Python port of markdown-it. Markdown parsing, done right!"
category = "dev"
optional = false
python-versions = "~=3.6"
[ package . dependencies ]
attrs = ">=19,<21"
mdit-py-plugins = ">=0.2.1,<0.3.0"
[ package . extras ]
2022-08-05 03:33:54 +00:00
testing = [ "psutil" , "pytest-benchmark (>=3.2,<4.0)" , "pytest-regressions" , "pytest-cov" , "pytest (>=3.6,<4)" , "coverage" ]
rtd = [ "pyyaml" , "sphinx (>=2,<4)" , "sphinx-copybutton" , "sphinx-panels (>=0.4.0,<0.5.0)" , "sphinx-book-theme" , "myst-nb (>=0.11.1,<0.12.0)" ]
2021-11-24 21:30:47 +00:00
linkify = [ "linkify-it-py (>=1.0,<2.0)" ]
2022-08-05 03:33:54 +00:00
compare = [ "panflute (>=1.12,<2.0)" , "mistletoe-ebp (>=0.10.0,<0.11.0)" , "mistune (>=0.8.4,<0.9.0)" , "markdown (>=3.2.2,<3.3.0)" , "commonmark (>=0.9.1,<0.10.0)" ]
code_style = [ "pre-commit (==2.6)" ]
2021-11-24 21:30:47 +00:00
[ [ package ] ]
name = "matplotlib-inline"
version = "0.1.3"
description = "Inline Matplotlib backend for Jupyter"
category = "dev"
optional = false
python-versions = ">=3.5"
[ package . dependencies ]
traitlets = "*"
[ [ package ] ]
name = "mccabe"
2022-08-05 03:33:54 +00:00
version = "0.7.0"
2021-11-24 21:30:47 +00:00
description = "McCabe checker, plugin for flake8"
category = "dev"
optional = false
2022-08-05 03:33:54 +00:00
python-versions = ">=3.6"
2021-11-24 21:30:47 +00:00
[ [ package ] ]
name = "mdformat"
version = "0.6.4"
description = "CommonMark compliant Markdown formatter"
category = "dev"
optional = false
python-versions = ">=3.6.1,<4.0.0"
[ package . dependencies ]
importlib-metadata = { version = ">=0.12" , markers = "python_version < \"3.8\"" }
markdown-it-py = ">=0.5.5,<0.7.0"
typing-extensions = { version = ">=3.7.4" , markers = "python_version < \"3.8\"" }
[ [ package ] ]
name = "mdformat-gfm"
version = "0.2.0"
description = "Mdformat plugin for GitHub Flavored Markdown compatibility"
category = "dev"
optional = false
python-versions = ">=3.6.1,<4.0.0"
[ package . dependencies ]
markdown-it-py = ">=0.5.8"
mdformat = ">=0.6.0,<0.7.0"
mdformat-tables = ">=0.3.0"
mdit-py-plugins = ">=0.2.0"
[ [ package ] ]
name = "mdformat-tables"
version = "0.3.0"
description = "An mdformat plugin for rendering tables."
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
mdformat = ">=0.6.0,<0.7.0"
[ package . extras ]
2022-08-05 03:33:54 +00:00
test = [ "pytest-cov" , "coverage" , "pytest (>=6.0,<7.0)" ]
2021-11-24 21:30:47 +00:00
[ [ package ] ]
name = "mdit-py-plugins"
version = "0.2.6"
description = "Collection of plugins for markdown-it-py"
category = "dev"
optional = false
python-versions = "~=3.6"
[ package . dependencies ]
markdown-it-py = ">=0.5.8,<2.0.0"
[ package . extras ]
2022-08-05 03:33:54 +00:00
testing = [ "pytest-regressions" , "pytest-cov" , "pytest (>=3.6,<4)" , "coverage" ]
2021-11-24 21:30:47 +00:00
code_style = [ "pre-commit (==2.6)" ]
[ [ package ] ]
name = "msgpack"
2022-08-05 03:33:54 +00:00
version = "1.0.4"
description = "MessagePack serializer"
2021-11-24 21:30:47 +00:00
category = "dev"
optional = false
python-versions = "*"
[ [ package ] ]
name = "mypy"
version = "0.910"
description = "Optional static typing for Python"
category = "dev"
optional = false
python-versions = ">=3.5"
[ package . dependencies ]
mypy-extensions = ">=0.4.3,<0.5.0"
toml = "*"
typed-ast = { version = ">=1.4.0,<1.5.0" , markers = "python_version < \"3.8\"" }
typing-extensions = ">=3.7.4"
[ package . extras ]
dmypy = [ "psutil (>=4.0)" ]
python2 = [ "typed-ast (>=1.4.0,<1.5.0)" ]
[ [ package ] ]
name = "mypy-extensions"
version = "0.4.3"
description = "Experimental type system extensions for programs checked with the mypy typechecker."
category = "dev"
optional = false
python-versions = "*"
[ [ package ] ]
name = "nodeenv"
version = "1.6.0"
description = "Node.js virtual environment builder"
category = "dev"
optional = false
python-versions = "*"
[ [ package ] ]
name = "packaging"
version = "20.9"
description = "Core utilities for Python packages"
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ package . dependencies ]
pyparsing = ">=2.0.2"
[ [ package ] ]
name = "parso"
2022-08-05 03:33:54 +00:00
version = "0.8.3"
2021-11-24 21:30:47 +00:00
description = "A Python Parser"
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . extras ]
qa = [ "flake8 (==3.8.3)" , "mypy (==0.782)" ]
testing = [ "docopt" , "pytest (<6.0.0)" ]
[ [ package ] ]
name = "pastel"
version = "0.2.1"
description = "Bring colors to your terminal."
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ [ package ] ]
name = "pathspec"
version = "0.9.0"
description = "Utility library for gitignore style pattern matching of file paths."
category = "dev"
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
[ [ package ] ]
name = "pbr"
2022-08-05 03:33:54 +00:00
version = "5.9.0"
2021-11-24 21:30:47 +00:00
description = "Python Build Reasonableness"
category = "dev"
optional = false
python-versions = ">=2.6"
[ [ package ] ]
name = "peewee"
2022-08-05 03:33:54 +00:00
version = "3.15.1"
2021-11-24 21:30:47 +00:00
description = "a little orm"
category = "main"
optional = false
python-versions = "*"
[ [ package ] ]
name = "pexpect"
version = "4.8.0"
description = "Pexpect allows easy control of interactive console applications."
category = "dev"
optional = false
python-versions = "*"
[ package . dependencies ]
ptyprocess = ">=0.5"
[ [ package ] ]
name = "pickleshare"
version = "0.7.5"
description = "Tiny 'shelve'-like database with concurrency support"
category = "dev"
optional = false
python-versions = "*"
[ [ package ] ]
name = "pkginfo"
2022-08-05 03:33:54 +00:00
version = "1.8.3"
2021-11-24 21:30:47 +00:00
description = "Query metadatdata from sdists / bdists / installed packages."
category = "dev"
optional = false
2022-08-05 03:33:54 +00:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
2021-11-24 21:30:47 +00:00
[ package . extras ]
testing = [ "nose" , "coverage" ]
[ [ package ] ]
name = "platformdirs"
version = "2.4.0"
description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . extras ]
2022-08-05 03:33:54 +00:00
test = [ "pytest-mock (>=3.6)" , "pytest-cov (>=2.7)" , "pytest (>=6)" , "appdirs (==1.4.4)" ]
docs = [ "sphinx-autodoc-typehints (>=1.12)" , "proselint (>=0.10.2)" , "furo (>=2021.7.5b38)" , "Sphinx (>=4)" ]
2021-11-24 21:30:47 +00:00
[ [ package ] ]
name = "pluggy"
version = "1.0.0"
description = "plugin and hook calling mechanisms for python"
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
importlib-metadata = { version = ">=0.12" , markers = "python_version < \"3.8\"" }
[ package . extras ]
2022-08-05 03:33:54 +00:00
testing = [ "pytest-benchmark" , "pytest" ]
dev = [ "tox" , "pre-commit" ]
2021-11-24 21:30:47 +00:00
[ [ package ] ]
name = "poetry"
2022-08-05 03:33:54 +00:00
version = "1.1.14"
2021-11-24 21:30:47 +00:00
description = "Python dependency management and packaging made easy."
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[ package . dependencies ]
2022-08-05 03:33:54 +00:00
cachecontrol = { version = ">=0.12.9,<0.13.0" , extras = [ "filecache" ] , markers = "python_version >= \"3.6\" and python_version < \"4.0\"" }
2021-11-24 21:30:47 +00:00
cachy = ">=0.3.0,<0.4.0"
cleo = ">=0.8.1,<0.9.0"
clikit = ">=0.6.2,<0.7.0"
crashtest = { version = ">=0.3.0,<0.4.0" , markers = "python_version >= \"3.6\" and python_version < \"4.0\"" }
html5lib = ">=1.0,<2.0"
importlib-metadata = { version = ">=1.6.0,<2.0.0" , markers = "python_version < \"3.8\"" }
2022-08-05 03:33:54 +00:00
keyring = { version = ">=21.2.0" , markers = "python_version >= \"3.6\" and python_version < \"4.0\"" }
2021-11-24 21:30:47 +00:00
packaging = ">=20.4,<21.0"
pexpect = ">=4.7.0,<5.0.0"
pkginfo = ">=1.4,<2.0"
poetry-core = ">=1.0.7,<1.1.0"
requests = ">=2.18,<3.0"
requests-toolbelt = ">=0.9.1,<0.10.0"
shellingham = ">=1.1,<2.0"
tomlkit = ">=0.7.0,<1.0.0"
virtualenv = ">=20.0.26,<21.0.0"
[ [ package ] ]
name = "poetry-core"
2022-08-05 03:33:54 +00:00
version = "1.0.8"
2021-11-24 21:30:47 +00:00
description = "Poetry PEP 517 Build Backend"
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[ package . dependencies ]
importlib-metadata = { version = ">=1.7.0,<2.0.0" , markers = "python_version >= \"2.7\" and python_version < \"2.8\" or python_version >= \"3.5\" and python_version < \"3.8\"" }
[ [ package ] ]
name = "pre-commit"
2022-08-05 03:33:54 +00:00
version = "2.17.0"
2021-11-24 21:30:47 +00:00
description = "A framework for managing and maintaining multi-language pre-commit hooks."
category = "dev"
optional = false
python-versions = ">=3.6.1"
[ package . dependencies ]
cfgv = ">=2.0.0"
identify = ">=1.0.0"
importlib-metadata = { version = "*" , markers = "python_version < \"3.8\"" }
2022-08-05 03:33:54 +00:00
importlib-resources = { version = "<5.3" , markers = "python_version < \"3.7\"" }
2021-11-24 21:30:47 +00:00
nodeenv = ">=0.11.1"
pyyaml = ">=5.1"
toml = "*"
virtualenv = ">=20.0.8"
[ [ package ] ]
name = "pre-commit-hooks"
2022-08-05 03:33:54 +00:00
version = "4.1.0"
2021-11-24 21:30:47 +00:00
description = "Some out-of-the-box hooks for pre-commit."
category = "dev"
optional = false
python-versions = ">=3.6.1"
[ package . dependencies ]
"ruamel.yaml" = ">=0.15"
toml = "*"
[ [ package ] ]
name = "prompt-toolkit"
2022-08-05 03:33:54 +00:00
version = "3.0.30"
2021-11-24 21:30:47 +00:00
description = "Library for building powerful interactive command lines in Python"
category = "dev"
optional = false
python-versions = ">=3.6.2"
[ package . dependencies ]
wcwidth = "*"
[ [ package ] ]
name = "ptyprocess"
version = "0.7.0"
description = "Run a subprocess in a pseudo terminal"
category = "dev"
optional = false
python-versions = "*"
[ [ package ] ]
name = "py"
version = "1.11.0"
description = "library with cross-python path, ini-parsing, io, code, log facilities"
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[ [ package ] ]
name = "pycparser"
version = "2.21"
description = "C parser in Python"
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ [ package ] ]
name = "pygments"
2022-08-05 03:33:54 +00:00
version = "2.12.0"
2021-11-24 21:30:47 +00:00
description = "Pygments is a syntax highlighting package written in Python."
category = "dev"
optional = false
2022-08-05 03:33:54 +00:00
python-versions = ">=3.6"
2021-11-24 21:30:47 +00:00
[ [ package ] ]
name = "pylev"
version = "1.4.0"
description = "A pure Python Levenshtein implementation that's not freaking GPL'd."
category = "dev"
optional = false
python-versions = "*"
[ [ package ] ]
name = "pylint"
2022-08-05 03:33:54 +00:00
version = "2.13.9"
2021-11-24 21:30:47 +00:00
description = "python code static checker"
category = "dev"
optional = false
2022-08-05 03:33:54 +00:00
python-versions = ">=3.6.2"
2021-11-24 21:30:47 +00:00
[ package . dependencies ]
2022-08-05 03:33:54 +00:00
astroid = ">=2.11.5,<=2.12.0-dev0"
2021-11-24 21:30:47 +00:00
colorama = { version = "*" , markers = "sys_platform == \"win32\"" }
2022-08-05 03:33:54 +00:00
dill = ">=0.2"
2021-11-24 21:30:47 +00:00
isort = ">=4.2.5,<6"
2022-08-05 03:33:54 +00:00
mccabe = ">=0.6,<0.8"
2021-11-24 21:30:47 +00:00
platformdirs = ">=2.2.0"
2022-08-05 03:33:54 +00:00
tomli = { version = ">=1.1.0" , markers = "python_version < \"3.11\"" }
2021-11-24 21:30:47 +00:00
typing-extensions = { version = ">=3.10.0" , markers = "python_version < \"3.10\"" }
2022-08-05 03:33:54 +00:00
[ package . extras ]
testutil = [ "gitpython (>3)" ]
2021-11-24 21:30:47 +00:00
[ [ package ] ]
name = "pyparsing"
2022-08-05 03:33:54 +00:00
version = "3.0.7"
2021-11-24 21:30:47 +00:00
description = "Python parsing module"
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . extras ]
diagrams = [ "jinja2" , "railroad-diagrams" ]
[ [ package ] ]
name = "pytest"
version = "6.2.5"
description = "pytest: simple powerful testing with Python"
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
atomicwrites = { version = ">=1.0" , markers = "sys_platform == \"win32\"" }
attrs = ">=19.2.0"
colorama = { version = "*" , markers = "sys_platform == \"win32\"" }
importlib-metadata = { version = ">=0.12" , markers = "python_version < \"3.8\"" }
iniconfig = "*"
packaging = "*"
pluggy = ">=0.12,<2.0"
py = ">=1.8.2"
toml = "*"
[ package . extras ]
testing = [ "argcomplete" , "hypothesis (>=3.56)" , "mock" , "nose" , "requests" , "xmlschema" ]
[ [ package ] ]
name = "pytest-cov"
version = "3.0.0"
description = "Pytest plugin for measuring coverage."
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
coverage = { version = ">=5.2.1" , extras = [ "toml" ] }
pytest = ">=4.6"
[ package . extras ]
2022-08-05 03:33:54 +00:00
testing = [ "virtualenv" , "pytest-xdist" , "six" , "process-tests" , "hunter" , "fields" ]
2021-11-24 21:30:47 +00:00
[ [ package ] ]
name = "pywin32-ctypes"
version = "0.2.0"
description = ""
category = "dev"
optional = false
python-versions = "*"
[ [ package ] ]
name = "pyyaml"
version = "6.0"
description = "YAML parser and emitter for Python"
category = "dev"
optional = false
python-versions = ">=3.6"
[ [ package ] ]
name = "reorder-python-imports"
version = "2.6.0"
description = "Tool for reordering python imports"
category = "dev"
optional = false
python-versions = ">=3.6.1"
[ package . dependencies ]
"aspy.refactor-imports" = ">=2.1.0"
[ [ package ] ]
name = "requests"
2022-08-05 03:33:54 +00:00
version = "2.27.1"
2021-11-24 21:30:47 +00:00
description = "Python HTTP for Humans."
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
[ package . dependencies ]
certifi = ">=2017.4.17"
charset-normalizer = { version = ">=2.0.0,<2.1.0" , markers = "python_version >= \"3\"" }
idna = { version = ">=2.5,<4" , markers = "python_version >= \"3\"" }
urllib3 = ">=1.21.1,<1.27"
[ package . extras ]
socks = [ "PySocks (>=1.5.6,!=1.5.7)" , "win-inet-pton" ]
use_chardet_on_py3 = [ "chardet (>=3.0.2,<5)" ]
[ [ package ] ]
name = "requests-toolbelt"
version = "0.9.1"
description = "A utility belt for advanced users of python-requests"
category = "dev"
optional = false
python-versions = "*"
[ package . dependencies ]
requests = ">=2.0.1,<3.0.0"
[ [ package ] ]
name = "ruamel.yaml"
2022-08-05 03:33:54 +00:00
version = "0.17.21"
2021-11-24 21:30:47 +00:00
description = "ruamel.yaml is a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order"
category = "dev"
optional = false
python-versions = ">=3"
[ package . dependencies ]
2022-08-05 03:33:54 +00:00
"ruamel.yaml.clib" = { version = ">=0.2.6" , markers = "platform_python_implementation == \"CPython\" and python_version < \"3.11\"" }
2021-11-24 21:30:47 +00:00
[ package . extras ]
docs = [ "ryd" ]
jinja2 = [ "ruamel.yaml.jinja2 (>=0.2)" ]
[ [ package ] ]
name = "ruamel.yaml.clib"
version = "0.2.6"
description = "C version of reader, parser and emitter for ruamel.yaml derived from libyaml"
category = "dev"
optional = false
python-versions = ">=3.5"
[ [ package ] ]
name = "safety"
version = "1.10.3"
description = "Checks installed dependencies for known vulnerabilities."
category = "dev"
optional = false
python-versions = ">=3.5"
[ package . dependencies ]
Click = ">=6.0"
dparse = ">=0.5.1"
packaging = "*"
requests = "*"
[ [ package ] ]
name = "secretstorage"
2022-08-05 03:33:54 +00:00
version = "3.3.2"
2021-11-24 21:30:47 +00:00
description = "Python bindings to FreeDesktop.org Secret Service API"
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
cryptography = ">=2.0"
jeepney = ">=0.6"
[ [ package ] ]
name = "shellingham"
2022-08-05 03:33:54 +00:00
version = "1.5.0"
2021-11-24 21:30:47 +00:00
description = "Tool to Detect Surrounding Shell"
category = "dev"
optional = false
2022-08-05 03:33:54 +00:00
python-versions = ">=3.4"
2021-11-24 21:30:47 +00:00
[ [ package ] ]
name = "six"
version = "1.16.0"
description = "Python 2 and 3 compatibility utilities"
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
[ [ package ] ]
name = "smmap"
version = "5.0.0"
description = "A pure Python implementation of a sliding window memory map manager"
category = "dev"
optional = false
python-versions = ">=3.6"
[ [ package ] ]
name = "stevedore"
version = "3.5.0"
description = "Manage dynamic plugins for Python applications"
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
importlib-metadata = { version = ">=1.7.0" , markers = "python_version < \"3.8\"" }
pbr = ">=2.0.0,<2.1.0 || >2.1.0"
[ [ package ] ]
name = "toml"
version = "0.10.2"
description = "Python Library for Tom's Obvious, Minimal Language"
category = "dev"
optional = false
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
[ [ package ] ]
name = "tomli"
2022-08-05 03:33:54 +00:00
version = "1.2.3"
2021-11-24 21:30:47 +00:00
description = "A lil' TOML parser"
category = "dev"
optional = false
python-versions = ">=3.6"
[ [ package ] ]
name = "tomlkit"
2022-08-05 03:33:54 +00:00
version = "0.11.1"
2021-11-24 21:30:47 +00:00
description = "Style preserving TOML library"
category = "dev"
optional = false
2022-08-05 03:33:54 +00:00
python-versions = ">=3.6,<4.0"
2021-11-24 21:30:47 +00:00
[ [ package ] ]
name = "tox"
2022-08-05 03:33:54 +00:00
version = "3.25.1"
2021-11-24 21:30:47 +00:00
description = "tox is a generic virtualenv management and test command line tool"
category = "dev"
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
[ package . dependencies ]
colorama = { version = ">=0.4.1" , markers = "platform_system == \"Windows\"" }
filelock = ">=3.0.0"
importlib-metadata = { version = ">=0.12" , markers = "python_version < \"3.8\"" }
packaging = ">=14"
pluggy = ">=0.12.0"
py = ">=1.4.17"
six = ">=1.14.0"
toml = ">=0.9.4"
virtualenv = ">=16.0.0,<20.0.0 || >20.0.0,<20.0.1 || >20.0.1,<20.0.2 || >20.0.2,<20.0.3 || >20.0.3,<20.0.4 || >20.0.4,<20.0.5 || >20.0.5,<20.0.6 || >20.0.6,<20.0.7 || >20.0.7"
[ package . extras ]
docs = [ "pygments-github-lexers (>=0.0.5)" , "sphinx (>=2.0.0)" , "sphinxcontrib-autoprogram (>=0.1.5)" , "towncrier (>=18.5.0)" ]
2022-08-05 03:33:54 +00:00
testing = [ "flaky (>=3.4.0)" , "freezegun (>=0.3.11)" , "pytest (>=4.0.0)" , "pytest-cov (>=2.5.1)" , "pytest-mock (>=1.10.0)" , "pytest-randomly (>=1.0.0)" , "psutil (>=5.6.1)" , "pathlib2 (>=2.3.3)" ]
2021-11-24 21:30:47 +00:00
[ [ package ] ]
name = "tox-poetry-installer"
2022-08-05 03:33:54 +00:00
version = "0.8.4"
2021-11-24 21:30:47 +00:00
description = "A plugin for Tox that lets you install test environment dependencies from the Poetry lockfile"
category = "dev"
optional = false
python-versions = ">=3.6.1,<4.0.0"
[ package . dependencies ]
poetry = { version = ">=1.0.0,<2.0.0" , optional = true , markers = "extra == \"poetry\"" }
poetry-core = ">=1.0.0,<2.0.0"
tox = ">=3.8.0,<4.0.0"
[ package . extras ]
poetry = [ "poetry (>=1.0.0,<2.0.0)" ]
[ [ package ] ]
name = "traitlets"
2022-08-05 03:33:54 +00:00
version = "5.3.0"
description = ""
2021-11-24 21:30:47 +00:00
category = "dev"
optional = false
python-versions = ">=3.7"
[ package . extras ]
2022-08-05 03:33:54 +00:00
test = [ "pre-commit" , "pytest" ]
2021-11-24 21:30:47 +00:00
[ [ package ] ]
name = "typed-ast"
version = "1.4.3"
description = "a fork of Python 2 and 3 ast modules with type comment support"
category = "dev"
optional = false
python-versions = "*"
[ [ package ] ]
name = "types-toml"
2022-08-05 03:33:54 +00:00
version = "0.10.8"
2021-11-24 21:30:47 +00:00
description = "Typing stubs for toml"
category = "dev"
optional = false
python-versions = "*"
[ [ package ] ]
name = "typing-extensions"
2022-08-05 03:33:54 +00:00
version = "4.1.1"
2021-11-24 21:30:47 +00:00
description = "Backported and Experimental Type Hints for Python 3.6+"
category = "dev"
optional = false
python-versions = ">=3.6"
[ [ package ] ]
name = "urllib3"
2022-08-05 03:33:54 +00:00
version = "1.26.11"
2021-11-24 21:30:47 +00:00
description = "HTTP library with thread-safe connection pooling, file post, and more."
category = "dev"
optional = false
2022-08-05 03:33:54 +00:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, <4"
2021-11-24 21:30:47 +00:00
[ package . extras ]
2022-08-05 03:33:54 +00:00
brotli = [ "brotlicffi (>=0.8.0)" , "brotli (>=1.0.9)" , "brotlipy (>=0.6.0)" ]
2021-11-24 21:30:47 +00:00
secure = [ "pyOpenSSL (>=0.14)" , "cryptography (>=1.3.4)" , "idna (>=2.0.0)" , "certifi" , "ipaddress" ]
socks = [ "PySocks (>=1.5.6,!=1.5.7,<2.0)" ]
[ [ package ] ]
name = "virtualenv"
2022-08-05 03:33:54 +00:00
version = "20.16.2"
2021-11-24 21:30:47 +00:00
description = "Virtual Python Environment builder"
category = "dev"
optional = false
2022-08-05 03:33:54 +00:00
python-versions = ">=3.6"
2021-11-24 21:30:47 +00:00
[ package . dependencies ]
distlib = ">=0.3.1,<1"
filelock = ">=3.2,<4"
importlib-metadata = { version = ">=0.12" , markers = "python_version < \"3.8\"" }
importlib-resources = { version = ">=1.0" , markers = "python_version < \"3.7\"" }
platformdirs = ">=2,<3"
[ package . extras ]
docs = [ "proselint (>=0.10.2)" , "sphinx (>=3)" , "sphinx-argparse (>=0.2.5)" , "sphinx-rtd-theme (>=0.4.3)" , "towncrier (>=21.3)" ]
2022-08-05 03:33:54 +00:00
testing = [ "coverage (>=4)" , "coverage-enable-subprocess (>=1)" , "flaky (>=3)" , "packaging (>=20.0)" , "pytest (>=4)" , "pytest-env (>=0.6.2)" , "pytest-freezegun (>=0.4.1)" , "pytest-mock (>=2)" , "pytest-randomly (>=1)" , "pytest-timeout (>=1)" ]
2021-11-24 21:30:47 +00:00
[ [ package ] ]
name = "wcwidth"
version = "0.2.5"
description = "Measures the displayed width of unicode strings in a terminal"
category = "dev"
optional = false
python-versions = "*"
[ [ package ] ]
name = "webencodings"
version = "0.5.1"
description = "Character encoding aliases for legacy web content"
category = "dev"
optional = false
python-versions = "*"
[ [ package ] ]
name = "wrapt"
2022-08-05 03:33:54 +00:00
version = "1.14.1"
2021-11-24 21:30:47 +00:00
description = "Module for decorators, wrappers and monkey patching."
category = "dev"
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
[ [ package ] ]
name = "zipp"
version = "3.6.0"
description = "Backport of pathlib-compatible object wrapper for zip files"
category = "dev"
optional = false
python-versions = ">=3.6"
[ package . extras ]
docs = [ "sphinx" , "jaraco.packaging (>=8.2)" , "rst.linker (>=1.9)" ]
testing = [ "pytest (>=4.6)" , "pytest-checkdocs (>=2.4)" , "pytest-flake8" , "pytest-cov" , "pytest-enabler (>=1.0.1)" , "jaraco.itertools" , "func-timeout" , "pytest-black (>=0.3.7)" , "pytest-mypy" ]
[ metadata ]
lock-version = "1.1"
python-versions = "^3.6.1"
2022-08-05 03:33:54 +00:00
content-hash = "9fd463cee78224e19fc775cc6afd92d17888439c0a720eb272e5c5d531a676be"
2021-11-24 21:30:47 +00:00
[ metadata . files ]
appnope = [
2022-08-05 03:33:54 +00:00
{ file = "appnope-0.1.3-py2.py3-none-any.whl" , hash = "sha256:265a455292d0bd8a72453494fa24df5a11eb18373a60c7c0430889f22548605e" } ,
{ file = "appnope-0.1.3.tar.gz" , hash = "sha256:02bd91c4de869fbb1e1c50aafc4098827a7a54ab2f39d9dcba6c9547ed920e24" } ,
2021-11-24 21:30:47 +00:00
]
"aspy.refactor-imports" = [
{ file = "aspy.refactor_imports-2.2.0-py2.py3-none-any.whl" , hash = "sha256:7a18039d2e8be6b02b4791ce98891deb46b459b575c52ed35ab818c4eaa0c098" } ,
{ file = "aspy.refactor_imports-2.2.0.tar.gz" , hash = "sha256:78ca24122963fd258ebfc4a8dc708d23a18040ee39dca8767675821e84e9ea0a" } ,
]
astroid = [
2022-08-05 03:33:54 +00:00
{ file = "astroid-2.11.7-py3-none-any.whl" , hash = "sha256:86b0a340a512c65abf4368b80252754cda17c02cdbbd3f587dddf98112233e7b" } ,
{ file = "astroid-2.11.7.tar.gz" , hash = "sha256:bb24615c77f4837c707669d16907331374ae8a964650a66999da3f5ca68dc946" } ,
2021-11-24 21:30:47 +00:00
]
atomicwrites = [
2022-08-05 03:33:54 +00:00
{ file = "atomicwrites-1.4.1.tar.gz" , hash = "sha256:81b2c9071a49367a7f770170e5eec8cb66567cfbbc8c73d20ce5ca4a8d71cf11" } ,
2021-11-24 21:30:47 +00:00
]
attrs = [
{ file = "attrs-20.3.0-py2.py3-none-any.whl" , hash = "sha256:31b2eced602aa8423c2aea9c76a724617ed67cf9513173fd3a4f03e3a929c7e6" } ,
{ file = "attrs-20.3.0.tar.gz" , hash = "sha256:832aa3cde19744e49938b91fea06d69ecb9e649c93ba974535d08ad92164f700" } ,
]
backcall = [
{ file = "backcall-0.2.0-py2.py3-none-any.whl" , hash = "sha256:fbbce6a29f263178a1f7915c1940bde0ec2b2a967566fe1c65c1dfb7422bd255" } ,
{ file = "backcall-0.2.0.tar.gz" , hash = "sha256:5cbdbf27be5e7cfadb448baf0aa95508f91f2bbc6c6437cd9cd06e2a4c215e1e" } ,
]
bandit = [
{ file = "bandit-1.7.1-py3-none-any.whl" , hash = "sha256:f5acd838e59c038a159b5c621cf0f8270b279e884eadd7b782d7491c02add0d4" } ,
{ file = "bandit-1.7.1.tar.gz" , hash = "sha256:a81b00b5436e6880fa8ad6799bc830e02032047713cbb143a12939ac67eb756c" } ,
]
black = [
2022-08-05 03:33:54 +00:00
{ file = "black-21.12b0-py3-none-any.whl" , hash = "sha256:a615e69ae185e08fdd73e4715e260e2479c861b5740057fde6e8b4e3b7dd589f" } ,
{ file = "black-21.12b0.tar.gz" , hash = "sha256:77b80f693a569e2e527958459634f18df9b0ba2625ba4e0c2d5da5be42e6f2b3" } ,
2021-11-24 21:30:47 +00:00
]
blacken-docs = [
2022-08-05 03:33:54 +00:00
{ file = "blacken_docs-1.12.1-py2.py3-none-any.whl" , hash = "sha256:385eb3db60faddceb218e54e2677821e1dbd441d0473f95cc4b7206a52d5bb62" } ,
{ file = "blacken_docs-1.12.1.tar.gz" , hash = "sha256:5fd22ba1f3ab10d7013427019b4e7b83f6f4aca00c898645e0481ce7966b0aa4" } ,
2021-11-24 21:30:47 +00:00
]
cachecontrol = [
2022-08-05 03:33:54 +00:00
{ file = "CacheControl-0.12.11-py2.py3-none-any.whl" , hash = "sha256:2c75d6a8938cb1933c75c50184549ad42728a27e9f6b92fd677c3151aa72555b" } ,
{ file = "CacheControl-0.12.11.tar.gz" , hash = "sha256:a5b9fcc986b184db101aa280b42ecdcdfc524892596f606858e0b7a8b4d9e144" } ,
2021-11-24 21:30:47 +00:00
]
cached-property = [
{ file = "cached-property-1.5.2.tar.gz" , hash = "sha256:9fa5755838eecbb2d234c3aa390bd80fbd3ac6b6869109bfc1b499f7bd89a130" } ,
{ file = "cached_property-1.5.2-py2.py3-none-any.whl" , hash = "sha256:df4f613cf7ad9a588cc381aaf4a512d26265ecebd5eb9e1ba12f1319eb85a6a0" } ,
]
cachy = [
{ file = "cachy-0.3.0-py2.py3-none-any.whl" , hash = "sha256:338ca09c8860e76b275aff52374330efedc4d5a5e45dc1c5b539c1ead0786fe7" } ,
{ file = "cachy-0.3.0.tar.gz" , hash = "sha256:186581f4ceb42a0bbe040c407da73c14092379b1e4c0e327fdb72ae4a9b269b1" } ,
]
certifi = [
2022-08-05 03:33:54 +00:00
{ file = "certifi-2022.6.15-py3-none-any.whl" , hash = "sha256:fe86415d55e84719d75f8b69414f6438ac3547d2078ab91b67e779ef69378412" } ,
{ file = "certifi-2022.6.15.tar.gz" , hash = "sha256:84c85a9078b11105f04f3036a9482ae10e4621616db313fe045dd24743a0820d" } ,
2021-11-24 21:30:47 +00:00
]
cffi = [
2022-08-05 03:33:54 +00:00
{ file = "cffi-1.15.1-cp27-cp27m-macosx_10_9_x86_64.whl" , hash = "sha256:a66d3508133af6e8548451b25058d5812812ec3798c886bf38ed24a98216fab2" } ,
{ file = "cffi-1.15.1-cp27-cp27m-manylinux1_i686.whl" , hash = "sha256:470c103ae716238bbe698d67ad020e1db9d9dba34fa5a899b5e21577e6d52ed2" } ,
{ file = "cffi-1.15.1-cp27-cp27m-manylinux1_x86_64.whl" , hash = "sha256:9ad5db27f9cabae298d151c85cf2bad1d359a1b9c686a275df03385758e2f914" } ,
{ file = "cffi-1.15.1-cp27-cp27m-win32.whl" , hash = "sha256:b3bbeb01c2b273cca1e1e0c5df57f12dce9a4dd331b4fa1635b8bec26350bde3" } ,
{ file = "cffi-1.15.1-cp27-cp27m-win_amd64.whl" , hash = "sha256:e00b098126fd45523dd056d2efba6c5a63b71ffe9f2bbe1a4fe1716e1d0c331e" } ,
{ file = "cffi-1.15.1-cp27-cp27mu-manylinux1_i686.whl" , hash = "sha256:d61f4695e6c866a23a21acab0509af1cdfd2c013cf256bbf5b6b5e2695827162" } ,
{ file = "cffi-1.15.1-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:ed9cb427ba5504c1dc15ede7d516b84757c3e3d7868ccc85121d9310d27eed0b" } ,
{ file = "cffi-1.15.1-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:39d39875251ca8f612b6f33e6b1195af86d1b3e60086068be9cc053aa4376e21" } ,
{ file = "cffi-1.15.1-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:285d29981935eb726a4399badae8f0ffdff4f5050eaa6d0cfc3f64b857b77185" } ,
{ file = "cffi-1.15.1-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:3eb6971dcff08619f8d91607cfc726518b6fa2a9eba42856be181c6d0d9515fd" } ,
{ file = "cffi-1.15.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:21157295583fe8943475029ed5abdcf71eb3911894724e360acff1d61c1d54bc" } ,
{ file = "cffi-1.15.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:5635bd9cb9731e6d4a1132a498dd34f764034a8ce60cef4f5319c0541159392f" } ,
{ file = "cffi-1.15.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:2012c72d854c2d03e45d06ae57f40d78e5770d252f195b93f581acf3ba44496e" } ,
{ file = "cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:dd86c085fae2efd48ac91dd7ccffcfc0571387fe1193d33b6394db7ef31fe2a4" } ,
{ file = "cffi-1.15.1-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:fa6693661a4c91757f4412306191b6dc88c1703f780c8234035eac011922bc01" } ,
{ file = "cffi-1.15.1-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:59c0b02d0a6c384d453fece7566d1c7e6b7bae4fc5874ef2ef46d56776d61c9e" } ,
{ file = "cffi-1.15.1-cp310-cp310-win32.whl" , hash = "sha256:cba9d6b9a7d64d4bd46167096fc9d2f835e25d7e4c121fb2ddfc6528fb0413b2" } ,
{ file = "cffi-1.15.1-cp310-cp310-win_amd64.whl" , hash = "sha256:ce4bcc037df4fc5e3d184794f27bdaab018943698f4ca31630bc7f84a7b69c6d" } ,
{ file = "cffi-1.15.1-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:3d08afd128ddaa624a48cf2b859afef385b720bb4b43df214f85616922e6a5ac" } ,
{ file = "cffi-1.15.1-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:3799aecf2e17cf585d977b780ce79ff0dc9b78d799fc694221ce814c2c19db83" } ,
{ file = "cffi-1.15.1-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:a591fe9e525846e4d154205572a029f653ada1a78b93697f3b5a8f1f2bc055b9" } ,
{ file = "cffi-1.15.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:3548db281cd7d2561c9ad9984681c95f7b0e38881201e157833a2342c30d5e8c" } ,
{ file = "cffi-1.15.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:91fc98adde3d7881af9b59ed0294046f3806221863722ba7d8d120c575314325" } ,
{ file = "cffi-1.15.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:94411f22c3985acaec6f83c6df553f2dbe17b698cc7f8ae751ff2237d96b9e3c" } ,
{ file = "cffi-1.15.1-cp311-cp311-musllinux_1_1_i686.whl" , hash = "sha256:03425bdae262c76aad70202debd780501fabeaca237cdfddc008987c0e0f59ef" } ,
{ file = "cffi-1.15.1-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:cc4d65aeeaa04136a12677d3dd0b1c0c94dc43abac5860ab33cceb42b801c1e8" } ,
{ file = "cffi-1.15.1-cp311-cp311-win32.whl" , hash = "sha256:a0f100c8912c114ff53e1202d0078b425bee3649ae34d7b070e9697f93c5d52d" } ,
{ file = "cffi-1.15.1-cp311-cp311-win_amd64.whl" , hash = "sha256:04ed324bda3cda42b9b695d51bb7d54b680b9719cfab04227cdd1e04e5de3104" } ,
{ file = "cffi-1.15.1-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:50a74364d85fd319352182ef59c5c790484a336f6db772c1a9231f1c3ed0cbd7" } ,
{ file = "cffi-1.15.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e263d77ee3dd201c3a142934a086a4450861778baaeeb45db4591ef65550b0a6" } ,
{ file = "cffi-1.15.1-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:cec7d9412a9102bdc577382c3929b337320c4c4c4849f2c5cdd14d7368c5562d" } ,
{ file = "cffi-1.15.1-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:4289fc34b2f5316fbb762d75362931e351941fa95fa18789191b33fc4cf9504a" } ,
{ file = "cffi-1.15.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:173379135477dc8cac4bc58f45db08ab45d228b3363adb7af79436135d028405" } ,
{ file = "cffi-1.15.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:6975a3fac6bc83c4a65c9f9fcab9e47019a11d3d2cf7f3c0d03431bf145a941e" } ,
{ file = "cffi-1.15.1-cp36-cp36m-win32.whl" , hash = "sha256:2470043b93ff09bf8fb1d46d1cb756ce6132c54826661a32d4e4d132e1977adf" } ,
{ file = "cffi-1.15.1-cp36-cp36m-win_amd64.whl" , hash = "sha256:30d78fbc8ebf9c92c9b7823ee18eb92f2e6ef79b45ac84db507f52fbe3ec4497" } ,
{ file = "cffi-1.15.1-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:198caafb44239b60e252492445da556afafc7d1e3ab7a1fb3f0584ef6d742375" } ,
{ file = "cffi-1.15.1-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:5ef34d190326c3b1f822a5b7a45f6c4535e2f47ed06fec77d3d799c450b2651e" } ,
{ file = "cffi-1.15.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8102eaf27e1e448db915d08afa8b41d6c7ca7a04b7d73af6514df10a3e74bd82" } ,
{ file = "cffi-1.15.1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:5df2768244d19ab7f60546d0c7c63ce1581f7af8b5de3eb3004b9b6fc8a9f84b" } ,
{ file = "cffi-1.15.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:a8c4917bd7ad33e8eb21e9a5bbba979b49d9a97acb3a803092cbc1133e20343c" } ,
{ file = "cffi-1.15.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:0e2642fe3142e4cc4af0799748233ad6da94c62a8bec3a6648bf8ee68b1c7426" } ,
{ file = "cffi-1.15.1-cp37-cp37m-win32.whl" , hash = "sha256:e229a521186c75c8ad9490854fd8bbdd9a0c9aa3a524326b55be83b54d4e0ad9" } ,
{ file = "cffi-1.15.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:a0b71b1b8fbf2b96e41c4d990244165e2c9be83d54962a9a1d118fd8657d2045" } ,
{ file = "cffi-1.15.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:320dab6e7cb2eacdf0e658569d2575c4dad258c0fcc794f46215e1e39f90f2c3" } ,
{ file = "cffi-1.15.1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:1e74c6b51a9ed6589199c787bf5f9875612ca4a8a0785fb2d4a84429badaf22a" } ,
{ file = "cffi-1.15.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a5c84c68147988265e60416b57fc83425a78058853509c1b0629c180094904a5" } ,
{ file = "cffi-1.15.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:3b926aa83d1edb5aa5b427b4053dc420ec295a08e40911296b9eb1b6170f6cca" } ,
{ file = "cffi-1.15.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:87c450779d0914f2861b8526e035c5e6da0a3199d8f1add1a665e1cbc6fc6d02" } ,
{ file = "cffi-1.15.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:4f2c9f67e9821cad2e5f480bc8d83b8742896f1242dba247911072d4fa94c192" } ,
{ file = "cffi-1.15.1-cp38-cp38-win32.whl" , hash = "sha256:8b7ee99e510d7b66cdb6c593f21c043c248537a32e0bedf02e01e9553a172314" } ,
{ file = "cffi-1.15.1-cp38-cp38-win_amd64.whl" , hash = "sha256:00a9ed42e88df81ffae7a8ab6d9356b371399b91dbdf0c3cb1e84c03a13aceb5" } ,
{ file = "cffi-1.15.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:54a2db7b78338edd780e7ef7f9f6c442500fb0d41a5a4ea24fff1c929d5af585" } ,
{ file = "cffi-1.15.1-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:fcd131dd944808b5bdb38e6f5b53013c5aa4f334c5cad0c72742f6eba4b73db0" } ,
{ file = "cffi-1.15.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:7473e861101c9e72452f9bf8acb984947aa1661a7704553a9f6e4baa5ba64415" } ,
{ file = "cffi-1.15.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:6c9a799e985904922a4d207a94eae35c78ebae90e128f0c4e521ce339396be9d" } ,
{ file = "cffi-1.15.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:3bcde07039e586f91b45c88f8583ea7cf7a0770df3a1649627bf598332cb6984" } ,
{ file = "cffi-1.15.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:33ab79603146aace82c2427da5ca6e58f2b3f2fb5da893ceac0c42218a40be35" } ,
{ file = "cffi-1.15.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:5d598b938678ebf3c67377cdd45e09d431369c3b1a5b331058c338e201f12b27" } ,
{ file = "cffi-1.15.1-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:db0fbb9c62743ce59a9ff687eb5f4afbe77e5e8403d6697f7446e5f609976f76" } ,
{ file = "cffi-1.15.1-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:98d85c6a2bef81588d9227dde12db8a7f47f639f4a17c9ae08e773aa9c697bf3" } ,
{ file = "cffi-1.15.1-cp39-cp39-win32.whl" , hash = "sha256:40f4774f5a9d4f5e344f31a32b5096977b5d48560c5592e2f3d2c4374bd543ee" } ,
{ file = "cffi-1.15.1-cp39-cp39-win_amd64.whl" , hash = "sha256:70df4e3b545a17496c9b3f41f5115e69a4f2e77e94e1d2a8e1070bc0c38c8a3c" } ,
{ file = "cffi-1.15.1.tar.gz" , hash = "sha256:d400bfb9a37b1351253cb402671cea7e89bdecc294e8016a707f6d1d8ac934f9" } ,
2021-11-24 21:30:47 +00:00
]
cfgv = [
{ file = "cfgv-3.3.1-py2.py3-none-any.whl" , hash = "sha256:c6a0883f3917a037485059700b9e75da2464e6c27051014ad85ba6aaa5884426" } ,
{ file = "cfgv-3.3.1.tar.gz" , hash = "sha256:f5a830efb9ce7a445376bb66ec94c638a9787422f96264c98edc6bdeed8ab736" } ,
]
charset-normalizer = [
2022-08-05 03:33:54 +00:00
{ file = "charset-normalizer-2.0.12.tar.gz" , hash = "sha256:2857e29ff0d34db842cd7ca3230549d1a697f96ee6d3fb071cfa6c7393832597" } ,
{ file = "charset_normalizer-2.0.12-py3-none-any.whl" , hash = "sha256:6881edbebdb17b39b4eaaa821b438bf6eddffb4468cf344f09f89def34a8b1df" } ,
2021-11-24 21:30:47 +00:00
]
cleo = [
{ file = "cleo-0.8.1-py2.py3-none-any.whl" , hash = "sha256:141cda6dc94a92343be626bb87a0b6c86ae291dfc732a57bf04310d4b4201753" } ,
{ file = "cleo-0.8.1.tar.gz" , hash = "sha256:3d0e22d30117851b45970b6c14aca4ab0b18b1b53c8af57bed13208147e4069f" } ,
]
click = [
2022-08-05 03:33:54 +00:00
{ file = "click-8.0.4-py3-none-any.whl" , hash = "sha256:6a7a62563bbfabfda3a38f3023a1db4a35978c0abd76f6c9605ecd6554d6d9b1" } ,
{ file = "click-8.0.4.tar.gz" , hash = "sha256:8458d7b1287c5fb128c90e23381cf99dcde74beaf6c7ff6384ce84d6fe090adb" } ,
2021-11-24 21:30:47 +00:00
]
clikit = [
{ file = "clikit-0.6.2-py2.py3-none-any.whl" , hash = "sha256:71268e074e68082306e23d7369a7b99f824a0ef926e55ba2665e911f7208489e" } ,
{ file = "clikit-0.6.2.tar.gz" , hash = "sha256:442ee5db9a14120635c5990bcdbfe7c03ada5898291f0c802f77be71569ded59" } ,
]
colorama = [
2022-08-05 03:33:54 +00:00
{ file = "colorama-0.4.5-py2.py3-none-any.whl" , hash = "sha256:854bf444933e37f5824ae7bfc1e98d5bce2ebe4160d46b5edf346a89358e99da" } ,
{ file = "colorama-0.4.5.tar.gz" , hash = "sha256:e6c6b4334fc50988a639d9b98aa429a0b57da6e17b9a44f0451f930b6967b7a4" } ,
2021-11-24 21:30:47 +00:00
]
coverage = [
2022-08-05 03:33:54 +00:00
{ file = "coverage-6.2-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:6dbc1536e105adda7a6312c778f15aaabe583b0e9a0b0a324990334fd458c94b" } ,
{ file = "coverage-6.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:174cf9b4bef0db2e8244f82059a5a72bd47e1d40e71c68ab055425172b16b7d0" } ,
{ file = "coverage-6.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:92b8c845527eae547a2a6617d336adc56394050c3ed8a6918683646328fbb6da" } ,
{ file = "coverage-6.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:c7912d1526299cb04c88288e148c6c87c0df600eca76efd99d84396cfe00ef1d" } ,
{ file = "coverage-6.2-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:d5d2033d5db1d58ae2d62f095e1aefb6988af65b4b12cb8987af409587cc0739" } ,
{ file = "coverage-6.2-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:3feac4084291642165c3a0d9eaebedf19ffa505016c4d3db15bfe235718d4971" } ,
{ file = "coverage-6.2-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:276651978c94a8c5672ea60a2656e95a3cce2a3f31e9fb2d5ebd4c215d095840" } ,
{ file = "coverage-6.2-cp310-cp310-win32.whl" , hash = "sha256:f506af4f27def639ba45789fa6fde45f9a217da0be05f8910458e4557eed020c" } ,
{ file = "coverage-6.2-cp310-cp310-win_amd64.whl" , hash = "sha256:3f7c17209eef285c86f819ff04a6d4cbee9b33ef05cbcaae4c0b4e8e06b3ec8f" } ,
{ file = "coverage-6.2-cp311-cp311-macosx_10_14_x86_64.whl" , hash = "sha256:13362889b2d46e8d9f97c421539c97c963e34031ab0cb89e8ca83a10cc71ac76" } ,
{ file = "coverage-6.2-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:22e60a3ca5acba37d1d4a2ee66e051f5b0e1b9ac950b5b0cf4aa5366eda41d47" } ,
{ file = "coverage-6.2-cp311-cp311-win_amd64.whl" , hash = "sha256:b637c57fdb8be84e91fac60d9325a66a5981f8086c954ea2772efe28425eaf64" } ,
{ file = "coverage-6.2-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:f467bbb837691ab5a8ca359199d3429a11a01e6dfb3d9dcc676dc035ca93c0a9" } ,
{ file = "coverage-6.2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:2641f803ee9f95b1f387f3e8f3bf28d83d9b69a39e9911e5bfee832bea75240d" } ,
{ file = "coverage-6.2-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:1219d760ccfafc03c0822ae2e06e3b1248a8e6d1a70928966bafc6838d3c9e48" } ,
{ file = "coverage-6.2-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:9a2b5b52be0a8626fcbffd7e689781bf8c2ac01613e77feda93d96184949a98e" } ,
{ file = "coverage-6.2-cp36-cp36m-musllinux_1_1_aarch64.whl" , hash = "sha256:8e2c35a4c1f269704e90888e56f794e2d9c0262fb0c1b1c8c4ee44d9b9e77b5d" } ,
{ file = "coverage-6.2-cp36-cp36m-musllinux_1_1_i686.whl" , hash = "sha256:5d6b09c972ce9200264c35a1d53d43ca55ef61836d9ec60f0d44273a31aa9f17" } ,
{ file = "coverage-6.2-cp36-cp36m-musllinux_1_1_x86_64.whl" , hash = "sha256:e3db840a4dee542e37e09f30859f1612da90e1c5239a6a2498c473183a50e781" } ,
{ file = "coverage-6.2-cp36-cp36m-win32.whl" , hash = "sha256:4e547122ca2d244f7c090fe3f4b5a5861255ff66b7ab6d98f44a0222aaf8671a" } ,
{ file = "coverage-6.2-cp36-cp36m-win_amd64.whl" , hash = "sha256:01774a2c2c729619760320270e42cd9e797427ecfddd32c2a7b639cdc481f3c0" } ,
{ file = "coverage-6.2-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:fb8b8ee99b3fffe4fd86f4c81b35a6bf7e4462cba019997af2fe679365db0c49" } ,
{ file = "coverage-6.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:619346d57c7126ae49ac95b11b0dc8e36c1dd49d148477461bb66c8cf13bb521" } ,
{ file = "coverage-6.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:0a7726f74ff63f41e95ed3a89fef002916c828bb5fcae83b505b49d81a066884" } ,
{ file = "coverage-6.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:cfd9386c1d6f13b37e05a91a8583e802f8059bebfccde61a418c5808dea6bbfa" } ,
{ file = "coverage-6.2-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:17e6c11038d4ed6e8af1407d9e89a2904d573be29d51515f14262d7f10ef0a64" } ,
{ file = "coverage-6.2-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:c254b03032d5a06de049ce8bca8338a5185f07fb76600afff3c161e053d88617" } ,
{ file = "coverage-6.2-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:dca38a21e4423f3edb821292e97cec7ad38086f84313462098568baedf4331f8" } ,
{ file = "coverage-6.2-cp37-cp37m-win32.whl" , hash = "sha256:600617008aa82032ddeace2535626d1bc212dfff32b43989539deda63b3f36e4" } ,
{ file = "coverage-6.2-cp37-cp37m-win_amd64.whl" , hash = "sha256:bf154ba7ee2fd613eb541c2bc03d3d9ac667080a737449d1a3fb342740eb1a74" } ,
{ file = "coverage-6.2-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:f9afb5b746781fc2abce26193d1c817b7eb0e11459510fba65d2bd77fe161d9e" } ,
{ file = "coverage-6.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:edcada2e24ed68f019175c2b2af2a8b481d3d084798b8c20d15d34f5c733fa58" } ,
{ file = "coverage-6.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:a9c8c4283e17690ff1a7427123ffb428ad6a52ed720d550e299e8291e33184dc" } ,
{ file = "coverage-6.2-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:f614fc9956d76d8a88a88bb41ddc12709caa755666f580af3a688899721efecd" } ,
{ file = "coverage-6.2-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:9365ed5cce5d0cf2c10afc6add145c5037d3148585b8ae0e77cc1efdd6aa2953" } ,
{ file = "coverage-6.2-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:8bdfe9ff3a4ea37d17f172ac0dff1e1c383aec17a636b9b35906babc9f0f5475" } ,
{ file = "coverage-6.2-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:63c424e6f5b4ab1cf1e23a43b12f542b0ec2e54f99ec9f11b75382152981df57" } ,
{ file = "coverage-6.2-cp38-cp38-win32.whl" , hash = "sha256:49dbff64961bc9bdd2289a2bda6a3a5a331964ba5497f694e2cbd540d656dc1c" } ,
{ file = "coverage-6.2-cp38-cp38-win_amd64.whl" , hash = "sha256:9a29311bd6429be317c1f3fe4bc06c4c5ee45e2fa61b2a19d4d1d6111cb94af2" } ,
{ file = "coverage-6.2-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:03b20e52b7d31be571c9c06b74746746d4eb82fc260e594dc662ed48145e9efd" } ,
{ file = "coverage-6.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:215f8afcc02a24c2d9a10d3790b21054b58d71f4b3c6f055d4bb1b15cecce685" } ,
{ file = "coverage-6.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:a4bdeb0a52d1d04123b41d90a4390b096f3ef38eee35e11f0b22c2d031222c6c" } ,
{ file = "coverage-6.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:c332d8f8d448ded473b97fefe4a0983265af21917d8b0cdcb8bb06b2afe632c3" } ,
{ file = "coverage-6.2-cp39-cp39-win32.whl" , hash = "sha256:6e1394d24d5938e561fbeaa0cd3d356207579c28bd1792f25a068743f2d5b282" } ,
{ file = "coverage-6.2-cp39-cp39-win_amd64.whl" , hash = "sha256:86f2e78b1eff847609b1ca8050c9e1fa3bd44ce755b2ec30e70f2d3ba3844644" } ,
{ file = "coverage-6.2-pp36.pp37.pp38-none-any.whl" , hash = "sha256:5829192582c0ec8ca4a2532407bc14c2f338d9878a10442f5d03804a95fac9de" } ,
{ file = "coverage-6.2.tar.gz" , hash = "sha256:e2cad8093172b7d1595b4ad66f24270808658e11acf43a8f95b41276162eb5b8" } ,
2021-11-24 21:30:47 +00:00
]
crashtest = [
{ file = "crashtest-0.3.1-py3-none-any.whl" , hash = "sha256:300f4b0825f57688b47b6d70c6a31de33512eb2fa1ac614f780939aa0cf91680" } ,
{ file = "crashtest-0.3.1.tar.gz" , hash = "sha256:42ca7b6ce88b6c7433e2ce47ea884e91ec93104a4b754998be498a8e6c3d37dd" } ,
]
cryptography = [
2022-08-05 03:33:54 +00:00
{ file = "cryptography-37.0.4-cp36-abi3-macosx_10_10_universal2.whl" , hash = "sha256:549153378611c0cca1042f20fd9c5030d37a72f634c9326e225c9f666d472884" } ,
{ file = "cryptography-37.0.4-cp36-abi3-macosx_10_10_x86_64.whl" , hash = "sha256:a958c52505c8adf0d3822703078580d2c0456dd1d27fabfb6f76fe63d2971cd6" } ,
{ file = "cryptography-37.0.4-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:f721d1885ecae9078c3f6bbe8a88bc0786b6e749bf32ccec1ef2b18929a05046" } ,
{ file = "cryptography-37.0.4-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl" , hash = "sha256:3d41b965b3380f10e4611dbae366f6dc3cefc7c9ac4e8842a806b9672ae9add5" } ,
{ file = "cryptography-37.0.4-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:80f49023dd13ba35f7c34072fa17f604d2f19bf0989f292cedf7ab5770b87a0b" } ,
{ file = "cryptography-37.0.4-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:f2dcb0b3b63afb6df7fd94ec6fbddac81b5492513f7b0436210d390c14d46ee8" } ,
{ file = "cryptography-37.0.4-cp36-abi3-manylinux_2_24_x86_64.whl" , hash = "sha256:b7f8dd0d4c1f21759695c05a5ec8536c12f31611541f8904083f3dc582604280" } ,
{ file = "cryptography-37.0.4-cp36-abi3-musllinux_1_1_aarch64.whl" , hash = "sha256:30788e070800fec9bbcf9faa71ea6d8068f5136f60029759fd8c3efec3c9dcb3" } ,
{ file = "cryptography-37.0.4-cp36-abi3-musllinux_1_1_x86_64.whl" , hash = "sha256:190f82f3e87033821828f60787cfa42bff98404483577b591429ed99bed39d59" } ,
{ file = "cryptography-37.0.4-cp36-abi3-win32.whl" , hash = "sha256:b62439d7cd1222f3da897e9a9fe53bbf5c104fff4d60893ad1355d4c14a24157" } ,
{ file = "cryptography-37.0.4-cp36-abi3-win_amd64.whl" , hash = "sha256:f7a6de3e98771e183645181b3627e2563dcde3ce94a9e42a3f427d2255190327" } ,
{ file = "cryptography-37.0.4-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:6bc95ed67b6741b2607298f9ea4932ff157e570ef456ef7ff0ef4884a134cc4b" } ,
{ file = "cryptography-37.0.4-pp37-pypy37_pp73-manylinux_2_24_x86_64.whl" , hash = "sha256:f8c0a6e9e1dd3eb0414ba320f85da6b0dcbd543126e30fcc546e7372a7fbf3b9" } ,
{ file = "cryptography-37.0.4-pp38-pypy38_pp73-macosx_10_10_x86_64.whl" , hash = "sha256:e007f052ed10cc316df59bc90fbb7ff7950d7e2919c9757fd42a2b8ecf8a5f67" } ,
{ file = "cryptography-37.0.4-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:7bc997818309f56c0038a33b8da5c0bfbb3f1f067f315f9abd6fc07ad359398d" } ,
{ file = "cryptography-37.0.4-pp38-pypy38_pp73-manylinux_2_24_x86_64.whl" , hash = "sha256:d204833f3c8a33bbe11eda63a54b1aad7aa7456ed769a982f21ec599ba5fa282" } ,
{ file = "cryptography-37.0.4-pp38-pypy38_pp73-win_amd64.whl" , hash = "sha256:75976c217f10d48a8b5a8de3d70c454c249e4b91851f6838a4e48b8f41eb71aa" } ,
{ file = "cryptography-37.0.4-pp39-pypy39_pp73-macosx_10_10_x86_64.whl" , hash = "sha256:7099a8d55cd49b737ffc99c17de504f2257e3787e02abe6d1a6d136574873441" } ,
{ file = "cryptography-37.0.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:2be53f9f5505673eeda5f2736bea736c40f051a739bfae2f92d18aed1eb54596" } ,
{ file = "cryptography-37.0.4-pp39-pypy39_pp73-manylinux_2_24_x86_64.whl" , hash = "sha256:91ce48d35f4e3d3f1d83e29ef4a9267246e6a3be51864a5b7d2247d5086fa99a" } ,
{ file = "cryptography-37.0.4-pp39-pypy39_pp73-win_amd64.whl" , hash = "sha256:4c590ec31550a724ef893c50f9a97a0c14e9c851c85621c5650d699a7b88f7ab" } ,
{ file = "cryptography-37.0.4.tar.gz" , hash = "sha256:63f9c17c0e2474ccbebc9302ce2f07b55b3b3fcb211ded18a42d5764f5c10a82" } ,
2021-11-24 21:30:47 +00:00
]
decorator = [
2022-08-05 03:33:54 +00:00
{ file = "decorator-5.1.1-py3-none-any.whl" , hash = "sha256:b8c3f85900b9dc423225913c5aace94729fe1fa9763b38939a95226f02d37186" } ,
{ file = "decorator-5.1.1.tar.gz" , hash = "sha256:637996211036b6385ef91435e4fae22989472f9d571faba8927ba8253acbc330" } ,
]
dill = [
{ file = "dill-0.3.5.1-py2.py3-none-any.whl" , hash = "sha256:33501d03270bbe410c72639b350e941882a8b0fd55357580fbc873fba0c59302" } ,
{ file = "dill-0.3.5.1.tar.gz" , hash = "sha256:d75e41f3eff1eee599d738e76ba8f4ad98ea229db8b085318aa2b3333a208c86" } ,
2021-11-24 21:30:47 +00:00
]
distlib = [
2022-08-05 03:33:54 +00:00
{ file = "distlib-0.3.5-py2.py3-none-any.whl" , hash = "sha256:b710088c59f06338ca514800ad795a132da19fda270e3ce4affc74abf955a26c" } ,
{ file = "distlib-0.3.5.tar.gz" , hash = "sha256:a7f75737c70be3b25e2bee06288cec4e4c221de18455b2dd037fe2a795cab2fe" } ,
2021-11-24 21:30:47 +00:00
]
dparse = [
{ file = "dparse-0.5.1-py3-none-any.whl" , hash = "sha256:e953a25e44ebb60a5c6efc2add4420c177f1d8404509da88da9729202f306994" } ,
{ file = "dparse-0.5.1.tar.gz" , hash = "sha256:a1b5f169102e1c894f9a7d5ccf6f9402a836a5d24be80a986c7ce9eaed78f367" } ,
]
filelock = [
2022-08-05 03:33:54 +00:00
{ file = "filelock-3.4.1-py3-none-any.whl" , hash = "sha256:a4bc51381e01502a30e9f06dd4fa19a1712eab852b6fb0f84fd7cce0793d8ca3" } ,
{ file = "filelock-3.4.1.tar.gz" , hash = "sha256:0f12f552b42b5bf60dba233710bf71337d35494fc8bdd4fd6d9f6d082ad45e06" } ,
2021-11-24 21:30:47 +00:00
]
gitdb = [
{ file = "gitdb-4.0.9-py3-none-any.whl" , hash = "sha256:8033ad4e853066ba6ca92050b9df2f89301b8fc8bf7e9324d412a63f8bf1a8fd" } ,
{ file = "gitdb-4.0.9.tar.gz" , hash = "sha256:bac2fd45c0a1c9cf619e63a90d62bdc63892ef92387424b855792a6cabe789aa" } ,
]
gitpython = [
{ file = "GitPython-3.1.20-py3-none-any.whl" , hash = "sha256:b1e1c269deab1b08ce65403cf14e10d2ef1f6c89e33ea7c5e5bb0222ea593b8a" } ,
{ file = "GitPython-3.1.20.tar.gz" , hash = "sha256:df0e072a200703a65387b0cfdf0466e3bab729c0458cf6b7349d0e9877636519" } ,
]
html5lib = [
{ file = "html5lib-1.1-py2.py3-none-any.whl" , hash = "sha256:0d78f8fde1c230e99fe37986a60526d7049ed4bf8a9fadbad5f00e22e58e041d" } ,
{ file = "html5lib-1.1.tar.gz" , hash = "sha256:b2e5b40261e20f354d198eae92afc10d750afb487ed5e50f9c4eaf07c184146f" } ,
]
identify = [
2022-08-05 03:33:54 +00:00
{ file = "identify-2.4.4-py2.py3-none-any.whl" , hash = "sha256:aa68609c7454dbcaae60a01ff6b8df1de9b39fe6e50b1f6107ec81dcda624aa6" } ,
{ file = "identify-2.4.4.tar.gz" , hash = "sha256:6b4b5031f69c48bf93a646b90de9b381c6b5f560df4cbe0ed3cf7650ae741e4d" } ,
2021-11-24 21:30:47 +00:00
]
idna = [
{ file = "idna-3.3-py3-none-any.whl" , hash = "sha256:84d9dd047ffa80596e0f246e2eab0b391788b0503584e8945f2368256d2735ff" } ,
{ file = "idna-3.3.tar.gz" , hash = "sha256:9d643ff0a55b762d5cdb124b8eaa99c66322e2157b69160bc32796e824360e6d" } ,
]
importlib-metadata = [
{ file = "importlib_metadata-1.7.0-py2.py3-none-any.whl" , hash = "sha256:dc15b2969b4ce36305c51eebe62d418ac7791e9a157911d58bfb1f9ccd8e2070" } ,
{ file = "importlib_metadata-1.7.0.tar.gz" , hash = "sha256:90bb658cdbbf6d1735b6341ce708fc7024a3e14e99ffdc5783edea9f9b077f83" } ,
]
importlib-resources = [
2022-08-05 03:33:54 +00:00
{ file = "importlib_resources-5.2.3-py3-none-any.whl" , hash = "sha256:ae35ed1cfe8c0d6c1a53ecd168167f01fa93b893d51a62cdf23aea044c67211b" } ,
{ file = "importlib_resources-5.2.3.tar.gz" , hash = "sha256:203d70dda34cfbfbb42324a8d4211196e7d3e858de21a5eb68c6d1cdd99e4e98" } ,
2021-11-24 21:30:47 +00:00
]
iniconfig = [
{ file = "iniconfig-1.1.1-py2.py3-none-any.whl" , hash = "sha256:011e24c64b7f47f6ebd835bb12a743f2fbe9a26d4cecaa7f53bc4f35ee9da8b3" } ,
{ file = "iniconfig-1.1.1.tar.gz" , hash = "sha256:bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32" } ,
]
ipython = [
2022-08-05 03:33:54 +00:00
{ file = "ipython-7.34.0-py3-none-any.whl" , hash = "sha256:c175d2440a1caff76116eb719d40538fbb316e214eda85c5515c303aacbfb23e" } ,
{ file = "ipython-7.34.0.tar.gz" , hash = "sha256:af3bdb46aa292bce5615b1b2ebc76c2080c5f77f54bda2ec72461317273e7cd6" } ,
2021-11-24 21:30:47 +00:00
]
isort = [
{ file = "isort-5.10.1-py3-none-any.whl" , hash = "sha256:6f62d78e2f89b4500b080fe3a81690850cd254227f27f75c3a0c491a1f351ba7" } ,
{ file = "isort-5.10.1.tar.gz" , hash = "sha256:e8443a5e7a020e9d7f97f1d7d9cd17c88bcb3bc7e218bf9cf5095fe550be2951" } ,
]
jedi = [
{ file = "jedi-0.18.1-py2.py3-none-any.whl" , hash = "sha256:637c9635fcf47945ceb91cd7f320234a7be540ded6f3e99a50cb6febdfd1ba8d" } ,
{ file = "jedi-0.18.1.tar.gz" , hash = "sha256:74137626a64a99c8eb6ae5832d99b3bdd7d29a3850fe2aa80a4126b2a7d949ab" } ,
]
jeepney = [
{ file = "jeepney-0.7.1-py3-none-any.whl" , hash = "sha256:1b5a0ea5c0e7b166b2f5895b91a08c14de8915afda4407fb5022a195224958ac" } ,
{ file = "jeepney-0.7.1.tar.gz" , hash = "sha256:fa9e232dfa0c498bd0b8a3a73b8d8a31978304dcef0515adc859d4e096f96f4f" } ,
]
keyring = [
2022-08-05 03:33:54 +00:00
{ file = "keyring-22.3.0-py3-none-any.whl" , hash = "sha256:2bc8363ebdd63886126a012057a85c8cb6e143877afa02619ac7dbc9f38a207b" } ,
{ file = "keyring-22.3.0.tar.gz" , hash = "sha256:16927a444b2c73f983520a48dec79ddab49fe76429ea05b8d528d778c8339522" } ,
2021-11-24 21:30:47 +00:00
]
lazy-object-proxy = [
2022-08-05 03:33:54 +00:00
{ file = "lazy-object-proxy-1.7.1.tar.gz" , hash = "sha256:d609c75b986def706743cdebe5e47553f4a5a1da9c5ff66d76013ef396b5a8a4" } ,
{ file = "lazy_object_proxy-1.7.1-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:bb8c5fd1684d60a9902c60ebe276da1f2281a318ca16c1d0a96db28f62e9166b" } ,
{ file = "lazy_object_proxy-1.7.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a57d51ed2997e97f3b8e3500c984db50a554bb5db56c50b5dab1b41339b37e36" } ,
{ file = "lazy_object_proxy-1.7.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:fd45683c3caddf83abbb1249b653a266e7069a09f486daa8863fb0e7496a9fdb" } ,
{ file = "lazy_object_proxy-1.7.1-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:8561da8b3dd22d696244d6d0d5330618c993a215070f473b699e00cf1f3f6443" } ,
{ file = "lazy_object_proxy-1.7.1-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:fccdf7c2c5821a8cbd0a9440a456f5050492f2270bd54e94360cac663398739b" } ,
{ file = "lazy_object_proxy-1.7.1-cp310-cp310-win32.whl" , hash = "sha256:898322f8d078f2654d275124a8dd19b079080ae977033b713f677afcfc88e2b9" } ,
{ file = "lazy_object_proxy-1.7.1-cp310-cp310-win_amd64.whl" , hash = "sha256:85b232e791f2229a4f55840ed54706110c80c0a210d076eee093f2b2e33e1bfd" } ,
{ file = "lazy_object_proxy-1.7.1-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:46ff647e76f106bb444b4533bb4153c7370cdf52efc62ccfc1a28bdb3cc95442" } ,
{ file = "lazy_object_proxy-1.7.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:12f3bb77efe1367b2515f8cb4790a11cffae889148ad33adad07b9b55e0ab22c" } ,
{ file = "lazy_object_proxy-1.7.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:c19814163728941bb871240d45c4c30d33b8a2e85972c44d4e63dd7107faba44" } ,
{ file = "lazy_object_proxy-1.7.1-cp36-cp36m-musllinux_1_1_aarch64.whl" , hash = "sha256:e40f2013d96d30217a51eeb1db28c9ac41e9d0ee915ef9d00da639c5b63f01a1" } ,
{ file = "lazy_object_proxy-1.7.1-cp36-cp36m-musllinux_1_1_x86_64.whl" , hash = "sha256:2052837718516a94940867e16b1bb10edb069ab475c3ad84fd1e1a6dd2c0fcfc" } ,
{ file = "lazy_object_proxy-1.7.1-cp36-cp36m-win32.whl" , hash = "sha256:6a24357267aa976abab660b1d47a34aaf07259a0c3859a34e536f1ee6e76b5bb" } ,
{ file = "lazy_object_proxy-1.7.1-cp36-cp36m-win_amd64.whl" , hash = "sha256:6aff3fe5de0831867092e017cf67e2750c6a1c7d88d84d2481bd84a2e019ec35" } ,
{ file = "lazy_object_proxy-1.7.1-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:6a6e94c7b02641d1311228a102607ecd576f70734dc3d5e22610111aeacba8a0" } ,
{ file = "lazy_object_proxy-1.7.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:c4ce15276a1a14549d7e81c243b887293904ad2d94ad767f42df91e75fd7b5b6" } ,
{ file = "lazy_object_proxy-1.7.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e368b7f7eac182a59ff1f81d5f3802161932a41dc1b1cc45c1f757dc876b5d2c" } ,
{ file = "lazy_object_proxy-1.7.1-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:6ecbb350991d6434e1388bee761ece3260e5228952b1f0c46ffc800eb313ff42" } ,
{ file = "lazy_object_proxy-1.7.1-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:553b0f0d8dbf21890dd66edd771f9b1b5f51bd912fa5f26de4449bfc5af5e029" } ,
{ file = "lazy_object_proxy-1.7.1-cp37-cp37m-win32.whl" , hash = "sha256:c7a683c37a8a24f6428c28c561c80d5f4fd316ddcf0c7cab999b15ab3f5c5c69" } ,
{ file = "lazy_object_proxy-1.7.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:df2631f9d67259dc9620d831384ed7732a198eb434eadf69aea95ad18c587a28" } ,
{ file = "lazy_object_proxy-1.7.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:07fa44286cda977bd4803b656ffc1c9b7e3bc7dff7d34263446aec8f8c96f88a" } ,
{ file = "lazy_object_proxy-1.7.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:4dca6244e4121c74cc20542c2ca39e5c4a5027c81d112bfb893cf0790f96f57e" } ,
{ file = "lazy_object_proxy-1.7.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:91ba172fc5b03978764d1df5144b4ba4ab13290d7bab7a50f12d8117f8630c38" } ,
{ file = "lazy_object_proxy-1.7.1-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:043651b6cb706eee4f91854da4a089816a6606c1428fd391573ef8cb642ae4f7" } ,
{ file = "lazy_object_proxy-1.7.1-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:b9e89b87c707dd769c4ea91f7a31538888aad05c116a59820f28d59b3ebfe25a" } ,
{ file = "lazy_object_proxy-1.7.1-cp38-cp38-win32.whl" , hash = "sha256:9d166602b525bf54ac994cf833c385bfcc341b364e3ee71e3bf5a1336e677b55" } ,
{ file = "lazy_object_proxy-1.7.1-cp38-cp38-win_amd64.whl" , hash = "sha256:8f3953eb575b45480db6568306893f0bd9d8dfeeebd46812aa09ca9579595148" } ,
{ file = "lazy_object_proxy-1.7.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:dd7ed7429dbb6c494aa9bc4e09d94b778a3579be699f9d67da7e6804c422d3de" } ,
{ file = "lazy_object_proxy-1.7.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:70ed0c2b380eb6248abdef3cd425fc52f0abd92d2b07ce26359fcbc399f636ad" } ,
{ file = "lazy_object_proxy-1.7.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:7096a5e0c1115ec82641afbdd70451a144558ea5cf564a896294e346eb611be1" } ,
{ file = "lazy_object_proxy-1.7.1-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:f769457a639403073968d118bc70110e7dce294688009f5c24ab78800ae56dc8" } ,
{ file = "lazy_object_proxy-1.7.1-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:39b0e26725c5023757fc1ab2a89ef9d7ab23b84f9251e28f9cc114d5b59c1b09" } ,
{ file = "lazy_object_proxy-1.7.1-cp39-cp39-win32.whl" , hash = "sha256:2130db8ed69a48a3440103d4a520b89d8a9405f1b06e2cc81640509e8bf6548f" } ,
{ file = "lazy_object_proxy-1.7.1-cp39-cp39-win_amd64.whl" , hash = "sha256:677ea950bef409b47e51e733283544ac3d660b709cfce7b187f5ace137960d61" } ,
{ file = "lazy_object_proxy-1.7.1-pp37.pp38-none-any.whl" , hash = "sha256:d66906d5785da8e0be7360912e99c9188b70f52c422f9fc18223347235691a84" } ,
2021-11-24 21:30:47 +00:00
]
lockfile = [
{ file = "lockfile-0.12.2-py2.py3-none-any.whl" , hash = "sha256:6c3cb24f344923d30b2785d5ad75182c8ea7ac1b6171b08657258ec7429d50fa" } ,
{ file = "lockfile-0.12.2.tar.gz" , hash = "sha256:6aed02de03cba24efabcd600b30540140634fc06cfa603822d508d5361e9f799" } ,
]
markdown-it-py = [
{ file = "markdown-it-py-0.6.2.tar.gz" , hash = "sha256:c3b9f995be0792cbbc8ab2f53d74072eb7ff8a8b622be8d61d38ab879709eca3" } ,
{ file = "markdown_it_py-0.6.2-py3-none-any.whl" , hash = "sha256:30b3e9f8198dc82a5df0dcb73fd31d56cd9a43bf8a747feb10b2ba74f962bcb1" } ,
]
matplotlib-inline = [
{ file = "matplotlib-inline-0.1.3.tar.gz" , hash = "sha256:a04bfba22e0d1395479f866853ec1ee28eea1485c1d69a6faf00dc3e24ff34ee" } ,
{ file = "matplotlib_inline-0.1.3-py3-none-any.whl" , hash = "sha256:aed605ba3b72462d64d475a21a9296f400a19c4f74a31b59103d2a99ffd5aa5c" } ,
]
mccabe = [
2022-08-05 03:33:54 +00:00
{ file = "mccabe-0.7.0-py2.py3-none-any.whl" , hash = "sha256:6c2d30ab6be0e4a46919781807b4f0d834ebdd6c6e3dca0bda5a15f863427b6e" } ,
{ file = "mccabe-0.7.0.tar.gz" , hash = "sha256:348e0240c33b60bbdf4e523192ef919f28cb2c3d7d5c7794f74009290f236325" } ,
2021-11-24 21:30:47 +00:00
]
mdformat = [
{ file = "mdformat-0.6.4-py3-none-any.whl" , hash = "sha256:857b5030bb7732eed181a957ac78c0667138f105d11103e55f723221e9131ad4" } ,
{ file = "mdformat-0.6.4.tar.gz" , hash = "sha256:4f89cd5c6e43e664552bbc1e826bb5c42a13d0ce21e4e1c6415b5b1d1ac7fbd8" } ,
]
mdformat-gfm = [
{ file = "mdformat-gfm-0.2.0.tar.gz" , hash = "sha256:0242ff945968454f4c97a531ebc80fa164c4459385c75b5e9614f96c72a1d8df" } ,
{ file = "mdformat_gfm-0.2.0-py3-none-any.whl" , hash = "sha256:b6f1381389f056170be438dc3192a5406b6a2efe5ba0886edb7a297ce4d2e2f0" } ,
]
mdformat-tables = [
{ file = "mdformat_tables-0.3.0-py3-none-any.whl" , hash = "sha256:cce24ca56a2a860f15475084b159bf71330480cb64afcf75a0f7411d62aeeaa9" } ,
{ file = "mdformat_tables-0.3.0.tar.gz" , hash = "sha256:312feb8f0ac01f1d672c34fa22efb89469e11f9ba4849fbba8866a241eb0d442" } ,
]
mdit-py-plugins = [
{ file = "mdit-py-plugins-0.2.6.tar.gz" , hash = "sha256:1e467ca2ea056e8065cbd5d6c61e5052bb50826bde84c40f6a5ed77e82125710" } ,
{ file = "mdit_py_plugins-0.2.6-py3-none-any.whl" , hash = "sha256:77fd75dad81109ee91f30eb49146196f79afbbae041f298ae4886c8c2b5e23d7" } ,
]
msgpack = [
2022-08-05 03:33:54 +00:00
{ file = "msgpack-1.0.4-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:4ab251d229d10498e9a2f3b1e68ef64cb393394ec477e3370c457f9430ce9250" } ,
{ file = "msgpack-1.0.4-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:112b0f93202d7c0fef0b7810d465fde23c746a2d482e1e2de2aafd2ce1492c88" } ,
{ file = "msgpack-1.0.4-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:002b5c72b6cd9b4bafd790f364b8480e859b4712e91f43014fe01e4f957b8467" } ,
{ file = "msgpack-1.0.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:35bc0faa494b0f1d851fd29129b2575b2e26d41d177caacd4206d81502d4c6a6" } ,
{ file = "msgpack-1.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:4733359808c56d5d7756628736061c432ded018e7a1dff2d35a02439043321aa" } ,
{ file = "msgpack-1.0.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:eb514ad14edf07a1dbe63761fd30f89ae79b42625731e1ccf5e1f1092950eaa6" } ,
{ file = "msgpack-1.0.4-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:c23080fdeec4716aede32b4e0ef7e213c7b1093eede9ee010949f2a418ced6ba" } ,
{ file = "msgpack-1.0.4-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:49565b0e3d7896d9ea71d9095df15b7f75a035c49be733051c34762ca95bbf7e" } ,
{ file = "msgpack-1.0.4-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:aca0f1644d6b5a73eb3e74d4d64d5d8c6c3d577e753a04c9e9c87d07692c58db" } ,
{ file = "msgpack-1.0.4-cp310-cp310-win32.whl" , hash = "sha256:0dfe3947db5fb9ce52aaea6ca28112a170db9eae75adf9339a1aec434dc954ef" } ,
{ file = "msgpack-1.0.4-cp310-cp310-win_amd64.whl" , hash = "sha256:4dea20515f660aa6b7e964433b1808d098dcfcabbebeaaad240d11f909298075" } ,
{ file = "msgpack-1.0.4-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:e83f80a7fec1a62cf4e6c9a660e39c7f878f603737a0cdac8c13131d11d97f52" } ,
{ file = "msgpack-1.0.4-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:3c11a48cf5e59026ad7cb0dc29e29a01b5a66a3e333dc11c04f7e991fc5510a9" } ,
{ file = "msgpack-1.0.4-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:1276e8f34e139aeff1c77a3cefb295598b504ac5314d32c8c3d54d24fadb94c9" } ,
{ file = "msgpack-1.0.4-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:6c9566f2c39ccced0a38d37c26cc3570983b97833c365a6044edef3574a00c08" } ,
{ file = "msgpack-1.0.4-cp36-cp36m-musllinux_1_1_aarch64.whl" , hash = "sha256:fcb8a47f43acc113e24e910399376f7277cf8508b27e5b88499f053de6b115a8" } ,
{ file = "msgpack-1.0.4-cp36-cp36m-musllinux_1_1_i686.whl" , hash = "sha256:76ee788122de3a68a02ed6f3a16bbcd97bc7c2e39bd4d94be2f1821e7c4a64e6" } ,
{ file = "msgpack-1.0.4-cp36-cp36m-musllinux_1_1_x86_64.whl" , hash = "sha256:0a68d3ac0104e2d3510de90a1091720157c319ceeb90d74f7b5295a6bee51bae" } ,
{ file = "msgpack-1.0.4-cp36-cp36m-win32.whl" , hash = "sha256:85f279d88d8e833ec015650fd15ae5eddce0791e1e8a59165318f371158efec6" } ,
{ file = "msgpack-1.0.4-cp36-cp36m-win_amd64.whl" , hash = "sha256:c1683841cd4fa45ac427c18854c3ec3cd9b681694caf5bff04edb9387602d661" } ,
{ file = "msgpack-1.0.4-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:a75dfb03f8b06f4ab093dafe3ddcc2d633259e6c3f74bb1b01996f5d8aa5868c" } ,
{ file = "msgpack-1.0.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:9667bdfdf523c40d2511f0e98a6c9d3603be6b371ae9a238b7ef2dc4e7a427b0" } ,
{ file = "msgpack-1.0.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:11184bc7e56fd74c00ead4f9cc9a3091d62ecb96e97653add7a879a14b003227" } ,
{ file = "msgpack-1.0.4-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:ac5bd7901487c4a1dd51a8c58f2632b15d838d07ceedaa5e4c080f7190925bff" } ,
{ file = "msgpack-1.0.4-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:1e91d641d2bfe91ba4c52039adc5bccf27c335356055825c7f88742c8bb900dd" } ,
{ file = "msgpack-1.0.4-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:2a2df1b55a78eb5f5b7d2a4bb221cd8363913830145fad05374a80bf0877cb1e" } ,
{ file = "msgpack-1.0.4-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:545e3cf0cf74f3e48b470f68ed19551ae6f9722814ea969305794645da091236" } ,
{ file = "msgpack-1.0.4-cp37-cp37m-win32.whl" , hash = "sha256:2cc5ca2712ac0003bcb625c96368fd08a0f86bbc1a5578802512d87bc592fe44" } ,
{ file = "msgpack-1.0.4-cp37-cp37m-win_amd64.whl" , hash = "sha256:eba96145051ccec0ec86611fe9cf693ce55f2a3ce89c06ed307de0e085730ec1" } ,
{ file = "msgpack-1.0.4-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:7760f85956c415578c17edb39eed99f9181a48375b0d4a94076d84148cf67b2d" } ,
{ file = "msgpack-1.0.4-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:449e57cc1ff18d3b444eb554e44613cffcccb32805d16726a5494038c3b93dab" } ,
{ file = "msgpack-1.0.4-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:d603de2b8d2ea3f3bcb2efe286849aa7a81531abc52d8454da12f46235092bcb" } ,
{ file = "msgpack-1.0.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:48f5d88c99f64c456413d74a975bd605a9b0526293218a3b77220a2c15458ba9" } ,
{ file = "msgpack-1.0.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:6916c78f33602ecf0509cc40379271ba0f9ab572b066bd4bdafd7434dee4bc6e" } ,
{ file = "msgpack-1.0.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:81fc7ba725464651190b196f3cd848e8553d4d510114a954681fd0b9c479d7e1" } ,
{ file = "msgpack-1.0.4-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:d5b5b962221fa2c5d3a7f8133f9abffc114fe218eb4365e40f17732ade576c8e" } ,
{ file = "msgpack-1.0.4-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:77ccd2af37f3db0ea59fb280fa2165bf1b096510ba9fe0cc2bf8fa92a22fdb43" } ,
{ file = "msgpack-1.0.4-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:b17be2478b622939e39b816e0aa8242611cc8d3583d1cd8ec31b249f04623243" } ,
{ file = "msgpack-1.0.4-cp38-cp38-win32.whl" , hash = "sha256:2bb8cdf50dd623392fa75525cce44a65a12a00c98e1e37bf0fb08ddce2ff60d2" } ,
{ file = "msgpack-1.0.4-cp38-cp38-win_amd64.whl" , hash = "sha256:26b8feaca40a90cbe031b03d82b2898bf560027160d3eae1423f4a67654ec5d6" } ,
{ file = "msgpack-1.0.4-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:462497af5fd4e0edbb1559c352ad84f6c577ffbbb708566a0abaaa84acd9f3ae" } ,
{ file = "msgpack-1.0.4-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:2999623886c5c02deefe156e8f869c3b0aaeba14bfc50aa2486a0415178fce55" } ,
{ file = "msgpack-1.0.4-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:f0029245c51fd9473dc1aede1160b0a29f4a912e6b1dd353fa6d317085b219da" } ,
{ file = "msgpack-1.0.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:ed6f7b854a823ea44cf94919ba3f727e230da29feb4a99711433f25800cf747f" } ,
{ file = "msgpack-1.0.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:0df96d6eaf45ceca04b3f3b4b111b86b33785683d682c655063ef8057d61fd92" } ,
{ file = "msgpack-1.0.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:6a4192b1ab40f8dca3f2877b70e63799d95c62c068c84dc028b40a6cb03ccd0f" } ,
{ file = "msgpack-1.0.4-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:0e3590f9fb9f7fbc36df366267870e77269c03172d086fa76bb4eba8b2b46624" } ,
{ file = "msgpack-1.0.4-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:1576bd97527a93c44fa856770197dec00d223b0b9f36ef03f65bac60197cedf8" } ,
{ file = "msgpack-1.0.4-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:63e29d6e8c9ca22b21846234913c3466b7e4ee6e422f205a2988083de3b08cae" } ,
{ file = "msgpack-1.0.4-cp39-cp39-win32.whl" , hash = "sha256:fb62ea4b62bfcb0b380d5680f9a4b3f9a2d166d9394e9bbd9666c0ee09a3645c" } ,
{ file = "msgpack-1.0.4-cp39-cp39-win_amd64.whl" , hash = "sha256:4d5834a2a48965a349da1c5a79760d94a1a0172fbb5ab6b5b33cbf8447e109ce" } ,
{ file = "msgpack-1.0.4.tar.gz" , hash = "sha256:f5d869c18f030202eb412f08b28d2afeea553d6613aee89e200d7aca7ef01f5f" } ,
2021-11-24 21:30:47 +00:00
]
mypy = [
{ file = "mypy-0.910-cp35-cp35m-macosx_10_9_x86_64.whl" , hash = "sha256:a155d80ea6cee511a3694b108c4494a39f42de11ee4e61e72bc424c490e46457" } ,
{ file = "mypy-0.910-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:b94e4b785e304a04ea0828759172a15add27088520dc7e49ceade7834275bedb" } ,
{ file = "mypy-0.910-cp35-cp35m-manylinux2010_x86_64.whl" , hash = "sha256:088cd9c7904b4ad80bec811053272986611b84221835e079be5bcad029e79dd9" } ,
{ file = "mypy-0.910-cp35-cp35m-win_amd64.whl" , hash = "sha256:adaeee09bfde366d2c13fe6093a7df5df83c9a2ba98638c7d76b010694db760e" } ,
{ file = "mypy-0.910-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:ecd2c3fe726758037234c93df7e98deb257fd15c24c9180dacf1ef829da5f921" } ,
{ file = "mypy-0.910-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:d9dd839eb0dc1bbe866a288ba3c1afc33a202015d2ad83b31e875b5905a079b6" } ,
{ file = "mypy-0.910-cp36-cp36m-manylinux2010_x86_64.whl" , hash = "sha256:3e382b29f8e0ccf19a2df2b29a167591245df90c0b5a2542249873b5c1d78212" } ,
{ file = "mypy-0.910-cp36-cp36m-win_amd64.whl" , hash = "sha256:53fd2eb27a8ee2892614370896956af2ff61254c275aaee4c230ae771cadd885" } ,
{ file = "mypy-0.910-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:b6fb13123aeef4a3abbcfd7e71773ff3ff1526a7d3dc538f3929a49b42be03f0" } ,
{ file = "mypy-0.910-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:e4dab234478e3bd3ce83bac4193b2ecd9cf94e720ddd95ce69840273bf44f6de" } ,
{ file = "mypy-0.910-cp37-cp37m-manylinux2010_x86_64.whl" , hash = "sha256:7df1ead20c81371ccd6091fa3e2878559b5c4d4caadaf1a484cf88d93ca06703" } ,
{ file = "mypy-0.910-cp37-cp37m-win_amd64.whl" , hash = "sha256:0aadfb2d3935988ec3815952e44058a3100499f5be5b28c34ac9d79f002a4a9a" } ,
{ file = "mypy-0.910-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:ec4e0cd079db280b6bdabdc807047ff3e199f334050db5cbb91ba3e959a67504" } ,
{ file = "mypy-0.910-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:119bed3832d961f3a880787bf621634ba042cb8dc850a7429f643508eeac97b9" } ,
{ file = "mypy-0.910-cp38-cp38-manylinux2010_x86_64.whl" , hash = "sha256:866c41f28cee548475f146aa4d39a51cf3b6a84246969f3759cb3e9c742fc072" } ,
{ file = "mypy-0.910-cp38-cp38-win_amd64.whl" , hash = "sha256:ceb6e0a6e27fb364fb3853389607cf7eb3a126ad335790fa1e14ed02fba50811" } ,
{ file = "mypy-0.910-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:1a85e280d4d217150ce8cb1a6dddffd14e753a4e0c3cf90baabb32cefa41b59e" } ,
{ file = "mypy-0.910-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:42c266ced41b65ed40a282c575705325fa7991af370036d3f134518336636f5b" } ,
{ file = "mypy-0.910-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:3c4b8ca36877fc75339253721f69603a9c7fdb5d4d5a95a1a1b899d8b86a4de2" } ,
{ file = "mypy-0.910-cp39-cp39-manylinux2010_x86_64.whl" , hash = "sha256:c0df2d30ed496a08de5daed2a9ea807d07c21ae0ab23acf541ab88c24b26ab97" } ,
{ file = "mypy-0.910-cp39-cp39-win_amd64.whl" , hash = "sha256:c6c2602dffb74867498f86e6129fd52a2770c48b7cd3ece77ada4fa38f94eba8" } ,
{ file = "mypy-0.910-py3-none-any.whl" , hash = "sha256:ef565033fa5a958e62796867b1df10c40263ea9ded87164d67572834e57a174d" } ,
{ file = "mypy-0.910.tar.gz" , hash = "sha256:704098302473cb31a218f1775a873b376b30b4c18229421e9e9dc8916fd16150" } ,
]
mypy-extensions = [
{ file = "mypy_extensions-0.4.3-py2.py3-none-any.whl" , hash = "sha256:090fedd75945a69ae91ce1303b5824f428daf5a028d2f6ab8a299250a846f15d" } ,
{ file = "mypy_extensions-0.4.3.tar.gz" , hash = "sha256:2d82818f5bb3e369420cb3c4060a7970edba416647068eb4c5343488a6c604a8" } ,
]
nodeenv = [
{ file = "nodeenv-1.6.0-py2.py3-none-any.whl" , hash = "sha256:621e6b7076565ddcacd2db0294c0381e01fd28945ab36bcf00f41c5daf63bef7" } ,
{ file = "nodeenv-1.6.0.tar.gz" , hash = "sha256:3ef13ff90291ba2a4a7a4ff9a979b63ffdd00a464dbe04acf0ea6471517a4c2b" } ,
]
packaging = [
{ file = "packaging-20.9-py2.py3-none-any.whl" , hash = "sha256:67714da7f7bc052e064859c05c595155bd1ee9f69f76557e21f051443c20947a" } ,
{ file = "packaging-20.9.tar.gz" , hash = "sha256:5b327ac1320dc863dca72f4514ecc086f31186744b84a230374cc1fd776feae5" } ,
]
parso = [
2022-08-05 03:33:54 +00:00
{ file = "parso-0.8.3-py2.py3-none-any.whl" , hash = "sha256:c001d4636cd3aecdaf33cbb40aebb59b094be2a74c556778ef5576c175e19e75" } ,
{ file = "parso-0.8.3.tar.gz" , hash = "sha256:8c07be290bb59f03588915921e29e8a50002acaf2cdc5fa0e0114f91709fafa0" } ,
2021-11-24 21:30:47 +00:00
]
pastel = [
{ file = "pastel-0.2.1-py2.py3-none-any.whl" , hash = "sha256:4349225fcdf6c2bb34d483e523475de5bb04a5c10ef711263452cb37d7dd4364" } ,
{ file = "pastel-0.2.1.tar.gz" , hash = "sha256:e6581ac04e973cac858828c6202c1e1e81fee1dc7de7683f3e1ffe0bfd8a573d" } ,
]
pathspec = [
{ file = "pathspec-0.9.0-py2.py3-none-any.whl" , hash = "sha256:7d15c4ddb0b5c802d161efc417ec1a2558ea2653c2e8ad9c19098201dc1c993a" } ,
{ file = "pathspec-0.9.0.tar.gz" , hash = "sha256:e564499435a2673d586f6b2130bb5b95f04a3ba06f81b8f895b651a3c76aabb1" } ,
]
pbr = [
2022-08-05 03:33:54 +00:00
{ file = "pbr-5.9.0-py2.py3-none-any.whl" , hash = "sha256:e547125940bcc052856ded43be8e101f63828c2d94239ffbe2b327ba3d5ccf0a" } ,
{ file = "pbr-5.9.0.tar.gz" , hash = "sha256:e8dca2f4b43560edef58813969f52a56cef023146cbb8931626db80e6c1c4308" } ,
2021-11-24 21:30:47 +00:00
]
peewee = [
2022-08-05 03:33:54 +00:00
{ file = "peewee-3.15.1.tar.gz" , hash = "sha256:6d5db3babc33819ac326f1550e5a39677f4584094c567a7b88cc6bf7bcdcb687" } ,
2021-11-24 21:30:47 +00:00
]
pexpect = [
{ file = "pexpect-4.8.0-py2.py3-none-any.whl" , hash = "sha256:0b48a55dcb3c05f3329815901ea4fc1537514d6ba867a152b581d69ae3710937" } ,
{ file = "pexpect-4.8.0.tar.gz" , hash = "sha256:fc65a43959d153d0114afe13997d439c22823a27cefceb5ff35c2178c6784c0c" } ,
]
pickleshare = [
{ file = "pickleshare-0.7.5-py2.py3-none-any.whl" , hash = "sha256:9649af414d74d4df115d5d718f82acb59c9d418196b7b4290ed47a12ce62df56" } ,
{ file = "pickleshare-0.7.5.tar.gz" , hash = "sha256:87683d47965c1da65cdacaf31c8441d12b8044cdec9aca500cd78fc2c683afca" } ,
]
pkginfo = [
2022-08-05 03:33:54 +00:00
{ file = "pkginfo-1.8.3-py2.py3-none-any.whl" , hash = "sha256:848865108ec99d4901b2f7e84058b6e7660aae8ae10164e015a6dcf5b242a594" } ,
{ file = "pkginfo-1.8.3.tar.gz" , hash = "sha256:a84da4318dd86f870a9447a8c98340aa06216bfc6f2b7bdc4b8766984ae1867c" } ,
2021-11-24 21:30:47 +00:00
]
platformdirs = [
{ file = "platformdirs-2.4.0-py3-none-any.whl" , hash = "sha256:8868bbe3c3c80d42f20156f22e7131d2fb321f5bc86a2a345375c6481a67021d" } ,
{ file = "platformdirs-2.4.0.tar.gz" , hash = "sha256:367a5e80b3d04d2428ffa76d33f124cf11e8fff2acdaa9b43d545f5c7d661ef2" } ,
]
pluggy = [
{ file = "pluggy-1.0.0-py2.py3-none-any.whl" , hash = "sha256:74134bbf457f031a36d68416e1509f34bd5ccc019f0bcc952c7b909d06b37bd3" } ,
{ file = "pluggy-1.0.0.tar.gz" , hash = "sha256:4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159" } ,
]
poetry = [
2022-08-05 03:33:54 +00:00
{ file = "poetry-1.1.14-py2.py3-none-any.whl" , hash = "sha256:fbd0b2536b730cd1d7a1fabb3a292a2cc423c5da3d59c4db44335a449f5acd9a" } ,
{ file = "poetry-1.1.14.tar.gz" , hash = "sha256:8b5a7676cda9b9e85c71743c672352cabcb6e2f647b6b88fa95e4f374bc8edce" } ,
2021-11-24 21:30:47 +00:00
]
poetry-core = [
2022-08-05 03:33:54 +00:00
{ file = "poetry-core-1.0.8.tar.gz" , hash = "sha256:951fc7c1f8d710a94cb49019ee3742125039fc659675912ea614ac2aa405b118" } ,
{ file = "poetry_core-1.0.8-py2.py3-none-any.whl" , hash = "sha256:54b0fab6f7b313886e547a52f8bf52b8cf43e65b2633c65117f8755289061924" } ,
2021-11-24 21:30:47 +00:00
]
pre-commit = [
2022-08-05 03:33:54 +00:00
{ file = "pre_commit-2.17.0-py2.py3-none-any.whl" , hash = "sha256:725fa7459782d7bec5ead072810e47351de01709be838c2ce1726b9591dad616" } ,
{ file = "pre_commit-2.17.0.tar.gz" , hash = "sha256:c1a8040ff15ad3d648c70cc3e55b93e4d2d5b687320955505587fd79bbaed06a" } ,
2021-11-24 21:30:47 +00:00
]
pre-commit-hooks = [
2022-08-05 03:33:54 +00:00
{ file = "pre_commit_hooks-4.1.0-py2.py3-none-any.whl" , hash = "sha256:ba95316b79038e56ce998cdacb1ce922831ac0e41744c77bcc2b9677bf183206" } ,
{ file = "pre_commit_hooks-4.1.0.tar.gz" , hash = "sha256:b6361865d1877c5da5ac3a944aab19ce6bd749a534d2ede28e683d07194a57e1" } ,
2021-11-24 21:30:47 +00:00
]
prompt-toolkit = [
2022-08-05 03:33:54 +00:00
{ file = "prompt_toolkit-3.0.30-py3-none-any.whl" , hash = "sha256:d8916d3f62a7b67ab353a952ce4ced6a1d2587dfe9ef8ebc30dd7c386751f289" } ,
{ file = "prompt_toolkit-3.0.30.tar.gz" , hash = "sha256:859b283c50bde45f5f97829f77a4674d1c1fcd88539364f1b28a37805cfd89c0" } ,
2021-11-24 21:30:47 +00:00
]
ptyprocess = [
{ file = "ptyprocess-0.7.0-py2.py3-none-any.whl" , hash = "sha256:4b41f3967fce3af57cc7e94b888626c18bf37a083e3651ca8feeb66d492fef35" } ,
{ file = "ptyprocess-0.7.0.tar.gz" , hash = "sha256:5c5d0a3b48ceee0b48485e0c26037c0acd7d29765ca3fbb5cb3831d347423220" } ,
]
py = [
{ file = "py-1.11.0-py2.py3-none-any.whl" , hash = "sha256:607c53218732647dff4acdfcd50cb62615cedf612e72d1724fb1a0cc6405b378" } ,
{ file = "py-1.11.0.tar.gz" , hash = "sha256:51c75c4126074b472f746a24399ad32f6053d1b34b68d2fa41e558e6f4a98719" } ,
]
pycparser = [
{ file = "pycparser-2.21-py2.py3-none-any.whl" , hash = "sha256:8ee45429555515e1f6b185e78100aea234072576aa43ab53aefcae078162fca9" } ,
{ file = "pycparser-2.21.tar.gz" , hash = "sha256:e644fdec12f7872f86c58ff790da456218b10f863970249516d60a5eaca77206" } ,
]
pygments = [
2022-08-05 03:33:54 +00:00
{ file = "Pygments-2.12.0-py3-none-any.whl" , hash = "sha256:dc9c10fb40944260f6ed4c688ece0cd2048414940f1cea51b8b226318411c519" } ,
{ file = "Pygments-2.12.0.tar.gz" , hash = "sha256:5eb116118f9612ff1ee89ac96437bb6b49e8f04d8a13b514ba26f620208e26eb" } ,
2021-11-24 21:30:47 +00:00
]
pylev = [
{ file = "pylev-1.4.0-py2.py3-none-any.whl" , hash = "sha256:7b2e2aa7b00e05bb3f7650eb506fc89f474f70493271a35c242d9a92188ad3dd" } ,
{ file = "pylev-1.4.0.tar.gz" , hash = "sha256:9e77e941042ad3a4cc305dcdf2b2dec1aec2fbe3dd9015d2698ad02b173006d1" } ,
]
pylint = [
2022-08-05 03:33:54 +00:00
{ file = "pylint-2.13.9-py3-none-any.whl" , hash = "sha256:705c620d388035bdd9ff8b44c5bcdd235bfb49d276d488dd2c8ff1736aa42526" } ,
{ file = "pylint-2.13.9.tar.gz" , hash = "sha256:095567c96e19e6f57b5b907e67d265ff535e588fe26b12b5ebe1fc5645b2c731" } ,
2021-11-24 21:30:47 +00:00
]
pyparsing = [
2022-08-05 03:33:54 +00:00
{ file = "pyparsing-3.0.7-py3-none-any.whl" , hash = "sha256:a6c06a88f252e6c322f65faf8f418b16213b51bdfaece0524c1c1bc30c63c484" } ,
{ file = "pyparsing-3.0.7.tar.gz" , hash = "sha256:18ee9022775d270c55187733956460083db60b37d0d0fb357445f3094eed3eea" } ,
2021-11-24 21:30:47 +00:00
]
pytest = [
{ file = "pytest-6.2.5-py3-none-any.whl" , hash = "sha256:7310f8d27bc79ced999e760ca304d69f6ba6c6649c0b60fb0e04a4a77cacc134" } ,
{ file = "pytest-6.2.5.tar.gz" , hash = "sha256:131b36680866a76e6781d13f101efb86cf674ebb9762eb70d3082b6f29889e89" } ,
]
pytest-cov = [
{ file = "pytest-cov-3.0.0.tar.gz" , hash = "sha256:e7f0f5b1617d2210a2cabc266dfe2f4c75a8d32fb89eafb7ad9d06f6d076d470" } ,
{ file = "pytest_cov-3.0.0-py3-none-any.whl" , hash = "sha256:578d5d15ac4a25e5f961c938b85a05b09fdaae9deef3bb6de9a6e766622ca7a6" } ,
]
pywin32-ctypes = [
{ file = "pywin32-ctypes-0.2.0.tar.gz" , hash = "sha256:24ffc3b341d457d48e8922352130cf2644024a4ff09762a2261fd34c36ee5942" } ,
{ file = "pywin32_ctypes-0.2.0-py2.py3-none-any.whl" , hash = "sha256:9dc2d991b3479cc2df15930958b674a48a227d5361d413827a4cfd0b5876fc98" } ,
]
pyyaml = [
{ file = "PyYAML-6.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:d4db7c7aef085872ef65a8fd7d6d09a14ae91f691dec3e87ee5ee0539d516f53" } ,
{ file = "PyYAML-6.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:9df7ed3b3d2e0ecfe09e14741b857df43adb5a3ddadc919a2d94fbdf78fea53c" } ,
{ file = "PyYAML-6.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:77f396e6ef4c73fdc33a9157446466f1cff553d979bd00ecb64385760c6babdc" } ,
{ file = "PyYAML-6.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:a80a78046a72361de73f8f395f1f1e49f956c6be882eed58505a15f3e430962b" } ,
{ file = "PyYAML-6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:f84fbc98b019fef2ee9a1cb3ce93e3187a6df0b2538a651bfb890254ba9f90b5" } ,
{ file = "PyYAML-6.0-cp310-cp310-win32.whl" , hash = "sha256:2cd5df3de48857ed0544b34e2d40e9fac445930039f3cfe4bcc592a1f836d513" } ,
{ file = "PyYAML-6.0-cp310-cp310-win_amd64.whl" , hash = "sha256:daf496c58a8c52083df09b80c860005194014c3698698d1a57cbcfa182142a3a" } ,
{ file = "PyYAML-6.0-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:897b80890765f037df3403d22bab41627ca8811ae55e9a722fd0392850ec4d86" } ,
{ file = "PyYAML-6.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:50602afada6d6cbfad699b0c7bb50d5ccffa7e46a3d738092afddc1f9758427f" } ,
{ file = "PyYAML-6.0-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:48c346915c114f5fdb3ead70312bd042a953a8ce5c7106d5bfb1a5254e47da92" } ,
{ file = "PyYAML-6.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:98c4d36e99714e55cfbaaee6dd5badbc9a1ec339ebfc3b1f52e293aee6bb71a4" } ,
{ file = "PyYAML-6.0-cp36-cp36m-win32.whl" , hash = "sha256:0283c35a6a9fbf047493e3a0ce8d79ef5030852c51e9d911a27badfde0605293" } ,
{ file = "PyYAML-6.0-cp36-cp36m-win_amd64.whl" , hash = "sha256:07751360502caac1c067a8132d150cf3d61339af5691fe9e87803040dbc5db57" } ,
{ file = "PyYAML-6.0-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:819b3830a1543db06c4d4b865e70ded25be52a2e0631ccd2f6a47a2822f2fd7c" } ,
{ file = "PyYAML-6.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:473f9edb243cb1935ab5a084eb238d842fb8f404ed2193a915d1784b5a6b5fc0" } ,
{ file = "PyYAML-6.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:0ce82d761c532fe4ec3f87fc45688bdd3a4c1dc5e0b4a19814b9009a29baefd4" } ,
{ file = "PyYAML-6.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:231710d57adfd809ef5d34183b8ed1eeae3f76459c18fb4a0b373ad56bedcdd9" } ,
{ file = "PyYAML-6.0-cp37-cp37m-win32.whl" , hash = "sha256:c5687b8d43cf58545ade1fe3e055f70eac7a5a1a0bf42824308d868289a95737" } ,
{ file = "PyYAML-6.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:d15a181d1ecd0d4270dc32edb46f7cb7733c7c508857278d3d378d14d606db2d" } ,
{ file = "PyYAML-6.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:0b4624f379dab24d3725ffde76559cff63d9ec94e1736b556dacdfebe5ab6d4b" } ,
{ file = "PyYAML-6.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:213c60cd50106436cc818accf5baa1aba61c0189ff610f64f4a3e8c6726218ba" } ,
{ file = "PyYAML-6.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:9fa600030013c4de8165339db93d182b9431076eb98eb40ee068700c9c813e34" } ,
{ file = "PyYAML-6.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:277a0ef2981ca40581a47093e9e2d13b3f1fbbeffae064c1d21bfceba2030287" } ,
{ file = "PyYAML-6.0-cp38-cp38-win32.whl" , hash = "sha256:d4eccecf9adf6fbcc6861a38015c2a64f38b9d94838ac1810a9023a0609e1b78" } ,
{ file = "PyYAML-6.0-cp38-cp38-win_amd64.whl" , hash = "sha256:1e4747bc279b4f613a09eb64bba2ba602d8a6664c6ce6396a4d0cd413a50ce07" } ,
{ file = "PyYAML-6.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:055d937d65826939cb044fc8c9b08889e8c743fdc6a32b33e2390f66013e449b" } ,
{ file = "PyYAML-6.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:e61ceaab6f49fb8bdfaa0f92c4b57bcfbea54c09277b1b4f7ac376bfb7a7c174" } ,
{ file = "PyYAML-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d67d839ede4ed1b28a4e8909735fc992a923cdb84e618544973d7dfc71540803" } ,
{ file = "PyYAML-6.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:cba8c411ef271aa037d7357a2bc8f9ee8b58b9965831d9e51baf703280dc73d3" } ,
{ file = "PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:40527857252b61eacd1d9af500c3337ba8deb8fc298940291486c465c8b46ec0" } ,
{ file = "PyYAML-6.0-cp39-cp39-win32.whl" , hash = "sha256:b5b9eccad747aabaaffbc6064800670f0c297e52c12754eb1d976c57e4f74dcb" } ,
{ file = "PyYAML-6.0-cp39-cp39-win_amd64.whl" , hash = "sha256:b3d267842bf12586ba6c734f89d1f5b871df0273157918b0ccefa29deb05c21c" } ,
{ file = "PyYAML-6.0.tar.gz" , hash = "sha256:68fb519c14306fec9720a2a5b45bc9f0c8d1b9c72adf45c37baedfcd949c35a2" } ,
]
reorder-python-imports = [
{ file = "reorder_python_imports-2.6.0-py2.py3-none-any.whl" , hash = "sha256:54a3afd594a3959b10f7eb8b54ef453eb2b5176eb7b01c111cb1893ff9a2c685" } ,
{ file = "reorder_python_imports-2.6.0.tar.gz" , hash = "sha256:f4dc03142bdb57625e64299aea80e9055ce0f8b719f8f19c217a487c9fa9379e" } ,
]
requests = [
2022-08-05 03:33:54 +00:00
{ file = "requests-2.27.1-py2.py3-none-any.whl" , hash = "sha256:f22fa1e554c9ddfd16e6e41ac79759e17be9e492b3587efa038054674760e72d" } ,
{ file = "requests-2.27.1.tar.gz" , hash = "sha256:68d7c56fd5a8999887728ef304a6d12edc7be74f1cfa47714fc8b414525c9a61" } ,
2021-11-24 21:30:47 +00:00
]
requests-toolbelt = [
{ file = "requests-toolbelt-0.9.1.tar.gz" , hash = "sha256:968089d4584ad4ad7c171454f0a5c6dac23971e9472521ea3b6d49d610aa6fc0" } ,
{ file = "requests_toolbelt-0.9.1-py2.py3-none-any.whl" , hash = "sha256:380606e1d10dc85c3bd47bf5a6095f815ec007be7a8b69c878507068df059e6f" } ,
]
"ruamel.yaml" = [
2022-08-05 03:33:54 +00:00
{ file = "ruamel.yaml-0.17.21-py3-none-any.whl" , hash = "sha256:742b35d3d665023981bd6d16b3d24248ce5df75fdb4e2924e93a05c1f8b61ca7" } ,
{ file = "ruamel.yaml-0.17.21.tar.gz" , hash = "sha256:8b7ce697a2f212752a35c1ac414471dc16c424c9573be4926b56ff3f5d23b7af" } ,
2021-11-24 21:30:47 +00:00
]
"ruamel.yaml.clib" = [
2022-08-05 03:33:54 +00:00
{ file = "ruamel.yaml.clib-0.2.6-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:6e7be2c5bcb297f5b82fee9c665eb2eb7001d1050deaba8471842979293a80b0" } ,
{ file = "ruamel.yaml.clib-0.2.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl" , hash = "sha256:221eca6f35076c6ae472a531afa1c223b9c29377e62936f61bc8e6e8bdc5f9e7" } ,
{ file = "ruamel.yaml.clib-0.2.6-cp310-cp310-win32.whl" , hash = "sha256:1070ba9dd7f9370d0513d649420c3b362ac2d687fe78c6e888f5b12bf8bc7bee" } ,
{ file = "ruamel.yaml.clib-0.2.6-cp310-cp310-win_amd64.whl" , hash = "sha256:77df077d32921ad46f34816a9a16e6356d8100374579bc35e15bab5d4e9377de" } ,
2021-11-24 21:30:47 +00:00
{ file = "ruamel.yaml.clib-0.2.6-cp35-cp35m-macosx_10_6_intel.whl" , hash = "sha256:cfdb9389d888c5b74af297e51ce357b800dd844898af9d4a547ffc143fa56751" } ,
{ file = "ruamel.yaml.clib-0.2.6-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:7b2927e92feb51d830f531de4ccb11b320255ee95e791022555971c466af4527" } ,
{ file = "ruamel.yaml.clib-0.2.6-cp35-cp35m-win32.whl" , hash = "sha256:ada3f400d9923a190ea8b59c8f60680c4ef8a4b0dfae134d2f2ff68429adfab5" } ,
{ file = "ruamel.yaml.clib-0.2.6-cp35-cp35m-win_amd64.whl" , hash = "sha256:de9c6b8a1ba52919ae919f3ae96abb72b994dd0350226e28f3686cb4f142165c" } ,
{ file = "ruamel.yaml.clib-0.2.6-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:d67f273097c368265a7b81e152e07fb90ed395df6e552b9fa858c6d2c9f42502" } ,
{ file = "ruamel.yaml.clib-0.2.6-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:72a2b8b2ff0a627496aad76f37a652bcef400fd861721744201ef1b45199ab78" } ,
{ file = "ruamel.yaml.clib-0.2.6-cp36-cp36m-win32.whl" , hash = "sha256:9efef4aab5353387b07f6b22ace0867032b900d8e91674b5d8ea9150db5cae94" } ,
{ file = "ruamel.yaml.clib-0.2.6-cp36-cp36m-win_amd64.whl" , hash = "sha256:846fc8336443106fe23f9b6d6b8c14a53d38cef9a375149d61f99d78782ea468" } ,
{ file = "ruamel.yaml.clib-0.2.6-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:0847201b767447fc33b9c235780d3aa90357d20dd6108b92be544427bea197dd" } ,
{ file = "ruamel.yaml.clib-0.2.6-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:78988ed190206672da0f5d50c61afef8f67daa718d614377dcd5e3ed85ab4a99" } ,
{ file = "ruamel.yaml.clib-0.2.6-cp37-cp37m-win32.whl" , hash = "sha256:a49e0161897901d1ac9c4a79984b8410f450565bbad64dbfcbf76152743a0cdb" } ,
{ file = "ruamel.yaml.clib-0.2.6-cp37-cp37m-win_amd64.whl" , hash = "sha256:bf75d28fa071645c529b5474a550a44686821decebdd00e21127ef1fd566eabe" } ,
{ file = "ruamel.yaml.clib-0.2.6-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:a32f8d81ea0c6173ab1b3da956869114cae53ba1e9f72374032e33ba3118c233" } ,
{ file = "ruamel.yaml.clib-0.2.6-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:7f7ecb53ae6848f959db6ae93bdff1740e651809780822270eab111500842a84" } ,
{ file = "ruamel.yaml.clib-0.2.6-cp38-cp38-win32.whl" , hash = "sha256:89221ec6d6026f8ae859c09b9718799fea22c0e8da8b766b0b2c9a9ba2db326b" } ,
{ file = "ruamel.yaml.clib-0.2.6-cp38-cp38-win_amd64.whl" , hash = "sha256:31ea73e564a7b5fbbe8188ab8b334393e06d997914a4e184975348f204790277" } ,
{ file = "ruamel.yaml.clib-0.2.6-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:dc6a613d6c74eef5a14a214d433d06291526145431c3b964f5e16529b1842bed" } ,
{ file = "ruamel.yaml.clib-0.2.6-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:1866cf2c284a03b9524a5cc00daca56d80057c5ce3cdc86a52020f4c720856f0" } ,
{ file = "ruamel.yaml.clib-0.2.6-cp39-cp39-win32.whl" , hash = "sha256:3fb9575a5acd13031c57a62cc7823e5d2ff8bc3835ba4d94b921b4e6ee664104" } ,
{ file = "ruamel.yaml.clib-0.2.6-cp39-cp39-win_amd64.whl" , hash = "sha256:825d5fccef6da42f3c8eccd4281af399f21c02b32d98e113dbc631ea6a6ecbc7" } ,
{ file = "ruamel.yaml.clib-0.2.6.tar.gz" , hash = "sha256:4ff604ce439abb20794f05613c374759ce10e3595d1867764dd1ae675b85acbd" } ,
]
safety = [
{ file = "safety-1.10.3-py2.py3-none-any.whl" , hash = "sha256:5f802ad5df5614f9622d8d71fedec2757099705c2356f862847c58c6dfe13e84" } ,
{ file = "safety-1.10.3.tar.gz" , hash = "sha256:30e394d02a20ac49b7f65292d19d38fa927a8f9582cdfd3ad1adbbc66c641ad5" } ,
]
secretstorage = [
2022-08-05 03:33:54 +00:00
{ file = "SecretStorage-3.3.2-py3-none-any.whl" , hash = "sha256:755dc845b6ad76dcbcbc07ea3da75ae54bb1ea529eb72d15f83d26499a5df319" } ,
{ file = "SecretStorage-3.3.2.tar.gz" , hash = "sha256:0a8eb9645b320881c222e827c26f4cfcf55363e8b374a021981ef886657a912f" } ,
2021-11-24 21:30:47 +00:00
]
shellingham = [
2022-08-05 03:33:54 +00:00
{ file = "shellingham-1.5.0-py2.py3-none-any.whl" , hash = "sha256:a8f02ba61b69baaa13facdba62908ca8690a94b8119b69f5ec5873ea85f7391b" } ,
{ file = "shellingham-1.5.0.tar.gz" , hash = "sha256:72fb7f5c63103ca2cb91b23dee0c71fe8ad6fbfd46418ef17dbe40db51592dad" } ,
2021-11-24 21:30:47 +00:00
]
six = [
{ file = "six-1.16.0-py2.py3-none-any.whl" , hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254" } ,
{ file = "six-1.16.0.tar.gz" , hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926" } ,
]
smmap = [
{ file = "smmap-5.0.0-py3-none-any.whl" , hash = "sha256:2aba19d6a040e78d8b09de5c57e96207b09ed71d8e55ce0959eeee6c8e190d94" } ,
{ file = "smmap-5.0.0.tar.gz" , hash = "sha256:c840e62059cd3be204b0c9c9f74be2c09d5648eddd4580d9314c3ecde0b30936" } ,
]
stevedore = [
{ file = "stevedore-3.5.0-py3-none-any.whl" , hash = "sha256:a547de73308fd7e90075bb4d301405bebf705292fa90a90fc3bcf9133f58616c" } ,
{ file = "stevedore-3.5.0.tar.gz" , hash = "sha256:f40253887d8712eaa2bb0ea3830374416736dc8ec0e22f5a65092c1174c44335" } ,
]
toml = [
{ file = "toml-0.10.2-py2.py3-none-any.whl" , hash = "sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b" } ,
{ file = "toml-0.10.2.tar.gz" , hash = "sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f" } ,
]
tomli = [
2022-08-05 03:33:54 +00:00
{ file = "tomli-1.2.3-py3-none-any.whl" , hash = "sha256:e3069e4be3ead9668e21cb9b074cd948f7b3113fd9c8bba083f48247aab8b11c" } ,
{ file = "tomli-1.2.3.tar.gz" , hash = "sha256:05b6166bff487dc068d322585c7ea4ef78deed501cc124060e0f238e89a9231f" } ,
2021-11-24 21:30:47 +00:00
]
tomlkit = [
2022-08-05 03:33:54 +00:00
{ file = "tomlkit-0.11.1-py3-none-any.whl" , hash = "sha256:1c5bebdf19d5051e2e1de6cf70adfc5948d47221f097fcff7a3ffc91e953eaf5" } ,
{ file = "tomlkit-0.11.1.tar.gz" , hash = "sha256:61901f81ff4017951119cd0d1ed9b7af31c821d6845c8c477587bbdcd5e5854e" } ,
2021-11-24 21:30:47 +00:00
]
tox = [
2022-08-05 03:33:54 +00:00
{ file = "tox-3.25.1-py2.py3-none-any.whl" , hash = "sha256:c38e15f4733683a9cc0129fba078633e07eb0961f550a010ada879e95fb32632" } ,
{ file = "tox-3.25.1.tar.gz" , hash = "sha256:c138327815f53bc6da4fe56baec5f25f00622ae69ef3fe4e1e385720e22486f9" } ,
2021-11-24 21:30:47 +00:00
]
tox-poetry-installer = [
2022-08-05 03:33:54 +00:00
{ file = "tox-poetry-installer-0.8.4.tar.gz" , hash = "sha256:c1d4e25768c127c577c0930dec9a82e107a5c2c3b1ec60b95c88dbd2695ba6aa" } ,
{ file = "tox_poetry_installer-0.8.4-py3-none-any.whl" , hash = "sha256:fb67d78794a5aeedcaf34b0db7440f089076a17400f950665a95eed3d87781d0" } ,
2021-11-24 21:30:47 +00:00
]
traitlets = [
2022-08-05 03:33:54 +00:00
{ file = "traitlets-5.3.0-py3-none-any.whl" , hash = "sha256:65fa18961659635933100db8ca120ef6220555286949774b9cfc106f941d1c7a" } ,
{ file = "traitlets-5.3.0.tar.gz" , hash = "sha256:0bb9f1f9f017aa8ec187d8b1b2a7a6626a2a1d877116baba52a129bfa124f8e2" } ,
2021-11-24 21:30:47 +00:00
]
typed-ast = [
{ file = "typed_ast-1.4.3-cp35-cp35m-manylinux1_i686.whl" , hash = "sha256:2068531575a125b87a41802130fa7e29f26c09a2833fea68d9a40cf33902eba6" } ,
{ file = "typed_ast-1.4.3-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:c907f561b1e83e93fad565bac5ba9c22d96a54e7ea0267c708bffe863cbe4075" } ,
{ file = "typed_ast-1.4.3-cp35-cp35m-manylinux2014_aarch64.whl" , hash = "sha256:1b3ead4a96c9101bef08f9f7d1217c096f31667617b58de957f690c92378b528" } ,
{ file = "typed_ast-1.4.3-cp35-cp35m-win32.whl" , hash = "sha256:dde816ca9dac1d9c01dd504ea5967821606f02e510438120091b84e852367428" } ,
{ file = "typed_ast-1.4.3-cp35-cp35m-win_amd64.whl" , hash = "sha256:777a26c84bea6cd934422ac2e3b78863a37017618b6e5c08f92ef69853e765d3" } ,
{ file = "typed_ast-1.4.3-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:f8afcf15cc511ada719a88e013cec87c11aff7b91f019295eb4530f96fe5ef2f" } ,
{ file = "typed_ast-1.4.3-cp36-cp36m-manylinux1_i686.whl" , hash = "sha256:52b1eb8c83f178ab787f3a4283f68258525f8d70f778a2f6dd54d3b5e5fb4341" } ,
{ file = "typed_ast-1.4.3-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:01ae5f73431d21eead5015997ab41afa53aa1fbe252f9da060be5dad2c730ace" } ,
{ file = "typed_ast-1.4.3-cp36-cp36m-manylinux2014_aarch64.whl" , hash = "sha256:c190f0899e9f9f8b6b7863debfb739abcb21a5c054f911ca3596d12b8a4c4c7f" } ,
{ file = "typed_ast-1.4.3-cp36-cp36m-win32.whl" , hash = "sha256:398e44cd480f4d2b7ee8d98385ca104e35c81525dd98c519acff1b79bdaac363" } ,
{ file = "typed_ast-1.4.3-cp36-cp36m-win_amd64.whl" , hash = "sha256:bff6ad71c81b3bba8fa35f0f1921fb24ff4476235a6e94a26ada2e54370e6da7" } ,
{ file = "typed_ast-1.4.3-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:0fb71b8c643187d7492c1f8352f2c15b4c4af3f6338f21681d3681b3dc31a266" } ,
{ file = "typed_ast-1.4.3-cp37-cp37m-manylinux1_i686.whl" , hash = "sha256:760ad187b1041a154f0e4d0f6aae3e40fdb51d6de16e5c99aedadd9246450e9e" } ,
{ file = "typed_ast-1.4.3-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:5feca99c17af94057417d744607b82dd0a664fd5e4ca98061480fd8b14b18d04" } ,
{ file = "typed_ast-1.4.3-cp37-cp37m-manylinux2014_aarch64.whl" , hash = "sha256:95431a26309a21874005845c21118c83991c63ea800dd44843e42a916aec5899" } ,
{ file = "typed_ast-1.4.3-cp37-cp37m-win32.whl" , hash = "sha256:aee0c1256be6c07bd3e1263ff920c325b59849dc95392a05f258bb9b259cf39c" } ,
{ file = "typed_ast-1.4.3-cp37-cp37m-win_amd64.whl" , hash = "sha256:9ad2c92ec681e02baf81fdfa056fe0d818645efa9af1f1cd5fd6f1bd2bdfd805" } ,
{ file = "typed_ast-1.4.3-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:b36b4f3920103a25e1d5d024d155c504080959582b928e91cb608a65c3a49e1a" } ,
{ file = "typed_ast-1.4.3-cp38-cp38-manylinux1_i686.whl" , hash = "sha256:067a74454df670dcaa4e59349a2e5c81e567d8d65458d480a5b3dfecec08c5ff" } ,
{ file = "typed_ast-1.4.3-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:7538e495704e2ccda9b234b82423a4038f324f3a10c43bc088a1636180f11a41" } ,
{ file = "typed_ast-1.4.3-cp38-cp38-manylinux2014_aarch64.whl" , hash = "sha256:af3d4a73793725138d6b334d9d247ce7e5f084d96284ed23f22ee626a7b88e39" } ,
{ file = "typed_ast-1.4.3-cp38-cp38-win32.whl" , hash = "sha256:f2362f3cb0f3172c42938946dbc5b7843c2a28aec307c49100c8b38764eb6927" } ,
{ file = "typed_ast-1.4.3-cp38-cp38-win_amd64.whl" , hash = "sha256:dd4a21253f42b8d2b48410cb31fe501d32f8b9fbeb1f55063ad102fe9c425e40" } ,
{ file = "typed_ast-1.4.3-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:f328adcfebed9f11301eaedfa48e15bdece9b519fb27e6a8c01aa52a17ec31b3" } ,
{ file = "typed_ast-1.4.3-cp39-cp39-manylinux1_i686.whl" , hash = "sha256:2c726c276d09fc5c414693a2de063f521052d9ea7c240ce553316f70656c84d4" } ,
{ file = "typed_ast-1.4.3-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:cae53c389825d3b46fb37538441f75d6aecc4174f615d048321b716df2757fb0" } ,
{ file = "typed_ast-1.4.3-cp39-cp39-manylinux2014_aarch64.whl" , hash = "sha256:b9574c6f03f685070d859e75c7f9eeca02d6933273b5e69572e5ff9d5e3931c3" } ,
{ file = "typed_ast-1.4.3-cp39-cp39-win32.whl" , hash = "sha256:209596a4ec71d990d71d5e0d312ac935d86930e6eecff6ccc7007fe54d703808" } ,
{ file = "typed_ast-1.4.3-cp39-cp39-win_amd64.whl" , hash = "sha256:9c6d1a54552b5330bc657b7ef0eae25d00ba7ffe85d9ea8ae6540d2197a3788c" } ,
{ file = "typed_ast-1.4.3.tar.gz" , hash = "sha256:fb1bbeac803adea29cedd70781399c99138358c26d05fcbd23c13016b7f5ec65" } ,
]
types-toml = [
2022-08-05 03:33:54 +00:00
{ file = "types-toml-0.10.8.tar.gz" , hash = "sha256:b7e7ea572308b1030dc86c3ba825c5210814c2825612ec679eb7814f8dd9295a" } ,
{ file = "types_toml-0.10.8-py3-none-any.whl" , hash = "sha256:8300fd093e5829eb9c1fba69cee38130347d4b74ddf32d0a7df650ae55c2b599" } ,
2021-11-24 21:30:47 +00:00
]
typing-extensions = [
2022-08-05 03:33:54 +00:00
{ file = "typing_extensions-4.1.1-py3-none-any.whl" , hash = "sha256:21c85e0fe4b9a155d0799430b0ad741cdce7e359660ccbd8b530613e8df88ce2" } ,
{ file = "typing_extensions-4.1.1.tar.gz" , hash = "sha256:1a9462dcc3347a79b1f1c0271fbe79e844580bb598bafa1ed208b94da3cdcd42" } ,
2021-11-24 21:30:47 +00:00
]
urllib3 = [
2022-08-05 03:33:54 +00:00
{ file = "urllib3-1.26.11-py2.py3-none-any.whl" , hash = "sha256:c33ccba33c819596124764c23a97d25f32b28433ba0dedeb77d873a38722c9bc" } ,
{ file = "urllib3-1.26.11.tar.gz" , hash = "sha256:ea6e8fb210b19d950fab93b60c9009226c63a28808bc8386e05301e25883ac0a" } ,
2021-11-24 21:30:47 +00:00
]
virtualenv = [
2022-08-05 03:33:54 +00:00
{ file = "virtualenv-20.16.2-py2.py3-none-any.whl" , hash = "sha256:635b272a8e2f77cb051946f46c60a54ace3cb5e25568228bd6b57fc70eca9ff3" } ,
{ file = "virtualenv-20.16.2.tar.gz" , hash = "sha256:0ef5be6d07181946891f5abc8047fda8bc2f0b4b9bf222c64e6e8963baee76db" } ,
2021-11-24 21:30:47 +00:00
]
wcwidth = [
{ file = "wcwidth-0.2.5-py2.py3-none-any.whl" , hash = "sha256:beb4802a9cebb9144e99086eff703a642a13d6a0052920003a230f3294bbe784" } ,
{ file = "wcwidth-0.2.5.tar.gz" , hash = "sha256:c4d647b99872929fdb7bdcaa4fbe7f01413ed3d98077df798530e5b04f116c83" } ,
]
webencodings = [
{ file = "webencodings-0.5.1-py2.py3-none-any.whl" , hash = "sha256:a0af1213f3c2226497a97e2b3aa01a7e4bee4f403f95be16fc9acd2947514a78" } ,
{ file = "webencodings-0.5.1.tar.gz" , hash = "sha256:b36a1c245f2d304965eb4e0a82848379241dc04b865afcc4aab16748587e1923" } ,
]
wrapt = [
2022-08-05 03:33:54 +00:00
{ file = "wrapt-1.14.1-cp27-cp27m-macosx_10_9_x86_64.whl" , hash = "sha256:1b376b3f4896e7930f1f772ac4b064ac12598d1c38d04907e696cc4d794b43d3" } ,
{ file = "wrapt-1.14.1-cp27-cp27m-manylinux1_i686.whl" , hash = "sha256:903500616422a40a98a5a3c4ff4ed9d0066f3b4c951fa286018ecdf0750194ef" } ,
{ file = "wrapt-1.14.1-cp27-cp27m-manylinux1_x86_64.whl" , hash = "sha256:5a9a0d155deafd9448baff28c08e150d9b24ff010e899311ddd63c45c2445e28" } ,
{ file = "wrapt-1.14.1-cp27-cp27m-manylinux2010_i686.whl" , hash = "sha256:ddaea91abf8b0d13443f6dac52e89051a5063c7d014710dcb4d4abb2ff811a59" } ,
{ file = "wrapt-1.14.1-cp27-cp27m-manylinux2010_x86_64.whl" , hash = "sha256:36f582d0c6bc99d5f39cd3ac2a9062e57f3cf606ade29a0a0d6b323462f4dd87" } ,
{ file = "wrapt-1.14.1-cp27-cp27mu-manylinux1_i686.whl" , hash = "sha256:7ef58fb89674095bfc57c4069e95d7a31cfdc0939e2a579882ac7d55aadfd2a1" } ,
{ file = "wrapt-1.14.1-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:e2f83e18fe2f4c9e7db597e988f72712c0c3676d337d8b101f6758107c42425b" } ,
{ file = "wrapt-1.14.1-cp27-cp27mu-manylinux2010_i686.whl" , hash = "sha256:ee2b1b1769f6707a8a445162ea16dddf74285c3964f605877a20e38545c3c462" } ,
{ file = "wrapt-1.14.1-cp27-cp27mu-manylinux2010_x86_64.whl" , hash = "sha256:833b58d5d0b7e5b9832869f039203389ac7cbf01765639c7309fd50ef619e0b1" } ,
{ file = "wrapt-1.14.1-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:80bb5c256f1415f747011dc3604b59bc1f91c6e7150bd7db03b19170ee06b320" } ,
{ file = "wrapt-1.14.1-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:07f7a7d0f388028b2df1d916e94bbb40624c59b48ecc6cbc232546706fac74c2" } ,
{ file = "wrapt-1.14.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:02b41b633c6261feff8ddd8d11c711df6842aba629fdd3da10249a53211a72c4" } ,
{ file = "wrapt-1.14.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:2fe803deacd09a233e4762a1adcea5db5d31e6be577a43352936179d14d90069" } ,
{ file = "wrapt-1.14.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:257fd78c513e0fb5cdbe058c27a0624c9884e735bbd131935fd49e9fe719d310" } ,
{ file = "wrapt-1.14.1-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:4fcc4649dc762cddacd193e6b55bc02edca674067f5f98166d7713b193932b7f" } ,
{ file = "wrapt-1.14.1-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:11871514607b15cfeb87c547a49bca19fde402f32e2b1c24a632506c0a756656" } ,
{ file = "wrapt-1.14.1-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:8ad85f7f4e20964db4daadcab70b47ab05c7c1cf2a7c1e51087bfaa83831854c" } ,
{ file = "wrapt-1.14.1-cp310-cp310-win32.whl" , hash = "sha256:a9a52172be0b5aae932bef82a79ec0a0ce87288c7d132946d645eba03f0ad8a8" } ,
{ file = "wrapt-1.14.1-cp310-cp310-win_amd64.whl" , hash = "sha256:6d323e1554b3d22cfc03cd3243b5bb815a51f5249fdcbb86fda4bf62bab9e164" } ,
{ file = "wrapt-1.14.1-cp35-cp35m-manylinux1_i686.whl" , hash = "sha256:43ca3bbbe97af00f49efb06e352eae40434ca9d915906f77def219b88e85d907" } ,
{ file = "wrapt-1.14.1-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:6b1a564e6cb69922c7fe3a678b9f9a3c54e72b469875aa8018f18b4d1dd1adf3" } ,
{ file = "wrapt-1.14.1-cp35-cp35m-manylinux2010_i686.whl" , hash = "sha256:00b6d4ea20a906c0ca56d84f93065b398ab74b927a7a3dbd470f6fc503f95dc3" } ,
{ file = "wrapt-1.14.1-cp35-cp35m-manylinux2010_x86_64.whl" , hash = "sha256:a85d2b46be66a71bedde836d9e41859879cc54a2a04fad1191eb50c2066f6e9d" } ,
{ file = "wrapt-1.14.1-cp35-cp35m-win32.whl" , hash = "sha256:dbcda74c67263139358f4d188ae5faae95c30929281bc6866d00573783c422b7" } ,
{ file = "wrapt-1.14.1-cp35-cp35m-win_amd64.whl" , hash = "sha256:b21bb4c09ffabfa0e85e3a6b623e19b80e7acd709b9f91452b8297ace2a8ab00" } ,
{ file = "wrapt-1.14.1-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:9e0fd32e0148dd5dea6af5fee42beb949098564cc23211a88d799e434255a1f4" } ,
{ file = "wrapt-1.14.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:9736af4641846491aedb3c3f56b9bc5568d92b0692303b5a305301a95dfd38b1" } ,
{ file = "wrapt-1.14.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:5b02d65b9ccf0ef6c34cba6cf5bf2aab1bb2f49c6090bafeecc9cd81ad4ea1c1" } ,
{ file = "wrapt-1.14.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:21ac0156c4b089b330b7666db40feee30a5d52634cc4560e1905d6529a3897ff" } ,
{ file = "wrapt-1.14.1-cp36-cp36m-musllinux_1_1_aarch64.whl" , hash = "sha256:9f3e6f9e05148ff90002b884fbc2a86bd303ae847e472f44ecc06c2cd2fcdb2d" } ,
{ file = "wrapt-1.14.1-cp36-cp36m-musllinux_1_1_i686.whl" , hash = "sha256:6e743de5e9c3d1b7185870f480587b75b1cb604832e380d64f9504a0535912d1" } ,
{ file = "wrapt-1.14.1-cp36-cp36m-musllinux_1_1_x86_64.whl" , hash = "sha256:d79d7d5dc8a32b7093e81e97dad755127ff77bcc899e845f41bf71747af0c569" } ,
{ file = "wrapt-1.14.1-cp36-cp36m-win32.whl" , hash = "sha256:81b19725065dcb43df02b37e03278c011a09e49757287dca60c5aecdd5a0b8ed" } ,
{ file = "wrapt-1.14.1-cp36-cp36m-win_amd64.whl" , hash = "sha256:b014c23646a467558be7da3d6b9fa409b2c567d2110599b7cf9a0c5992b3b471" } ,
{ file = "wrapt-1.14.1-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:88bd7b6bd70a5b6803c1abf6bca012f7ed963e58c68d76ee20b9d751c74a3248" } ,
{ file = "wrapt-1.14.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:b5901a312f4d14c59918c221323068fad0540e34324925c8475263841dbdfe68" } ,
{ file = "wrapt-1.14.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:d77c85fedff92cf788face9bfa3ebaa364448ebb1d765302e9af11bf449ca36d" } ,
{ file = "wrapt-1.14.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8d649d616e5c6a678b26d15ece345354f7c2286acd6db868e65fcc5ff7c24a77" } ,
{ file = "wrapt-1.14.1-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:7d2872609603cb35ca513d7404a94d6d608fc13211563571117046c9d2bcc3d7" } ,
{ file = "wrapt-1.14.1-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:ee6acae74a2b91865910eef5e7de37dc6895ad96fa23603d1d27ea69df545015" } ,
{ file = "wrapt-1.14.1-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:2b39d38039a1fdad98c87279b48bc5dce2c0ca0d73483b12cb72aa9609278e8a" } ,
{ file = "wrapt-1.14.1-cp37-cp37m-win32.whl" , hash = "sha256:60db23fa423575eeb65ea430cee741acb7c26a1365d103f7b0f6ec412b893853" } ,
{ file = "wrapt-1.14.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:709fe01086a55cf79d20f741f39325018f4df051ef39fe921b1ebe780a66184c" } ,
{ file = "wrapt-1.14.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:8c0ce1e99116d5ab21355d8ebe53d9460366704ea38ae4d9f6933188f327b456" } ,
{ file = "wrapt-1.14.1-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:e3fb1677c720409d5f671e39bac6c9e0e422584e5f518bfd50aa4cbbea02433f" } ,
{ file = "wrapt-1.14.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:642c2e7a804fcf18c222e1060df25fc210b9c58db7c91416fb055897fc27e8cc" } ,
{ file = "wrapt-1.14.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:7b7c050ae976e286906dd3f26009e117eb000fb2cf3533398c5ad9ccc86867b1" } ,
{ file = "wrapt-1.14.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ef3f72c9666bba2bab70d2a8b79f2c6d2c1a42a7f7e2b0ec83bb2f9e383950af" } ,
{ file = "wrapt-1.14.1-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:01c205616a89d09827986bc4e859bcabd64f5a0662a7fe95e0d359424e0e071b" } ,
{ file = "wrapt-1.14.1-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:5a0f54ce2c092aaf439813735584b9537cad479575a09892b8352fea5e988dc0" } ,
{ file = "wrapt-1.14.1-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:2cf71233a0ed05ccdabe209c606fe0bac7379fdcf687f39b944420d2a09fdb57" } ,
{ file = "wrapt-1.14.1-cp38-cp38-win32.whl" , hash = "sha256:aa31fdcc33fef9eb2552cbcbfee7773d5a6792c137b359e82879c101e98584c5" } ,
{ file = "wrapt-1.14.1-cp38-cp38-win_amd64.whl" , hash = "sha256:d1967f46ea8f2db647c786e78d8cc7e4313dbd1b0aca360592d8027b8508e24d" } ,
{ file = "wrapt-1.14.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:3232822c7d98d23895ccc443bbdf57c7412c5a65996c30442ebe6ed3df335383" } ,
{ file = "wrapt-1.14.1-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:988635d122aaf2bdcef9e795435662bcd65b02f4f4c1ae37fbee7401c440b3a7" } ,
{ file = "wrapt-1.14.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:9cca3c2cdadb362116235fdbd411735de4328c61425b0aa9f872fd76d02c4e86" } ,
{ file = "wrapt-1.14.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:d52a25136894c63de15a35bc0bdc5adb4b0e173b9c0d07a2be9d3ca64a332735" } ,
{ file = "wrapt-1.14.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:40e7bc81c9e2b2734ea4bc1aceb8a8f0ceaac7c5299bc5d69e37c44d9081d43b" } ,
{ file = "wrapt-1.14.1-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:b9b7a708dd92306328117d8c4b62e2194d00c365f18eff11a9b53c6f923b01e3" } ,
{ file = "wrapt-1.14.1-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:6a9a25751acb379b466ff6be78a315e2b439d4c94c1e99cb7266d40a537995d3" } ,
{ file = "wrapt-1.14.1-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:34aa51c45f28ba7f12accd624225e2b1e5a3a45206aa191f6f9aac931d9d56fe" } ,
{ file = "wrapt-1.14.1-cp39-cp39-win32.whl" , hash = "sha256:dee0ce50c6a2dd9056c20db781e9c1cfd33e77d2d569f5d1d9321c641bb903d5" } ,
{ file = "wrapt-1.14.1-cp39-cp39-win_amd64.whl" , hash = "sha256:dee60e1de1898bde3b238f18340eec6148986da0455d8ba7848d50470a7a32fb" } ,
{ file = "wrapt-1.14.1.tar.gz" , hash = "sha256:380a85cf89e0e69b7cfbe2ea9f765f004ff419f34194018a6827ac0e3edfed4d" } ,
2021-11-24 21:30:47 +00:00
]
zipp = [
{ file = "zipp-3.6.0-py3-none-any.whl" , hash = "sha256:9fe5ea21568a0a70e50f273397638d39b03353731e6cbbb3fd8502a33fec40bc" } ,
{ file = "zipp-3.6.0.tar.gz" , hash = "sha256:71c644c5369f4a6e07636f0aa966270449561fcea2e3d6747b8d23efaa9d7832" } ,
]