|
@@ -14,14 +14,6 @@ typing-extensions = {version = ">=3.10", markers = "python_version < \"3.10\""} |
|
|
wrapt = ">=1.11,<1.14" |
|
|
wrapt = ">=1.11,<1.14" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "atomicwrites" |
|
|
|
|
|
version = "1.3.0" |
|
|
|
|
|
description = "Atomic file writes." |
|
|
|
|
|
category = "dev" |
|
|
|
|
|
optional = false |
|
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "attrs" |
|
|
name = "attrs" |
|
|
version = "19.3.0" |
|
|
version = "19.3.0" |
|
|
description = "Classes Without Boilerplate" |
|
|
description = "Classes Without Boilerplate" |
|
@@ -37,9 +29,9 @@ tests = ["coverage", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "zope.i |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "black" |
|
|
name = "black" |
|
|
version = "22.10.0" |
|
|
|
|
|
|
|
|
version = "22.12.0" |
|
|
description = "The uncompromising code formatter." |
|
|
description = "The uncompromising code formatter." |
|
|
category = "main" |
|
|
|
|
|
|
|
|
category = "dev" |
|
|
optional = false |
|
|
optional = false |
|
|
python-versions = ">=3.7" |
|
|
python-versions = ">=3.7" |
|
|
|
|
|
|
|
@@ -62,7 +54,7 @@ uvloop = ["uvloop (>=0.15.2)"] |
|
|
name = "click" |
|
|
name = "click" |
|
|
version = "8.1.3" |
|
|
version = "8.1.3" |
|
|
description = "Composable command line interface toolkit" |
|
|
description = "Composable command line interface toolkit" |
|
|
category = "main" |
|
|
|
|
|
|
|
|
category = "dev" |
|
|
optional = false |
|
|
optional = false |
|
|
python-versions = ">=3.7" |
|
|
python-versions = ">=3.7" |
|
|
|
|
|
|
|
@@ -74,28 +66,39 @@ importlib-metadata = {version = "*", markers = "python_version < \"3.8\""} |
|
|
name = "colorama" |
|
|
name = "colorama" |
|
|
version = "0.4.3" |
|
|
version = "0.4.3" |
|
|
description = "Cross-platform colored terminal text." |
|
|
description = "Cross-platform colored terminal text." |
|
|
category = "main" |
|
|
|
|
|
|
|
|
category = "dev" |
|
|
optional = false |
|
|
optional = false |
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" |
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
|
|
|
name = "exceptiongroup" |
|
|
|
|
|
version = "1.1.0" |
|
|
|
|
|
description = "Backport of PEP 654 (exception groups)" |
|
|
|
|
|
category = "dev" |
|
|
|
|
|
optional = false |
|
|
|
|
|
python-versions = ">=3.7" |
|
|
|
|
|
|
|
|
|
|
|
[package.extras] |
|
|
|
|
|
test = ["pytest (>=6)"] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
name = "graphviz" |
|
|
name = "graphviz" |
|
|
version = "0.19.1" |
|
|
|
|
|
|
|
|
version = "0.20.1" |
|
|
description = "Simple Python interface for Graphviz" |
|
|
description = "Simple Python interface for Graphviz" |
|
|
category = "main" |
|
|
category = "main" |
|
|
optional = false |
|
|
optional = false |
|
|
python-versions = ">=3.6" |
|
|
|
|
|
|
|
|
python-versions = ">=3.7" |
|
|
|
|
|
|
|
|
[package.extras] |
|
|
[package.extras] |
|
|
dev = ["flake8", "pep8-naming", "tox (>=3)", "twine", "wheel"] |
|
|
dev = ["flake8", "pep8-naming", "tox (>=3)", "twine", "wheel"] |
|
|
docs = ["sphinx (>=1.8)", "sphinx-autodoc-typehints", "sphinx-rtd-theme"] |
|
|
|
|
|
test = ["coverage", "mock (>=4)", "pytest (>=6)", "pytest-cov", "pytest-mock (>=3)"] |
|
|
|
|
|
|
|
|
docs = ["sphinx (>=5)", "sphinx-autodoc-typehints", "sphinx-rtd-theme"] |
|
|
|
|
|
test = ["coverage", "mock (>=4)", "pytest (>=7)", "pytest-cov", "pytest-mock (>=3)"] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "importlib-metadata" |
|
|
name = "importlib-metadata" |
|
|
version = "1.5.0" |
|
|
version = "1.5.0" |
|
|
description = "Read metadata from Python packages" |
|
|
description = "Read metadata from Python packages" |
|
|
category = "main" |
|
|
|
|
|
|
|
|
category = "dev" |
|
|
optional = false |
|
|
optional = false |
|
|
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" |
|
|
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" |
|
|
|
|
|
|
|
@@ -130,11 +133,11 @@ xdg-home = ["appdirs (>=1.4.0)"] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "jinja2" |
|
|
name = "jinja2" |
|
|
version = "3.0.1" |
|
|
|
|
|
|
|
|
version = "3.1.2" |
|
|
description = "A very fast and expressive template engine." |
|
|
description = "A very fast and expressive template engine." |
|
|
category = "main" |
|
|
category = "main" |
|
|
optional = false |
|
|
optional = false |
|
|
python-versions = ">=3.6" |
|
|
|
|
|
|
|
|
python-versions = ">=3.7" |
|
|
|
|
|
|
|
|
[package.dependencies] |
|
|
[package.dependencies] |
|
|
MarkupSafe = ">=2.0" |
|
|
MarkupSafe = ">=2.0" |
|
@@ -170,7 +173,7 @@ python-versions = "*" |
|
|
name = "mypy-extensions" |
|
|
name = "mypy-extensions" |
|
|
version = "0.4.3" |
|
|
version = "0.4.3" |
|
|
description = "Experimental type system extensions for programs checked with the mypy typechecker." |
|
|
description = "Experimental type system extensions for programs checked with the mypy typechecker." |
|
|
category = "main" |
|
|
|
|
|
|
|
|
category = "dev" |
|
|
optional = false |
|
|
optional = false |
|
|
python-versions = "*" |
|
|
python-versions = "*" |
|
|
|
|
|
|
|
@@ -189,7 +192,7 @@ pyparsing = ">=2.0.2" |
|
|
name = "pathspec" |
|
|
name = "pathspec" |
|
|
version = "0.10.1" |
|
|
version = "0.10.1" |
|
|
description = "Utility library for gitignore style pattern matching of file paths." |
|
|
description = "Utility library for gitignore style pattern matching of file paths." |
|
|
category = "main" |
|
|
|
|
|
|
|
|
category = "dev" |
|
|
optional = false |
|
|
optional = false |
|
|
python-versions = ">=3.7" |
|
|
python-versions = ">=3.7" |
|
|
|
|
|
|
|
@@ -197,7 +200,7 @@ python-versions = ">=3.7" |
|
|
name = "platformdirs" |
|
|
name = "platformdirs" |
|
|
version = "2.4.0" |
|
|
version = "2.4.0" |
|
|
description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"." |
|
|
description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"." |
|
|
category = "main" |
|
|
|
|
|
|
|
|
category = "dev" |
|
|
optional = false |
|
|
optional = false |
|
|
python-versions = ">=3.6" |
|
|
python-versions = ">=3.6" |
|
|
|
|
|
|
|
@@ -220,14 +223,6 @@ importlib-metadata = {version = ">=0.12", markers = "python_version < \"3.8\""} |
|
|
dev = ["pre-commit", "tox"] |
|
|
dev = ["pre-commit", "tox"] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[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.*" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "pylint" |
|
|
name = "pylint" |
|
|
version = "2.12.0" |
|
|
version = "2.12.0" |
|
|
description = "python code static checker" |
|
|
description = "python code static checker" |
|
@@ -254,22 +249,21 @@ python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "pytest" |
|
|
name = "pytest" |
|
|
version = "7.0.1" |
|
|
|
|
|
|
|
|
version = "7.2.0" |
|
|
description = "pytest: simple powerful testing with Python" |
|
|
description = "pytest: simple powerful testing with Python" |
|
|
category = "dev" |
|
|
category = "dev" |
|
|
optional = false |
|
|
optional = false |
|
|
python-versions = ">=3.6" |
|
|
|
|
|
|
|
|
python-versions = ">=3.7" |
|
|
|
|
|
|
|
|
[package.dependencies] |
|
|
[package.dependencies] |
|
|
atomicwrites = {version = ">=1.0", markers = "sys_platform == \"win32\""} |
|
|
|
|
|
attrs = ">=19.2.0" |
|
|
attrs = ">=19.2.0" |
|
|
colorama = {version = "*", markers = "sys_platform == \"win32\""} |
|
|
colorama = {version = "*", markers = "sys_platform == \"win32\""} |
|
|
|
|
|
exceptiongroup = {version = ">=1.0.0rc8", markers = "python_version < \"3.11\""} |
|
|
importlib-metadata = {version = ">=0.12", markers = "python_version < \"3.8\""} |
|
|
importlib-metadata = {version = ">=0.12", markers = "python_version < \"3.8\""} |
|
|
iniconfig = "*" |
|
|
iniconfig = "*" |
|
|
packaging = "*" |
|
|
packaging = "*" |
|
|
pluggy = ">=0.12,<2.0" |
|
|
pluggy = ">=0.12,<2.0" |
|
|
py = ">=1.8.2" |
|
|
|
|
|
tomli = ">=1.0.0" |
|
|
|
|
|
|
|
|
tomli = {version = ">=1.0.0", markers = "python_version < \"3.11\""} |
|
|
|
|
|
|
|
|
[package.extras] |
|
|
[package.extras] |
|
|
testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "xmlschema"] |
|
|
testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "xmlschema"] |
|
@@ -306,7 +300,7 @@ python-versions = "*" |
|
|
name = "tomli" |
|
|
name = "tomli" |
|
|
version = "1.2.3" |
|
|
version = "1.2.3" |
|
|
description = "A lil' TOML parser" |
|
|
description = "A lil' TOML parser" |
|
|
category = "main" |
|
|
|
|
|
|
|
|
category = "dev" |
|
|
optional = false |
|
|
optional = false |
|
|
python-versions = ">=3.6" |
|
|
python-versions = ">=3.6" |
|
|
|
|
|
|
|
@@ -322,7 +316,7 @@ python-versions = ">=3.6" |
|
|
name = "typing-extensions" |
|
|
name = "typing-extensions" |
|
|
version = "4.1.1" |
|
|
version = "4.1.1" |
|
|
description = "Backported and Experimental Type Hints for Python 3.6+" |
|
|
description = "Backported and Experimental Type Hints for Python 3.6+" |
|
|
category = "main" |
|
|
|
|
|
|
|
|
category = "dev" |
|
|
optional = false |
|
|
optional = false |
|
|
python-versions = ">=3.6" |
|
|
python-versions = ">=3.6" |
|
|
|
|
|
|
|
@@ -338,7 +332,7 @@ python-versions = "*" |
|
|
name = "zipp" |
|
|
name = "zipp" |
|
|
version = "3.1.0" |
|
|
version = "3.1.0" |
|
|
description = "Backport of pathlib-compatible object wrapper for zip files" |
|
|
description = "Backport of pathlib-compatible object wrapper for zip files" |
|
|
category = "main" |
|
|
|
|
|
|
|
|
category = "dev" |
|
|
optional = false |
|
|
optional = false |
|
|
python-versions = ">=3.6" |
|
|
python-versions = ">=3.6" |
|
|
|
|
|
|
|
@@ -349,43 +343,30 @@ testing = ["func-timeout", "jaraco.itertools"] |
|
|
[metadata] |
|
|
[metadata] |
|
|
lock-version = "1.1" |
|
|
lock-version = "1.1" |
|
|
python-versions = "^3.7" |
|
|
python-versions = "^3.7" |
|
|
content-hash = "89ec17def343e74e340a9a5261a015804005fc9911ae35d5dacb40c1edb591aa" |
|
|
|
|
|
|
|
|
content-hash = "bd314565d6ceadde7dfc215293ff1365ad294a2219d822620beeadac0d1f3736" |
|
|
|
|
|
|
|
|
[metadata.files] |
|
|
[metadata.files] |
|
|
astroid = [ |
|
|
astroid = [ |
|
|
{file = "astroid-2.9.0-py3-none-any.whl", hash = "sha256:776ca0b748b4ad69c00bfe0fff38fa2d21c338e12c84aa9715ee0d473c422778"}, |
|
|
{file = "astroid-2.9.0-py3-none-any.whl", hash = "sha256:776ca0b748b4ad69c00bfe0fff38fa2d21c338e12c84aa9715ee0d473c422778"}, |
|
|
{file = "astroid-2.9.0.tar.gz", hash = "sha256:5939cf55de24b92bda00345d4d0659d01b3c7dafb5055165c330bc7c568ba273"}, |
|
|
{file = "astroid-2.9.0.tar.gz", hash = "sha256:5939cf55de24b92bda00345d4d0659d01b3c7dafb5055165c330bc7c568ba273"}, |
|
|
] |
|
|
] |
|
|
atomicwrites = [ |
|
|
|
|
|
{file = "atomicwrites-1.3.0-py2.py3-none-any.whl", hash = "sha256:03472c30eb2c5d1ba9227e4c2ca66ab8287fbfbbda3888aa93dc2e28fc6811b4"}, |
|
|
|
|
|
{file = "atomicwrites-1.3.0.tar.gz", hash = "sha256:75a9445bac02d8d058d5e1fe689654ba5a6556a1dfd8ce6ec55a0ed79866cfa6"}, |
|
|
|
|
|
] |
|
|
|
|
|
attrs = [ |
|
|
attrs = [ |
|
|
{file = "attrs-19.3.0-py2.py3-none-any.whl", hash = "sha256:08a96c641c3a74e44eb59afb61a24f2cb9f4d7188748e76ba4bb5edfa3cb7d1c"}, |
|
|
{file = "attrs-19.3.0-py2.py3-none-any.whl", hash = "sha256:08a96c641c3a74e44eb59afb61a24f2cb9f4d7188748e76ba4bb5edfa3cb7d1c"}, |
|
|
{file = "attrs-19.3.0.tar.gz", hash = "sha256:f7b7ce16570fe9965acd6d30101a28f62fb4a7f9e926b3bbc9b61f8b04247e72"}, |
|
|
{file = "attrs-19.3.0.tar.gz", hash = "sha256:f7b7ce16570fe9965acd6d30101a28f62fb4a7f9e926b3bbc9b61f8b04247e72"}, |
|
|
] |
|
|
] |
|
|
black = [ |
|
|
black = [ |
|
|
{file = "black-22.10.0-1fixedarch-cp310-cp310-macosx_11_0_x86_64.whl", hash = "sha256:5cc42ca67989e9c3cf859e84c2bf014f6633db63d1cbdf8fdb666dcd9e77e3fa"}, |
|
|
|
|
|
{file = "black-22.10.0-1fixedarch-cp311-cp311-macosx_11_0_x86_64.whl", hash = "sha256:5d8f74030e67087b219b032aa33a919fae8806d49c867846bfacde57f43972ef"}, |
|
|
|
|
|
{file = "black-22.10.0-1fixedarch-cp37-cp37m-macosx_10_16_x86_64.whl", hash = "sha256:197df8509263b0b8614e1df1756b1dd41be6738eed2ba9e9769f3880c2b9d7b6"}, |
|
|
|
|
|
{file = "black-22.10.0-1fixedarch-cp38-cp38-macosx_10_16_x86_64.whl", hash = "sha256:2644b5d63633702bc2c5f3754b1b475378fbbfb481f62319388235d0cd104c2d"}, |
|
|
|
|
|
{file = "black-22.10.0-1fixedarch-cp39-cp39-macosx_11_0_x86_64.whl", hash = "sha256:e41a86c6c650bcecc6633ee3180d80a025db041a8e2398dcc059b3afa8382cd4"}, |
|
|
|
|
|
{file = "black-22.10.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:2039230db3c6c639bd84efe3292ec7b06e9214a2992cd9beb293d639c6402edb"}, |
|
|
|
|
|
{file = "black-22.10.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:14ff67aec0a47c424bc99b71005202045dc09270da44a27848d534600ac64fc7"}, |
|
|
|
|
|
{file = "black-22.10.0-cp310-cp310-win_amd64.whl", hash = "sha256:819dc789f4498ecc91438a7de64427c73b45035e2e3680c92e18795a839ebb66"}, |
|
|
|
|
|
{file = "black-22.10.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:5b9b29da4f564ba8787c119f37d174f2b69cdfdf9015b7d8c5c16121ddc054ae"}, |
|
|
|
|
|
{file = "black-22.10.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b8b49776299fece66bffaafe357d929ca9451450f5466e997a7285ab0fe28e3b"}, |
|
|
|
|
|
{file = "black-22.10.0-cp311-cp311-win_amd64.whl", hash = "sha256:21199526696b8f09c3997e2b4db8d0b108d801a348414264d2eb8eb2532e540d"}, |
|
|
|
|
|
{file = "black-22.10.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1e464456d24e23d11fced2bc8c47ef66d471f845c7b7a42f3bd77bf3d1789650"}, |
|
|
|
|
|
{file = "black-22.10.0-cp37-cp37m-win_amd64.whl", hash = "sha256:9311e99228ae10023300ecac05be5a296f60d2fd10fff31cf5c1fa4ca4b1988d"}, |
|
|
|
|
|
{file = "black-22.10.0-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:fba8a281e570adafb79f7755ac8721b6cf1bbf691186a287e990c7929c7692ff"}, |
|
|
|
|
|
{file = "black-22.10.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:915ace4ff03fdfff953962fa672d44be269deb2eaf88499a0f8805221bc68c87"}, |
|
|
|
|
|
{file = "black-22.10.0-cp38-cp38-win_amd64.whl", hash = "sha256:444ebfb4e441254e87bad00c661fe32df9969b2bf224373a448d8aca2132b395"}, |
|
|
|
|
|
{file = "black-22.10.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:974308c58d057a651d182208a484ce80a26dac0caef2895836a92dd6ebd725e0"}, |
|
|
|
|
|
{file = "black-22.10.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:72ef3925f30e12a184889aac03d77d031056860ccae8a1e519f6cbb742736383"}, |
|
|
|
|
|
{file = "black-22.10.0-cp39-cp39-win_amd64.whl", hash = "sha256:432247333090c8c5366e69627ccb363bc58514ae3e63f7fc75c54b1ea80fa7de"}, |
|
|
|
|
|
{file = "black-22.10.0-py3-none-any.whl", hash = "sha256:c957b2b4ea88587b46cf49d1dc17681c1e672864fd7af32fc1e9664d572b3458"}, |
|
|
|
|
|
{file = "black-22.10.0.tar.gz", hash = "sha256:f513588da599943e0cde4e32cc9879e825d58720d6557062d1098c5ad80080e1"}, |
|
|
|
|
|
|
|
|
{file = "black-22.12.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9eedd20838bd5d75b80c9f5487dbcb06836a43833a37846cf1d8c1cc01cef59d"}, |
|
|
|
|
|
{file = "black-22.12.0-cp310-cp310-win_amd64.whl", hash = "sha256:159a46a4947f73387b4d83e87ea006dbb2337eab6c879620a3ba52699b1f4351"}, |
|
|
|
|
|
{file = "black-22.12.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d30b212bffeb1e252b31dd269dfae69dd17e06d92b87ad26e23890f3efea366f"}, |
|
|
|
|
|
{file = "black-22.12.0-cp311-cp311-win_amd64.whl", hash = "sha256:7412e75863aa5c5411886804678b7d083c7c28421210180d67dfd8cf1221e1f4"}, |
|
|
|
|
|
{file = "black-22.12.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c116eed0efb9ff870ded8b62fe9f28dd61ef6e9ddd28d83d7d264a38417dcee2"}, |
|
|
|
|
|
{file = "black-22.12.0-cp37-cp37m-win_amd64.whl", hash = "sha256:1f58cbe16dfe8c12b7434e50ff889fa479072096d79f0a7f25e4ab8e94cd8350"}, |
|
|
|
|
|
{file = "black-22.12.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:77d86c9f3db9b1bf6761244bc0b3572a546f5fe37917a044e02f3166d5aafa7d"}, |
|
|
|
|
|
{file = "black-22.12.0-cp38-cp38-win_amd64.whl", hash = "sha256:82d9fe8fee3401e02e79767016b4907820a7dc28d70d137eb397b92ef3cc5bfc"}, |
|
|
|
|
|
{file = "black-22.12.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:101c69b23df9b44247bd88e1d7e90154336ac4992502d4197bdac35dd7ee3320"}, |
|
|
|
|
|
{file = "black-22.12.0-cp39-cp39-win_amd64.whl", hash = "sha256:559c7a1ba9a006226f09e4916060982fd27334ae1998e7a38b3f33a37f7a2148"}, |
|
|
|
|
|
{file = "black-22.12.0-py3-none-any.whl", hash = "sha256:436cc9167dd28040ad90d3b404aec22cedf24a6e4d7de221bec2730ec0c97bcf"}, |
|
|
|
|
|
{file = "black-22.12.0.tar.gz", hash = "sha256:229351e5a18ca30f447bf724d007f890f97e13af070bb6ad4c0a441cd7596a2f"}, |
|
|
] |
|
|
] |
|
|
click = [ |
|
|
click = [ |
|
|
{file = "click-8.1.3-py3-none-any.whl", hash = "sha256:bb4d8133cb15a609f44e8213d9b391b0809795062913b383c62be0ee95b1db48"}, |
|
|
{file = "click-8.1.3-py3-none-any.whl", hash = "sha256:bb4d8133cb15a609f44e8213d9b391b0809795062913b383c62be0ee95b1db48"}, |
|
@@ -395,9 +376,13 @@ colorama = [ |
|
|
{file = "colorama-0.4.3-py2.py3-none-any.whl", hash = "sha256:7d73d2a99753107a36ac6b455ee49046802e59d9d076ef8e47b61499fa29afff"}, |
|
|
{file = "colorama-0.4.3-py2.py3-none-any.whl", hash = "sha256:7d73d2a99753107a36ac6b455ee49046802e59d9d076ef8e47b61499fa29afff"}, |
|
|
{file = "colorama-0.4.3.tar.gz", hash = "sha256:e96da0d330793e2cb9485e9ddfd918d456036c7149416295932478192f4436a1"}, |
|
|
{file = "colorama-0.4.3.tar.gz", hash = "sha256:e96da0d330793e2cb9485e9ddfd918d456036c7149416295932478192f4436a1"}, |
|
|
] |
|
|
] |
|
|
|
|
|
exceptiongroup = [ |
|
|
|
|
|
{file = "exceptiongroup-1.1.0-py3-none-any.whl", hash = "sha256:327cbda3da756e2de031a3107b81ab7b3770a602c4d16ca618298c526f4bec1e"}, |
|
|
|
|
|
{file = "exceptiongroup-1.1.0.tar.gz", hash = "sha256:bcb67d800a4497e1b404c2dd44fca47d3b7a5e5433dbab67f96c1a685cdfdf23"}, |
|
|
|
|
|
] |
|
|
graphviz = [ |
|
|
graphviz = [ |
|
|
{file = "graphviz-0.19.1-py3-none-any.whl", hash = "sha256:f34088c08be2ec16279dfa9c3b4ff3d1453c5c67597a33e2819b000e18d4c546"}, |
|
|
|
|
|
{file = "graphviz-0.19.1.zip", hash = "sha256:09ed0cde452d015fe77c4845a210eb642f28d245f5bc250d4b97808cb8f49078"}, |
|
|
|
|
|
|
|
|
{file = "graphviz-0.20.1-py3-none-any.whl", hash = "sha256:587c58a223b51611c0cf461132da386edd896a029524ca61a1462b880bf97977"}, |
|
|
|
|
|
{file = "graphviz-0.20.1.zip", hash = "sha256:8c58f14adaa3b947daf26c19bc1e98c4e0702cdc31cf99153e6f06904d492bf8"}, |
|
|
] |
|
|
] |
|
|
importlib-metadata = [ |
|
|
importlib-metadata = [ |
|
|
{file = "importlib_metadata-1.5.0-py2.py3-none-any.whl", hash = "sha256:b97607a1a18a5100839aec1dc26a1ea17ee0d93b20b0f008d80a5a050afb200b"}, |
|
|
{file = "importlib_metadata-1.5.0-py2.py3-none-any.whl", hash = "sha256:b97607a1a18a5100839aec1dc26a1ea17ee0d93b20b0f008d80a5a050afb200b"}, |
|
@@ -412,8 +397,8 @@ isort = [ |
|
|
{file = "isort-4.3.21.tar.gz", hash = "sha256:54da7e92468955c4fceacd0c86bd0ec997b0e1ee80d97f67c35a78b719dccab1"}, |
|
|
{file = "isort-4.3.21.tar.gz", hash = "sha256:54da7e92468955c4fceacd0c86bd0ec997b0e1ee80d97f67c35a78b719dccab1"}, |
|
|
] |
|
|
] |
|
|
jinja2 = [ |
|
|
jinja2 = [ |
|
|
{file = "Jinja2-3.0.1-py3-none-any.whl", hash = "sha256:1f06f2da51e7b56b8f238affdd6b4e2c61e39598a378cc49345bc1bd42a978a4"}, |
|
|
|
|
|
{file = "Jinja2-3.0.1.tar.gz", hash = "sha256:703f484b47a6af502e743c9122595cc812b0271f661722403114f71a79d0f5a4"}, |
|
|
|
|
|
|
|
|
{file = "Jinja2-3.1.2-py3-none-any.whl", hash = "sha256:6088930bfe239f0e6710546ab9c19c9ef35e29792895fed6e6e31a023a182a61"}, |
|
|
|
|
|
{file = "Jinja2-3.1.2.tar.gz", hash = "sha256:31351a702a408a9e7595a8fc6150fc3f43bb6bf7e319770cbc0db9df9437e852"}, |
|
|
] |
|
|
] |
|
|
lazy-object-proxy = [ |
|
|
lazy-object-proxy = [ |
|
|
{file = "lazy-object-proxy-1.4.3.tar.gz", hash = "sha256:f3900e8a5de27447acbf900b4750b0ddfd7ec1ea7fbaf11dfa911141bc522af0"}, |
|
|
{file = "lazy-object-proxy-1.4.3.tar.gz", hash = "sha256:f3900e8a5de27447acbf900b4750b0ddfd7ec1ea7fbaf11dfa911141bc522af0"}, |
|
@@ -533,10 +518,6 @@ pluggy = [ |
|
|
{file = "pluggy-0.13.1-py2.py3-none-any.whl", hash = "sha256:966c145cd83c96502c3c3868f50408687b38434af77734af1e9ca461a4081d2d"}, |
|
|
{file = "pluggy-0.13.1-py2.py3-none-any.whl", hash = "sha256:966c145cd83c96502c3c3868f50408687b38434af77734af1e9ca461a4081d2d"}, |
|
|
{file = "pluggy-0.13.1.tar.gz", hash = "sha256:15b2acde666561e1298d71b523007ed7364de07029219b604cf808bfa1c765b0"}, |
|
|
{file = "pluggy-0.13.1.tar.gz", hash = "sha256:15b2acde666561e1298d71b523007ed7364de07029219b604cf808bfa1c765b0"}, |
|
|
] |
|
|
] |
|
|
py = [ |
|
|
|
|
|
{file = "py-1.10.0-py2.py3-none-any.whl", hash = "sha256:3b80836aa6d1feeaa108e046da6423ab8f6ceda6468545ae8d02d9d58d18818a"}, |
|
|
|
|
|
{file = "py-1.10.0.tar.gz", hash = "sha256:21b81bda15b66ef5e1a777a21c4dcd9c20ad3efd0b3f817e7a809035269e1bd3"}, |
|
|
|
|
|
] |
|
|
|
|
|
pylint = [ |
|
|
pylint = [ |
|
|
{file = "pylint-2.12.0-py3-none-any.whl", hash = "sha256:ba00afcb1550bc217bbcb0eb76c10cb8335f7417a3323bdd980c29fb5b59f8d2"}, |
|
|
{file = "pylint-2.12.0-py3-none-any.whl", hash = "sha256:ba00afcb1550bc217bbcb0eb76c10cb8335f7417a3323bdd980c29fb5b59f8d2"}, |
|
|
{file = "pylint-2.12.0.tar.gz", hash = "sha256:245c87e5da54c35b623c21b35debf87d93b18bf9e0229515cc172d0b83d627cd"}, |
|
|
{file = "pylint-2.12.0.tar.gz", hash = "sha256:245c87e5da54c35b623c21b35debf87d93b18bf9e0229515cc172d0b83d627cd"}, |
|
@@ -546,8 +527,8 @@ pyparsing = [ |
|
|
{file = "pyparsing-2.4.7.tar.gz", hash = "sha256:c203ec8783bf771a155b207279b9bccb8dea02d8f0c9e5f8ead507bc3246ecc1"}, |
|
|
{file = "pyparsing-2.4.7.tar.gz", hash = "sha256:c203ec8783bf771a155b207279b9bccb8dea02d8f0c9e5f8ead507bc3246ecc1"}, |
|
|
] |
|
|
] |
|
|
pytest = [ |
|
|
pytest = [ |
|
|
{file = "pytest-7.0.1-py3-none-any.whl", hash = "sha256:9ce3ff477af913ecf6321fe337b93a2c0dcf2a0a1439c43f5452112c1e4280db"}, |
|
|
|
|
|
{file = "pytest-7.0.1.tar.gz", hash = "sha256:e30905a0c131d3d94b89624a1cc5afec3e0ba2fbdb151867d8e0ebd49850f171"}, |
|
|
|
|
|
|
|
|
{file = "pytest-7.2.0-py3-none-any.whl", hash = "sha256:892f933d339f068883b6fd5a459f03d85bfcb355e4981e146d2c7616c21fef71"}, |
|
|
|
|
|
{file = "pytest-7.2.0.tar.gz", hash = "sha256:c4014eb40e10f11f355ad4e3c2fb2c6c6d1919c73f3b5a433de4708202cade59"}, |
|
|
] |
|
|
] |
|
|
rope = [ |
|
|
rope = [ |
|
|
{file = "rope-0.14.0-py2-none-any.whl", hash = "sha256:6b728fdc3e98a83446c27a91fc5d56808a004f8beab7a31ab1d7224cecc7d969"}, |
|
|
{file = "rope-0.14.0-py2-none-any.whl", hash = "sha256:6b728fdc3e98a83446c27a91fc5d56808a004f8beab7a31ab1d7224cecc7d969"}, |
|
|