2021-10-14 17:39:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "atomicwrites"
|
|
|
|
version = "1.4.0"
|
|
|
|
description = "Atomic file writes."
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "attrs"
|
|
|
|
version = "21.2.0"
|
|
|
|
description = "Classes Without Boilerplate"
|
2021-10-20 08:54:41 +00:00
|
|
|
category = "main"
|
2021-10-14 17:39:28 +00:00
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
dev = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "mypy", "pytest-mypy-plugins", "zope.interface", "furo", "sphinx", "sphinx-notfound-page", "pre-commit"]
|
|
|
|
docs = ["furo", "sphinx", "zope.interface", "sphinx-notfound-page"]
|
|
|
|
tests = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "mypy", "pytest-mypy-plugins", "zope.interface"]
|
|
|
|
tests_no_zope = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "mypy", "pytest-mypy-plugins"]
|
|
|
|
|
2021-10-11 00:58:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "backports.entry-points-selectable"
|
|
|
|
version = "1.1.0"
|
|
|
|
description = "Compatibility shim providing selectable entry points for older implementations"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.7"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
importlib-metadata = {version = "*", markers = "python_version < \"3.8\""}
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
docs = ["sphinx", "jaraco.packaging (>=8.2)", "rst.linker (>=1.9)"]
|
|
|
|
testing = ["pytest (>=4.6)", "pytest-flake8", "pytest-cov", "pytest-black (>=0.3.7)", "pytest-mypy", "pytest-checkdocs (>=2.4)", "pytest-enabler (>=1.0.1)"]
|
|
|
|
|
2021-10-20 06:31:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "click"
|
|
|
|
version = "8.0.3"
|
|
|
|
description = "Composable command line interface toolkit"
|
|
|
|
category = "main"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.6"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
colorama = {version = "*", markers = "platform_system == \"Windows\""}
|
|
|
|
importlib-metadata = {version = "*", markers = "python_version < \"3.8\""}
|
|
|
|
|
2021-10-14 17:39:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "colorama"
|
|
|
|
version = "0.4.4"
|
|
|
|
description = "Cross-platform colored terminal text."
|
2021-10-20 06:31:36 +00:00
|
|
|
category = "main"
|
2021-10-14 17:39:28 +00:00
|
|
|
optional = false
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
|
|
|
|
2021-10-25 13:40:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "coverage"
|
2021-11-27 16:39:43 +00:00
|
|
|
version = "6.1.2"
|
2021-10-25 13:40:39 +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"]
|
|
|
|
|
2021-10-11 00:58:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dataclasses"
|
|
|
|
version = "0.8"
|
|
|
|
description = "A backport of the dataclasses module for Python 3.6"
|
|
|
|
category = "main"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.6, <3.7"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "distlib"
|
|
|
|
version = "0.3.3"
|
|
|
|
description = "Distribution utilities"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "filelock"
|
2021-10-20 08:54:41 +00:00
|
|
|
version = "3.3.1"
|
2021-10-11 00:58:05 +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 = "importlib-metadata"
|
|
|
|
version = "4.8.1"
|
|
|
|
description = "Read metadata from Python packages"
|
2021-10-20 06:31:36 +00:00
|
|
|
category = "main"
|
2021-10-11 00:58:05 +00:00
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.6"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
typing-extensions = {version = ">=3.6.4", markers = "python_version < \"3.8\""}
|
|
|
|
zipp = ">=0.5"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
docs = ["sphinx", "jaraco.packaging (>=8.2)", "rst.linker (>=1.9)"]
|
|
|
|
perf = ["ipython"]
|
|
|
|
testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-cov", "pytest-enabler (>=1.0.1)", "packaging", "pep517", "pyfakefs", "flufl.flake8", "pytest-perf (>=0.9.2)", "pytest-black (>=0.3.7)", "pytest-mypy", "importlib-resources (>=1.3)"]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "importlib-resources"
|
2021-10-20 08:54:41 +00:00
|
|
|
version = "5.3.0"
|
2021-10-11 00:58:05 +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)"]
|
2021-10-20 08:54:41 +00:00
|
|
|
testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-cov", "pytest-enabler (>=1.0.1)", "pytest-black (>=0.3.7)", "pytest-mypy"]
|
2021-10-11 00:58:05 +00:00
|
|
|
|
2021-10-14 17:39:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "iniconfig"
|
|
|
|
version = "1.1.1"
|
|
|
|
description = "iniconfig: brain-dead simple config-ini parsing"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "packaging"
|
|
|
|
version = "21.0"
|
|
|
|
description = "Core utilities for Python packages"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.6"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
pyparsing = ">=2.0.2"
|
|
|
|
|
2021-10-11 00:58:05 +00:00
|
|
|
[[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]
|
|
|
|
docs = ["Sphinx (>=4)", "furo (>=2021.7.5b38)", "proselint (>=0.10.2)", "sphinx-autodoc-typehints (>=1.12)"]
|
|
|
|
test = ["appdirs (==1.4.4)", "pytest (>=6)", "pytest-cov (>=2.7)", "pytest-mock (>=3.6)"]
|
|
|
|
|
2021-10-14 17:39:28 +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]
|
|
|
|
dev = ["pre-commit", "tox"]
|
|
|
|
testing = ["pytest", "pytest-benchmark"]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "py"
|
|
|
|
version = "1.10.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.*"
|
|
|
|
|
2021-10-11 00:58:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pydantic"
|
|
|
|
version = "1.8.2"
|
|
|
|
description = "Data validation and settings management using python 3.6 type hinting"
|
|
|
|
category = "main"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.6.1"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
dataclasses = {version = ">=0.6", markers = "python_version < \"3.7\""}
|
|
|
|
typing-extensions = ">=3.7.4.3"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
dotenv = ["python-dotenv (>=0.10.4)"]
|
|
|
|
email = ["email-validator (>=1.0.3)"]
|
|
|
|
|
2021-10-14 17:39:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pyparsing"
|
2021-10-25 13:40:39 +00:00
|
|
|
version = "3.0.1"
|
2021-10-14 17:39:28 +00:00
|
|
|
description = "Python parsing module"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
2021-10-25 13:40:39 +00:00
|
|
|
python-versions = ">=3.6"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
diagrams = ["jinja2", "railroad-diagrams"]
|
2021-10-14 17:39:28 +00:00
|
|
|
|
|
|
|
[[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"]
|
|
|
|
|
2021-10-25 13:40:39 +00:00
|
|
|
[[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]
|
|
|
|
testing = ["fields", "hunter", "process-tests", "six", "pytest-xdist", "virtualenv"]
|
|
|
|
|
2021-09-28 11:23:15 +00:00
|
|
|
[[package]]
|
2021-10-26 10:19:02 +00:00
|
|
|
name = "ruamel.yaml"
|
|
|
|
version = "0.17.16"
|
|
|
|
description = "ruamel.yaml is a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order"
|
2021-09-28 11:23:15 +00:00
|
|
|
category = "main"
|
|
|
|
optional = false
|
2021-10-26 10:19:02 +00:00
|
|
|
python-versions = ">=3"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
"ruamel.yaml.clib" = {version = ">=0.1.2", markers = "platform_python_implementation == \"CPython\" and python_version < \"3.10\""}
|
|
|
|
|
|
|
|
[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 = "main"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.5"
|
2021-09-28 11:23:15 +00:00
|
|
|
|
2021-10-11 00:58:05 +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.*"
|
|
|
|
|
2021-10-14 17:39:28 +00:00
|
|
|
[[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.*"
|
|
|
|
|
2021-10-25 13:40:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tomli"
|
|
|
|
version = "1.2.2"
|
|
|
|
description = "A lil' TOML parser"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.6"
|
|
|
|
|
2021-10-11 00:58:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "typing-extensions"
|
|
|
|
version = "3.10.0.2"
|
|
|
|
description = "Backported and Experimental Type Hints for Python 3.5+"
|
|
|
|
category = "main"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "virtualenv"
|
2021-10-25 13:40:39 +00:00
|
|
|
version = "20.9.0"
|
2021-10-11 00:58:05 +00:00
|
|
|
description = "Virtual Python Environment builder"
|
|
|
|
category = "dev"
|
|
|
|
optional = false
|
|
|
|
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
"backports.entry-points-selectable" = ">=1.0.4"
|
|
|
|
distlib = ">=0.3.1,<1"
|
2021-10-25 13:40:39 +00:00
|
|
|
filelock = ">=3.2,<4"
|
2021-10-11 00:58:05 +00:00
|
|
|
importlib-metadata = {version = ">=0.12", markers = "python_version < \"3.8\""}
|
|
|
|
importlib-resources = {version = ">=1.0", markers = "python_version < \"3.7\""}
|
|
|
|
platformdirs = ">=2,<3"
|
|
|
|
six = ">=1.9.0,<2"
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
docs = ["proselint (>=0.10.2)", "sphinx (>=3)", "sphinx-argparse (>=0.2.5)", "sphinx-rtd-theme (>=0.4.3)", "towncrier (>=19.9.0rc1)"]
|
|
|
|
testing = ["coverage (>=4)", "coverage-enable-subprocess (>=1)", "flaky (>=3)", "pytest (>=4)", "pytest-env (>=0.6.2)", "pytest-freezegun (>=0.4.1)", "pytest-mock (>=2)", "pytest-randomly (>=1)", "pytest-timeout (>=1)", "packaging (>=20.0)"]
|
|
|
|
|
2021-11-27 16:39:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wcwidth"
|
|
|
|
version = "0.2.5"
|
|
|
|
description = "Measures the displayed width of unicode strings in a terminal"
|
|
|
|
category = "main"
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
|
2021-10-11 00:58:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "zipp"
|
|
|
|
version = "3.6.0"
|
|
|
|
description = "Backport of pathlib-compatible object wrapper for zip files"
|
2021-10-20 06:31:36 +00:00
|
|
|
category = "main"
|
2021-10-11 00:58:05 +00:00
|
|
|
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"]
|
|
|
|
|
2021-09-28 11:23:15 +00:00
|
|
|
[metadata]
|
|
|
|
lock-version = "1.1"
|
2021-10-11 00:58:05 +00:00
|
|
|
python-versions = "^3.6.1"
|
2021-11-27 16:39:43 +00:00
|
|
|
content-hash = "9083370030b96548400ebb4f9f2a82a3f5dd3a55bd83a9377df492180dc59c3e"
|
2021-09-28 11:23:15 +00:00
|
|
|
|
|
|
|
[metadata.files]
|
2021-10-14 17:39:28 +00:00
|
|
|
atomicwrites = [
|
|
|
|
{file = "atomicwrites-1.4.0-py2.py3-none-any.whl", hash = "sha256:6d1784dea7c0c8d4a5172b6c620f40b6e4cbfdf96d783691f2e1302a7b88e197"},
|
|
|
|
{file = "atomicwrites-1.4.0.tar.gz", hash = "sha256:ae70396ad1a434f9c7046fd2dd196fc04b12f9e91ffb859164193be8b6168a7a"},
|
|
|
|
]
|
|
|
|
attrs = [
|
|
|
|
{file = "attrs-21.2.0-py2.py3-none-any.whl", hash = "sha256:149e90d6d8ac20db7a955ad60cf0e6881a3f20d37096140088356da6c716b0b1"},
|
|
|
|
{file = "attrs-21.2.0.tar.gz", hash = "sha256:ef6aaac3ca6cd92904cdd0d83f629a15f18053ec84e6432106f7a4d04ae4f5fb"},
|
|
|
|
]
|
2021-10-11 00:58:05 +00:00
|
|
|
"backports.entry-points-selectable" = [
|
|
|
|
{file = "backports.entry_points_selectable-1.1.0-py2.py3-none-any.whl", hash = "sha256:a6d9a871cde5e15b4c4a53e3d43ba890cc6861ec1332c9c2428c92f977192acc"},
|
|
|
|
{file = "backports.entry_points_selectable-1.1.0.tar.gz", hash = "sha256:988468260ec1c196dab6ae1149260e2f5472c9110334e5d51adcb77867361f6a"},
|
|
|
|
]
|
2021-10-20 06:31:36 +00:00
|
|
|
click = [
|
|
|
|
{file = "click-8.0.3-py3-none-any.whl", hash = "sha256:353f466495adaeb40b6b5f592f9f91cb22372351c84caeb068132442a4518ef3"},
|
|
|
|
{file = "click-8.0.3.tar.gz", hash = "sha256:410e932b050f5eed773c4cda94de75971c89cdb3155a72a0831139a79e5ecb5b"},
|
|
|
|
]
|
2021-10-14 17:39:28 +00:00
|
|
|
colorama = [
|
|
|
|
{file = "colorama-0.4.4-py2.py3-none-any.whl", hash = "sha256:9f47eda37229f68eee03b24b9748937c7dc3868f906e8ba69fbcbdd3bc5dc3e2"},
|
|
|
|
{file = "colorama-0.4.4.tar.gz", hash = "sha256:5941b2b48a20143d2267e95b1c2a7603ce057ee39fd88e7329b0c292aa16869b"},
|
|
|
|
]
|
2021-10-25 13:40:39 +00:00
|
|
|
coverage = [
|
2021-11-27 16:39:43 +00:00
|
|
|
{file = "coverage-6.1.2-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:675adb3b3380967806b3cbb9c5b00ceb29b1c472692100a338730c1d3e59c8b9"},
|
|
|
|
{file = "coverage-6.1.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:95a58336aa111af54baa451c33266a8774780242cab3704b7698d5e514840758"},
|
|
|
|
{file = "coverage-6.1.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:d0a595a781f8e186580ff8e3352dd4953b1944289bec7705377c80c7e36c4d6c"},
|
|
|
|
{file = "coverage-6.1.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:d3c5f49ce6af61154060640ad3b3281dbc46e2e0ef2fe78414d7f8a324f0b649"},
|
|
|
|
{file = "coverage-6.1.2-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:310c40bed6b626fd1f463e5a83dba19a61c4eb74e1ac0d07d454ebbdf9047e9d"},
|
|
|
|
{file = "coverage-6.1.2-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:a4d48e42e17d3de212f9af44f81ab73b9378a4b2b8413fd708d0d9023f2bbde4"},
|
|
|
|
{file = "coverage-6.1.2-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:ffa545230ca2ad921ad066bf8fd627e7be43716b6e0fcf8e32af1b8188ccb0ab"},
|
|
|
|
{file = "coverage-6.1.2-cp310-cp310-win32.whl", hash = "sha256:cd2d11a59afa5001ff28073ceca24ae4c506da4355aba30d1e7dd2bd0d2206dc"},
|
|
|
|
{file = "coverage-6.1.2-cp310-cp310-win_amd64.whl", hash = "sha256:96129e41405887a53a9cc564f960d7f853cc63d178f3a182fdd302e4cab2745b"},
|
|
|
|
{file = "coverage-6.1.2-cp311-cp311-macosx_10_14_x86_64.whl", hash = "sha256:1de9c6f5039ee2b1860b7bad2c7bc3651fbeb9368e4c4d93e98a76358cdcb052"},
|
|
|
|
{file = "coverage-6.1.2-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:80cb70264e9a1d04b519cdba3cd0dc42847bf8e982a4d55c769b9b0ee7cdce1e"},
|
|
|
|
{file = "coverage-6.1.2-cp311-cp311-win_amd64.whl", hash = "sha256:ba6125d4e55c0b8e913dad27b22722eac7abdcb1f3eab1bd090eee9105660266"},
|
|
|
|
{file = "coverage-6.1.2-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:8492d37acdc07a6eac6489f6c1954026f2260a85a4c2bb1e343fe3d35f5ee21a"},
|
|
|
|
{file = "coverage-6.1.2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:66af99c7f7b64d050d37e795baadf515b4561124f25aae6e1baa482438ecc388"},
|
|
|
|
{file = "coverage-6.1.2-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:ebcc03e1acef4ff44f37f3c61df478d6e469a573aa688e5a162f85d7e4c3860d"},
|
|
|
|
{file = "coverage-6.1.2-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:98d44a8136eebbf544ad91fef5bd2b20ef0c9b459c65a833c923d9aa4546b204"},
|
|
|
|
{file = "coverage-6.1.2-cp36-cp36m-musllinux_1_1_aarch64.whl", hash = "sha256:c18725f3cffe96732ef96f3de1939d81215fd6d7d64900dcc4acfe514ea4fcbf"},
|
|
|
|
{file = "coverage-6.1.2-cp36-cp36m-musllinux_1_1_i686.whl", hash = "sha256:c8e9c4bcaaaa932be581b3d8b88b677489975f845f7714efc8cce77568b6711c"},
|
|
|
|
{file = "coverage-6.1.2-cp36-cp36m-musllinux_1_1_x86_64.whl", hash = "sha256:06d009e8a29483cbc0520665bc46035ffe9ae0e7484a49f9782c2a716e37d0a0"},
|
|
|
|
{file = "coverage-6.1.2-cp36-cp36m-win32.whl", hash = "sha256:e5432d9c329b11c27be45ee5f62cf20a33065d482c8dec1941d6670622a6fb8f"},
|
|
|
|
{file = "coverage-6.1.2-cp36-cp36m-win_amd64.whl", hash = "sha256:82fdcb64bf08aa5db881db061d96db102c77397a570fbc112e21c48a4d9cb31b"},
|
|
|
|
{file = "coverage-6.1.2-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:94f558f8555e79c48c422045f252ef41eb43becdd945e9c775b45ebfc0cbd78f"},
|
|
|
|
{file = "coverage-6.1.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:046647b96969fda1ae0605f61288635209dd69dcd27ba3ec0bf5148bc157f954"},
|
|
|
|
{file = "coverage-6.1.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:cc799916b618ec9fd00135e576424165691fec4f70d7dc12cfaef09268a2478c"},
|
|
|
|
{file = "coverage-6.1.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:62646d98cf0381ffda301a816d6ac6c35fc97aa81b09c4c52d66a15c4bef9d7c"},
|
|
|
|
{file = "coverage-6.1.2-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:27a3df08a855522dfef8b8635f58bab81341b2fb5f447819bc252da3aa4cf44c"},
|
|
|
|
{file = "coverage-6.1.2-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:610c0ba11da8de3a753dc4b1f71894f9f9debfdde6559599f303286e70aeb0c2"},
|
|
|
|
{file = "coverage-6.1.2-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:35b246ae3a2c042dc8f410c94bcb9754b18179cdb81ff9477a9089dbc9ecc186"},
|
|
|
|
{file = "coverage-6.1.2-cp37-cp37m-win32.whl", hash = "sha256:0cde7d9fe2fb55ff68ebe7fb319ef188e9b88e0a3d1c9c5db7dd829cd93d2193"},
|
|
|
|
{file = "coverage-6.1.2-cp37-cp37m-win_amd64.whl", hash = "sha256:958ac66272ff20e63d818627216e3d7412fdf68a2d25787b89a5c6f1eb7fdd93"},
|
|
|
|
{file = "coverage-6.1.2-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:a300b39c3d5905686c75a369d2a66e68fd01472ea42e16b38c948bd02b29e5bd"},
|
|
|
|
{file = "coverage-6.1.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5d3855d5d26292539861f5ced2ed042fc2aa33a12f80e487053aed3bcb6ced13"},
|
|
|
|
{file = "coverage-6.1.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:586d38dfc7da4a87f5816b203ff06dd7c1bb5b16211ccaa0e9788a8da2b93696"},
|
|
|
|
{file = "coverage-6.1.2-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:a34fccb45f7b2d890183a263578d60a392a1a218fdc12f5bce1477a6a68d4373"},
|
|
|
|
{file = "coverage-6.1.2-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:bc1ee1318f703bc6c971da700d74466e9b86e0c443eb85983fb2a1bd20447263"},
|
|
|
|
{file = "coverage-6.1.2-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:3f546f48d5d80a90a266769aa613bc0719cb3e9c2ef3529d53f463996dd15a9d"},
|
|
|
|
{file = "coverage-6.1.2-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:fd92ece726055e80d4e3f01fff3b91f54b18c9c357c48fcf6119e87e2461a091"},
|
|
|
|
{file = "coverage-6.1.2-cp38-cp38-win32.whl", hash = "sha256:24ed38ec86754c4d5a706fbd5b52b057c3df87901a8610d7e5642a08ec07087e"},
|
|
|
|
{file = "coverage-6.1.2-cp38-cp38-win_amd64.whl", hash = "sha256:97ef6e9119bd39d60ef7b9cd5deea2b34869c9f0b9777450a7e3759c1ab09b9b"},
|
|
|
|
{file = "coverage-6.1.2-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:6e5a8c947a2a89c56655ecbb789458a3a8e3b0cbf4c04250331df8f647b3de59"},
|
|
|
|
{file = "coverage-6.1.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:7a39590d1e6acf6a3c435c5d233f72f5d43b585f5be834cff1f21fec4afda225"},
|
|
|
|
{file = "coverage-6.1.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:9d2c2e3ce7b8cc932a2f918186964bd44de8c84e2f9ef72dc616f5bb8be22e71"},
|
|
|
|
{file = "coverage-6.1.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:3348865798c077c695cae00da0924136bb5cc501f236cfd6b6d9f7a3c94e0ec4"},
|
|
|
|
{file = "coverage-6.1.2-cp39-cp39-win32.whl", hash = "sha256:fae3fe111670e51f1ebbc475823899524e3459ea2db2cb88279bbfb2a0b8a3de"},
|
|
|
|
{file = "coverage-6.1.2-cp39-cp39-win_amd64.whl", hash = "sha256:af45eea024c0e3a25462fade161afab4f0d9d9e0d5a5d53e86149f74f0a35ecc"},
|
|
|
|
{file = "coverage-6.1.2-pp36.pp37.pp38-none-any.whl", hash = "sha256:eab14fdd410500dae50fd14ccc332e65543e7b39f6fc076fe90603a0e5d2f929"},
|
|
|
|
{file = "coverage-6.1.2.tar.gz", hash = "sha256:d9a635114b88c0ab462e0355472d00a180a5fbfd8511e7f18e4ac32652e7d972"},
|
2021-10-25 13:40:39 +00:00
|
|
|
]
|
2021-10-11 00:58:05 +00:00
|
|
|
dataclasses = [
|
|
|
|
{file = "dataclasses-0.8-py3-none-any.whl", hash = "sha256:0201d89fa866f68c8ebd9d08ee6ff50c0b255f8ec63a71c16fda7af82bb887bf"},
|
|
|
|
{file = "dataclasses-0.8.tar.gz", hash = "sha256:8479067f342acf957dc82ec415d355ab5edb7e7646b90dc6e2fd1d96ad084c97"},
|
|
|
|
]
|
|
|
|
distlib = [
|
|
|
|
{file = "distlib-0.3.3-py2.py3-none-any.whl", hash = "sha256:c8b54e8454e5bf6237cc84c20e8264c3e991e824ef27e8f1e81049867d861e31"},
|
|
|
|
{file = "distlib-0.3.3.zip", hash = "sha256:d982d0751ff6eaaab5e2ec8e691d949ee80eddf01a62eaa96ddb11531fe16b05"},
|
|
|
|
]
|
|
|
|
filelock = [
|
2021-10-20 08:54:41 +00:00
|
|
|
{file = "filelock-3.3.1-py3-none-any.whl", hash = "sha256:2b5eb3589e7fdda14599e7eb1a50e09b4cc14f34ed98b8ba56d33bfaafcbef2f"},
|
|
|
|
{file = "filelock-3.3.1.tar.gz", hash = "sha256:34a9f35f95c441e7b38209775d6e0337f9a3759f3565f6c5798f19618527c76f"},
|
2021-10-11 00:58:05 +00:00
|
|
|
]
|
|
|
|
importlib-metadata = [
|
|
|
|
{file = "importlib_metadata-4.8.1-py3-none-any.whl", hash = "sha256:b618b6d2d5ffa2f16add5697cf57a46c76a56229b0ed1c438322e4e95645bd15"},
|
|
|
|
{file = "importlib_metadata-4.8.1.tar.gz", hash = "sha256:f284b3e11256ad1e5d03ab86bb2ccd6f5339688ff17a4d797a0fe7df326f23b1"},
|
|
|
|
]
|
|
|
|
importlib-resources = [
|
2021-10-20 08:54:41 +00:00
|
|
|
{file = "importlib_resources-5.3.0-py3-none-any.whl", hash = "sha256:7a65eb0d8ee98eedab76e6deb51195c67f8e575959f6356a6e15fd7e1148f2a3"},
|
|
|
|
{file = "importlib_resources-5.3.0.tar.gz", hash = "sha256:f2e58e721b505a79abe67f5868d99f8886aec8594c962c7490d0c22925f518da"},
|
2021-10-11 00:58:05 +00:00
|
|
|
]
|
2021-10-14 17:39:28 +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"},
|
|
|
|
]
|
|
|
|
packaging = [
|
|
|
|
{file = "packaging-21.0-py3-none-any.whl", hash = "sha256:c86254f9220d55e31cc94d69bade760f0847da8000def4dfe1c6b872fd14ff14"},
|
|
|
|
{file = "packaging-21.0.tar.gz", hash = "sha256:7dc96269f53a4ccec5c0670940a4281106dd0bb343f47b7471f779df49c2fbe7"},
|
|
|
|
]
|
2021-10-11 00:58:05 +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"},
|
|
|
|
]
|
2021-10-14 17:39:28 +00:00
|
|
|
pluggy = [
|
|
|
|
{file = "pluggy-1.0.0-py2.py3-none-any.whl", hash = "sha256:74134bbf457f031a36d68416e1509f34bd5ccc019f0bcc952c7b909d06b37bd3"},
|
|
|
|
{file = "pluggy-1.0.0.tar.gz", hash = "sha256:4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159"},
|
|
|
|
]
|
|
|
|
py = [
|
|
|
|
{file = "py-1.10.0-py2.py3-none-any.whl", hash = "sha256:3b80836aa6d1feeaa108e046da6423ab8f6ceda6468545ae8d02d9d58d18818a"},
|
|
|
|
{file = "py-1.10.0.tar.gz", hash = "sha256:21b81bda15b66ef5e1a777a21c4dcd9c20ad3efd0b3f817e7a809035269e1bd3"},
|
|
|
|
]
|
2021-10-11 00:58:05 +00:00
|
|
|
pydantic = [
|
|
|
|
{file = "pydantic-1.8.2-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:05ddfd37c1720c392f4e0d43c484217b7521558302e7069ce8d318438d297739"},
|
|
|
|
{file = "pydantic-1.8.2-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:a7c6002203fe2c5a1b5cbb141bb85060cbff88c2d78eccbc72d97eb7022c43e4"},
|
|
|
|
{file = "pydantic-1.8.2-cp36-cp36m-manylinux2014_i686.whl", hash = "sha256:589eb6cd6361e8ac341db97602eb7f354551482368a37f4fd086c0733548308e"},
|
|
|
|
{file = "pydantic-1.8.2-cp36-cp36m-manylinux2014_x86_64.whl", hash = "sha256:10e5622224245941efc193ad1d159887872776df7a8fd592ed746aa25d071840"},
|
|
|
|
{file = "pydantic-1.8.2-cp36-cp36m-win_amd64.whl", hash = "sha256:99a9fc39470010c45c161a1dc584997f1feb13f689ecf645f59bb4ba623e586b"},
|
|
|
|
{file = "pydantic-1.8.2-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:a83db7205f60c6a86f2c44a61791d993dff4b73135df1973ecd9eed5ea0bda20"},
|
|
|
|
{file = "pydantic-1.8.2-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:41b542c0b3c42dc17da70554bc6f38cbc30d7066d2c2815a94499b5684582ecb"},
|
|
|
|
{file = "pydantic-1.8.2-cp37-cp37m-manylinux2014_i686.whl", hash = "sha256:ea5cb40a3b23b3265f6325727ddfc45141b08ed665458be8c6285e7b85bd73a1"},
|
|
|
|
{file = "pydantic-1.8.2-cp37-cp37m-manylinux2014_x86_64.whl", hash = "sha256:18b5ea242dd3e62dbf89b2b0ec9ba6c7b5abaf6af85b95a97b00279f65845a23"},
|
|
|
|
{file = "pydantic-1.8.2-cp37-cp37m-win_amd64.whl", hash = "sha256:234a6c19f1c14e25e362cb05c68afb7f183eb931dd3cd4605eafff055ebbf287"},
|
|
|
|
{file = "pydantic-1.8.2-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:021ea0e4133e8c824775a0cfe098677acf6fa5a3cbf9206a376eed3fc09302cd"},
|
|
|
|
{file = "pydantic-1.8.2-cp38-cp38-manylinux1_i686.whl", hash = "sha256:e710876437bc07bd414ff453ac8ec63d219e7690128d925c6e82889d674bb505"},
|
|
|
|
{file = "pydantic-1.8.2-cp38-cp38-manylinux2014_i686.whl", hash = "sha256:ac8eed4ca3bd3aadc58a13c2aa93cd8a884bcf21cb019f8cfecaae3b6ce3746e"},
|
|
|
|
{file = "pydantic-1.8.2-cp38-cp38-manylinux2014_x86_64.whl", hash = "sha256:4a03cbbe743e9c7247ceae6f0d8898f7a64bb65800a45cbdc52d65e370570820"},
|
|
|
|
{file = "pydantic-1.8.2-cp38-cp38-win_amd64.whl", hash = "sha256:8621559dcf5afacf0069ed194278f35c255dc1a1385c28b32dd6c110fd6531b3"},
|
|
|
|
{file = "pydantic-1.8.2-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:8b223557f9510cf0bfd8b01316bf6dd281cf41826607eada99662f5e4963f316"},
|
|
|
|
{file = "pydantic-1.8.2-cp39-cp39-manylinux1_i686.whl", hash = "sha256:244ad78eeb388a43b0c927e74d3af78008e944074b7d0f4f696ddd5b2af43c62"},
|
|
|
|
{file = "pydantic-1.8.2-cp39-cp39-manylinux2014_i686.whl", hash = "sha256:05ef5246a7ffd2ce12a619cbb29f3307b7c4509307b1b49f456657b43529dc6f"},
|
|
|
|
{file = "pydantic-1.8.2-cp39-cp39-manylinux2014_x86_64.whl", hash = "sha256:54cd5121383f4a461ff7644c7ca20c0419d58052db70d8791eacbbe31528916b"},
|
|
|
|
{file = "pydantic-1.8.2-cp39-cp39-win_amd64.whl", hash = "sha256:4be75bebf676a5f0f87937c6ddb061fa39cbea067240d98e298508c1bda6f3f3"},
|
|
|
|
{file = "pydantic-1.8.2-py3-none-any.whl", hash = "sha256:fec866a0b59f372b7e776f2d7308511784dace622e0992a0b59ea3ccee0ae833"},
|
|
|
|
{file = "pydantic-1.8.2.tar.gz", hash = "sha256:26464e57ccaafe72b7ad156fdaa4e9b9ef051f69e175dbbb463283000c05ab7b"},
|
|
|
|
]
|
2021-10-14 17:39:28 +00:00
|
|
|
pyparsing = [
|
2021-10-25 13:40:39 +00:00
|
|
|
{file = "pyparsing-3.0.1-py3-none-any.whl", hash = "sha256:fd93fc45c47893c300bd98f5dd1b41c0e783eaeb727e7cea210dcc09d64ce7c3"},
|
|
|
|
{file = "pyparsing-3.0.1.tar.gz", hash = "sha256:84196357aa3566d64ad123d7a3c67b0e597a115c4934b097580e5ce220b91531"},
|
2021-10-14 17:39:28 +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"},
|
|
|
|
]
|
2021-10-25 13:40:39 +00:00
|
|
|
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"},
|
|
|
|
]
|
2021-10-26 10:19:02 +00:00
|
|
|
"ruamel.yaml" = [
|
|
|
|
{file = "ruamel.yaml-0.17.16-py3-none-any.whl", hash = "sha256:ea21da1198c4b41b8e7a259301cc9710d3b972bf8ba52f06218478e6802dd1f1"},
|
|
|
|
{file = "ruamel.yaml-0.17.16.tar.gz", hash = "sha256:1a771fc92d3823682b7f0893ad56cb5a5c87c48e62b5399d6f42c8759a583b33"},
|
|
|
|
]
|
|
|
|
"ruamel.yaml.clib" = [
|
|
|
|
{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"},
|
2021-09-28 11:23:15 +00:00
|
|
|
]
|
2021-10-11 00:58:05 +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"},
|
|
|
|
]
|
2021-10-14 17:39:28 +00:00
|
|
|
toml = [
|
|
|
|
{file = "toml-0.10.2-py2.py3-none-any.whl", hash = "sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b"},
|
|
|
|
{file = "toml-0.10.2.tar.gz", hash = "sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f"},
|
|
|
|
]
|
2021-10-25 13:40:39 +00:00
|
|
|
tomli = [
|
|
|
|
{file = "tomli-1.2.2-py3-none-any.whl", hash = "sha256:f04066f68f5554911363063a30b108d2b5a5b1a010aa8b6132af78489fe3aade"},
|
|
|
|
{file = "tomli-1.2.2.tar.gz", hash = "sha256:c6ce0015eb38820eaf32b5db832dbc26deb3dd427bd5f6556cf0acac2c214fee"},
|
|
|
|
]
|
2021-10-11 00:58:05 +00:00
|
|
|
typing-extensions = [
|
|
|
|
{file = "typing_extensions-3.10.0.2-py2-none-any.whl", hash = "sha256:d8226d10bc02a29bcc81df19a26e56a9647f8b0a6d4a83924139f4a8b01f17b7"},
|
|
|
|
{file = "typing_extensions-3.10.0.2-py3-none-any.whl", hash = "sha256:f1d25edafde516b146ecd0613dabcc61409817af4766fbbcfb8d1ad4ec441a34"},
|
|
|
|
{file = "typing_extensions-3.10.0.2.tar.gz", hash = "sha256:49f75d16ff11f1cd258e1b988ccff82a3ca5570217d7ad8c5f48205dd99a677e"},
|
|
|
|
]
|
|
|
|
virtualenv = [
|
2021-10-25 13:40:39 +00:00
|
|
|
{file = "virtualenv-20.9.0-py2.py3-none-any.whl", hash = "sha256:1d145deec2da86b29026be49c775cc5a9aab434f85f7efef98307fb3965165de"},
|
|
|
|
{file = "virtualenv-20.9.0.tar.gz", hash = "sha256:bb55ace18de14593947354e5e6cd1be75fb32c3329651da62e92bf5d0aab7213"},
|
2021-10-11 00:58:05 +00:00
|
|
|
]
|
2021-11-27 16:39:43 +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"},
|
|
|
|
]
|
2021-10-11 00:58:05 +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"},
|
|
|
|
]
|