2019-11-08 13:47:37 +01:00
[ [ package ] ]
name = "attrs"
2022-04-04 20:34:19 -04:00
version = "21.4.0"
2020-10-12 06:47:58 +00:00
description = "Classes Without Boilerplate"
category = "dev"
2019-11-08 13:47:37 +01:00
optional = false
2021-07-03 15:14:24 -04:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
2019-11-08 13:47:37 +01:00
[ package . extras ]
2022-08-29 20:27:59 -04:00
dev = [ "cloudpickle" , "coverage[toml] (>=5.0.2)" , "furo" , "hypothesis" , "mypy" , "pre-commit" , "pympler" , "pytest (>=4.3.0)" , "pytest-mypy-plugins" , "six" , "sphinx" , "sphinx-notfound-page" , "zope.interface" ]
docs = [ "furo" , "sphinx" , "sphinx-notfound-page" , "zope.interface" ]
tests = [ "cloudpickle" , "coverage[toml] (>=5.0.2)" , "hypothesis" , "mypy" , "pympler" , "pytest (>=4.3.0)" , "pytest-mypy-plugins" , "six" , "zope.interface" ]
tests_no_zope = [ "cloudpickle" , "coverage[toml] (>=5.0.2)" , "hypothesis" , "mypy" , "pympler" , "pytest (>=4.3.0)" , "pytest-mypy-plugins" , "six" ]
2021-10-16 11:52:04 -04:00
2019-11-08 13:47:37 +01:00
[ [ package ] ]
name = "black"
2022-09-02 10:40:34 -04:00
version = "22.8.0"
2020-10-12 06:47:58 +00:00
description = "The uncompromising code formatter."
category = "dev"
2019-11-08 13:47:37 +01:00
optional = false
2021-06-10 06:34:26 -04:00
python-versions = ">=3.6.2"
2019-11-08 13:47:37 +01:00
[ package . dependencies ]
2022-01-31 19:23:28 -05:00
click = ">=8.0.0"
2020-08-28 00:30:03 +00:00
mypy-extensions = ">=0.4.3"
2022-01-31 19:23:28 -05:00
pathspec = ">=0.9.0"
2021-10-16 11:52:04 -04:00
platformdirs = ">=2"
2022-06-28 19:35:31 -04:00
tomli = { version = ">=1.1.0" , markers = "python_full_version < \"3.11.0a7\"" }
2022-01-31 19:23:28 -05:00
typing-extensions = { version = ">=3.10.0.0" , markers = "python_version < \"3.10\"" }
2019-11-08 13:47:37 +01:00
[ package . extras ]
2020-08-28 00:30:03 +00:00
colorama = [ "colorama (>=0.4.3)" ]
2021-11-03 08:35:06 -04:00
d = [ "aiohttp (>=3.7.4)" ]
2021-10-16 11:52:04 -04:00
jupyter = [ "ipython (>=7.8.0)" , "tokenize-rt (>=3.2.0)" ]
2021-06-10 06:34:26 -04:00
uvloop = [ "uvloop (>=0.15.2)" ]
2019-11-08 13:47:37 +01:00
[ [ package ] ]
name = "bw-sphinxtheme"
2020-10-12 06:47:58 +00:00
version = "0.1.8"
description = "Minimalistic sphinx theme in black and white colours"
category = "dev"
2019-11-08 13:47:37 +01:00
optional = false
python-versions = "*"
[ [ package ] ]
name = "cfgv"
2021-10-16 11:52:04 -04:00
version = "3.3.1"
2020-10-12 06:47:58 +00:00
description = "Validate configuration and produce human readable error messages."
category = "dev"
2019-11-08 13:47:37 +01:00
optional = false
2020-10-19 21:49:02 -04:00
python-versions = ">=3.6.1"
2019-11-08 13:47:37 +01:00
[ [ package ] ]
name = "click"
2022-04-04 20:34:19 -04:00
version = "8.1.2"
2020-10-12 06:47:58 +00:00
description = "Composable command line interface toolkit"
category = "dev"
2019-11-08 13:47:37 +01:00
optional = false
2022-04-04 20:34:19 -04:00
python-versions = ">=3.7"
2021-07-03 15:14:24 -04:00
[ package . dependencies ]
colorama = { version = "*" , markers = "platform_system == \"Windows\"" }
2019-11-08 13:47:37 +01:00
[ [ package ] ]
name = "colorama"
2020-10-19 21:49:02 -04:00
version = "0.4.4"
2020-10-12 06:47:58 +00:00
description = "Cross-platform colored terminal text."
category = "dev"
2019-11-08 13:47:37 +01:00
optional = false
2020-10-19 21:49:02 -04:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
2019-11-08 13:47:37 +01:00
[ [ package ] ]
name = "coverage"
2022-04-04 20:34:19 -04:00
version = "6.3.2"
2020-10-12 06:47:58 +00:00
description = "Code coverage measurement for Python"
category = "dev"
2019-11-08 13:47:37 +01:00
optional = false
2022-04-04 20:34:19 -04:00
python-versions = ">=3.7"
2020-10-19 21:49:02 -04:00
[ package . extras ]
2021-10-16 11:52:04 -04:00
toml = [ "tomli" ]
2019-11-08 13:47:37 +01:00
2020-08-28 06:23:02 +00:00
[ [ package ] ]
name = "distlib"
2022-04-04 20:34:19 -04:00
version = "0.3.4"
2020-10-12 06:47:58 +00:00
description = "Distribution utilities"
category = "dev"
2020-08-28 06:23:02 +00:00
optional = false
python-versions = "*"
2022-05-08 13:28:21 +02:00
[ [ package ] ]
name = "exceptiongroup"
2022-08-29 20:27:59 -04:00
version = "1.0.0rc9"
2022-05-08 13:28:21 +02:00
description = "Backport of PEP 654 (exception groups)"
category = "main"
optional = false
python-versions = ">=3.7"
[ package . extras ]
test = [ "pytest (>=6)" ]
2019-11-23 15:20:45 -05:00
[ [ package ] ]
name = "filelock"
2022-04-04 20:34:19 -04:00
version = "3.6.0"
2020-10-12 06:47:58 +00:00
description = "A platform independent file lock."
category = "dev"
2019-11-23 15:20:45 -05:00
optional = false
2022-04-04 20:34:19 -04:00
python-versions = ">=3.7"
2021-10-16 11:52:04 -04:00
[ 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)" ]
2019-11-23 15:20:45 -05:00
2019-11-08 13:47:37 +01:00
[ [ package ] ]
name = "identify"
2022-04-04 20:34:19 -04:00
version = "2.4.12"
2020-10-12 06:47:58 +00:00
description = "File identification library for Python"
category = "dev"
2019-11-08 13:47:37 +01:00
optional = false
2022-04-04 20:34:19 -04:00
python-versions = ">=3.7"
2019-11-08 13:47:37 +01:00
[ package . extras ]
2022-04-04 20:34:19 -04:00
license = [ "ukkonen" ]
2019-11-08 13:47:37 +01:00
2020-08-27 02:18:23 +00:00
[ [ package ] ]
name = "iniconfig"
2020-10-19 21:49:02 -04:00
version = "1.1.1"
2020-10-12 06:47:58 +00:00
description = "iniconfig: brain-dead simple config-ini parsing"
category = "dev"
2020-08-27 02:18:23 +00:00
optional = false
python-versions = "*"
2019-11-08 14:04:58 +01:00
[ [ package ] ]
name = "mypy"
2022-09-28 20:48:06 -04:00
version = "0.981"
2020-10-12 06:47:58 +00:00
description = "Optional static typing for Python"
category = "dev"
2019-11-08 14:04:58 +01:00
optional = false
2022-09-28 20:48:06 -04:00
python-versions = ">=3.7"
2019-11-08 14:04:58 +01:00
[ package . dependencies ]
2021-12-24 07:16:34 -05:00
mypy-extensions = ">=0.4.3"
2022-04-27 22:08:47 -04:00
tomli = { version = ">=1.1.0" , markers = "python_version < \"3.11\"" }
2021-12-24 07:16:34 -05:00
typing-extensions = ">=3.10"
2019-11-08 14:04:58 +01:00
[ package . extras ]
dmypy = [ "psutil (>=4.0)" ]
2021-12-16 20:23:35 -05:00
python2 = [ "typed-ast (>=1.4.0,<2)" ]
2022-03-12 06:58:19 -05:00
reports = [ "lxml" ]
2019-11-08 14:04:58 +01:00
[ [ package ] ]
name = "mypy-extensions"
2020-10-12 06:47:58 +00:00
version = "0.4.3"
description = "Experimental type system extensions for programs checked with the mypy typechecker."
category = "dev"
2019-11-08 14:04:58 +01:00
optional = false
python-versions = "*"
2019-11-08 13:47:37 +01:00
[ [ package ] ]
name = "nodeenv"
2021-07-03 15:14:24 -04:00
version = "1.6.0"
2020-10-12 06:47:58 +00:00
description = "Node.js virtual environment builder"
category = "dev"
2019-11-08 13:47:37 +01:00
optional = false
python-versions = "*"
[ [ package ] ]
name = "packaging"
2022-04-04 20:34:19 -04:00
version = "21.3"
2020-10-12 06:47:58 +00:00
description = "Core utilities for Python packages"
category = "dev"
2019-11-08 13:47:37 +01:00
optional = false
2021-07-03 15:14:24 -04:00
python-versions = ">=3.6"
2019-11-08 13:47:37 +01:00
[ package . dependencies ]
2022-04-04 20:34:19 -04:00
pyparsing = ">=2.0.2,<3.0.5 || >3.0.5"
2019-11-08 13:47:37 +01:00
[ [ package ] ]
name = "pathspec"
2021-10-16 11:52:04 -04:00
version = "0.9.0"
2020-10-12 06:47:58 +00:00
description = "Utility library for gitignore style pattern matching of file paths."
category = "dev"
2019-11-08 13:47:37 +01:00
optional = false
2021-10-16 11:52:04 -04:00
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
[ [ package ] ]
name = "platformdirs"
2022-04-04 20:34:19 -04:00
version = "2.5.1"
2021-10-16 11:52:04 -04:00
description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
category = "dev"
optional = false
2022-04-04 20:34:19 -04:00
python-versions = ">=3.7"
2021-10-16 11:52:04 -04:00
[ 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)" ]
2019-11-08 13:47:37 +01:00
[ [ package ] ]
name = "pluggy"
2021-10-16 11:52:04 -04:00
version = "1.0.0"
2020-10-12 06:47:58 +00:00
description = "plugin and hook calling mechanisms for python"
category = "dev"
2019-11-08 13:47:37 +01:00
optional = false
2021-10-16 11:52:04 -04:00
python-versions = ">=3.6"
2019-11-08 13:47:37 +01:00
[ package . extras ]
dev = [ "pre-commit" , "tox" ]
2021-10-16 11:52:04 -04:00
testing = [ "pytest" , "pytest-benchmark" ]
2019-11-08 13:47:37 +01:00
[ [ package ] ]
name = "pre-commit"
2022-07-11 15:53:46 -04:00
version = "2.20.0"
2020-10-12 06:47:58 +00:00
description = "A framework for managing and maintaining multi-language pre-commit hooks."
category = "dev"
2019-11-08 13:47:37 +01:00
optional = false
2022-04-04 20:34:19 -04:00
python-versions = ">=3.7"
2019-11-08 13:47:37 +01:00
[ package . dependencies ]
cfgv = ">=2.0.0"
identify = ">=1.0.0"
nodeenv = ">=0.11.1"
2020-08-28 06:23:02 +00:00
pyyaml = ">=5.1"
2019-11-08 13:47:37 +01:00
toml = "*"
2020-08-28 06:23:02 +00:00
virtualenv = ">=20.0.8"
2019-11-08 13:47:37 +01:00
[ [ package ] ]
name = "py"
2022-04-04 20:34:19 -04:00
version = "1.11.0"
2020-10-12 06:47:58 +00:00
description = "library with cross-python path, ini-parsing, io, code, log facilities"
category = "dev"
2019-11-08 13:47:37 +01:00
optional = false
2022-04-04 20:34:19 -04:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
2019-11-08 13:47:37 +01:00
[ [ package ] ]
name = "pyparsing"
2022-04-04 20:34:19 -04:00
version = "3.0.7"
2020-10-12 06:47:58 +00:00
description = "Python parsing module"
category = "dev"
2019-11-08 13:47:37 +01:00
optional = false
2022-04-04 20:34:19 -04:00
python-versions = ">=3.6"
[ package . extras ]
diagrams = [ "jinja2" , "railroad-diagrams" ]
2019-11-08 13:47:37 +01:00
[ [ package ] ]
name = "pytest"
2022-09-02 18:29:11 -04:00
version = "7.1.3"
2020-10-12 06:47:58 +00:00
description = "pytest: simple powerful testing with Python"
category = "dev"
2019-11-08 13:47:37 +01:00
optional = false
2022-03-16 19:55:39 -04:00
python-versions = ">=3.7"
2019-11-08 13:47:37 +01:00
[ package . dependencies ]
2020-12-15 06:11:42 +00:00
attrs = ">=19.2.0"
2020-10-12 06:47:58 +00:00
colorama = { version = "*" , markers = "sys_platform == \"win32\"" }
2020-08-27 02:18:23 +00:00
iniconfig = "*"
2019-11-08 13:47:37 +01:00
packaging = "*"
2021-09-03 22:16:08 -04:00
pluggy = ">=0.12,<2.0"
2020-08-27 02:18:23 +00:00
py = ">=1.8.2"
2022-02-05 14:08:51 -05:00
tomli = ">=1.0.0"
2019-11-08 13:47:37 +01:00
[ package . extras ]
2022-02-05 14:08:51 -05:00
testing = [ "argcomplete" , "hypothesis (>=3.56)" , "mock" , "nose" , "pygments (>=2.7.2)" , "requests" , "xmlschema" ]
2019-11-08 13:47:37 +01:00
[ [ package ] ]
name = "pytest-cov"
2021-06-02 06:43:30 -04:00
version = "2.12.1"
2020-10-12 06:47:58 +00:00
description = "Pytest plugin for measuring coverage."
category = "dev"
2019-11-08 13:47:37 +01:00
optional = false
2020-08-28 00:17:35 +00:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
2019-11-08 13:47:37 +01:00
[ package . dependencies ]
2021-06-02 06:43:30 -04:00
coverage = ">=5.2.1"
2020-08-28 00:17:35 +00:00
pytest = ">=4.6"
2021-06-02 06:43:30 -04:00
toml = "*"
2019-11-08 13:47:37 +01:00
[ package . extras ]
2022-08-29 20:27:59 -04:00
testing = [ "fields" , "hunter" , "process-tests" , "pytest-xdist" , "six" , "virtualenv" ]
2019-11-08 13:47:37 +01:00
[ [ package ] ]
name = "pytest-runner"
2022-02-28 21:29:17 -05:00
version = "6.0.0"
2020-10-12 06:47:58 +00:00
description = "Invoke py.test as distutils command with dependency resolution"
category = "dev"
2019-11-08 13:47:37 +01:00
optional = false
2022-02-28 21:29:17 -05:00
python-versions = ">=3.7"
2019-11-08 13:47:37 +01:00
[ package . extras ]
2022-08-29 20:27:59 -04:00
docs = [ "jaraco.packaging (>=9)" , "jaraco.tidelift (>=1.4)" , "rst.linker (>=1.9)" , "sphinx" ]
testing = [ "pytest (>=6)" , "pytest-black (>=0.3.7)" , "pytest-checkdocs (>=2.4)" , "pytest-cov" , "pytest-enabler (>=1.0.1)" , "pytest-flake8" , "pytest-mypy (>=0.9.1)" , "pytest-virtualenv" , "types-setuptools" ]
2019-11-08 13:47:37 +01:00
[ [ package ] ]
name = "pyyaml"
2022-04-04 20:34:19 -04:00
version = "6.0"
2020-10-12 06:47:58 +00:00
description = "YAML parser and emitter for Python"
category = "dev"
2019-11-08 13:47:37 +01:00
optional = false
2022-04-04 20:34:19 -04:00
python-versions = ">=3.6"
2019-11-08 13:47:37 +01:00
[ [ package ] ]
name = "six"
2021-07-03 15:14:24 -04:00
version = "1.16.0"
2020-10-12 06:47:58 +00:00
description = "Python 2 and 3 compatibility utilities"
category = "dev"
2019-11-08 13:47:37 +01:00
optional = false
2020-08-28 00:22:39 +00:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
2019-11-08 13:47:37 +01:00
[ [ package ] ]
name = "toml"
2021-07-03 15:14:24 -04:00
version = "0.10.2"
2020-10-12 06:47:58 +00:00
description = "Python Library for Tom's Obvious, Minimal Language"
category = "dev"
2019-11-08 13:47:37 +01:00
optional = false
2021-07-03 15:14:24 -04:00
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
2019-11-08 13:47:37 +01:00
2021-07-16 17:02:44 +00:00
[ [ package ] ]
name = "tomli"
2022-04-04 20:34:19 -04:00
version = "2.0.1"
2021-07-16 17:02:44 +00:00
description = "A lil' TOML parser"
category = "dev"
optional = false
2022-04-04 20:34:19 -04:00
python-versions = ">=3.7"
2021-07-16 17:02:44 +00:00
2019-11-23 15:20:45 -05:00
[ [ package ] ]
name = "tox"
2022-09-08 20:16:25 -04:00
version = "3.26.0"
2020-10-12 06:47:58 +00:00
description = "tox is a generic virtualenv management and test command line tool"
category = "dev"
2019-11-23 15:20:45 -05:00
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
[ package . dependencies ]
2020-10-12 06:47:58 +00:00
colorama = { version = ">=0.4.1" , markers = "platform_system == \"Windows\"" }
2020-08-28 00:22:39 +00:00
filelock = ">=3.0.0"
2019-11-23 15:20:45 -05:00
packaging = ">=14"
2020-08-28 00:22:39 +00:00
pluggy = ">=0.12.0"
py = ">=1.4.17"
six = ">=1.14.0"
2022-09-08 20:16:25 -04:00
tomli = { version = ">=2.0.1" , markers = "python_version >= \"3.7\" and python_version < \"3.11\"" }
2020-08-28 00:22:39 +00:00
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"
2019-11-23 15:20:45 -05:00
[ package . extras ]
2020-08-28 00:22:39 +00:00
docs = [ "pygments-github-lexers (>=0.0.5)" , "sphinx (>=2.0.0)" , "sphinxcontrib-autoprogram (>=0.1.5)" , "towncrier (>=18.5.0)" ]
2022-08-29 20:27:59 -04:00
testing = [ "flaky (>=3.4.0)" , "freezegun (>=0.3.11)" , "pathlib2 (>=2.3.3)" , "psutil (>=5.6.1)" , "pytest (>=4.0.0)" , "pytest-cov (>=2.5.1)" , "pytest-mock (>=1.10.0)" , "pytest-randomly (>=1.0.0)" ]
2019-11-23 15:20:45 -05:00
2019-11-08 14:04:58 +01:00
[ [ package ] ]
name = "typing-extensions"
2022-04-04 20:34:19 -04:00
version = "4.1.1"
description = "Backported and Experimental Type Hints for Python 3.6+"
2020-10-12 06:47:58 +00:00
category = "dev"
2019-11-08 14:04:58 +01:00
optional = false
2022-04-04 20:34:19 -04:00
python-versions = ">=3.6"
2019-11-08 14:04:58 +01:00
2019-11-08 13:47:37 +01:00
[ [ package ] ]
name = "virtualenv"
2022-04-04 20:34:19 -04:00
version = "20.14.0"
2020-10-12 06:47:58 +00:00
description = "Virtual Python Environment builder"
category = "dev"
2019-11-08 13:47:37 +01:00
optional = false
2021-10-16 11:52:04 -04:00
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
2020-08-28 06:23:02 +00:00
[ package . dependencies ]
distlib = ">=0.3.1,<1"
2022-04-04 20:34:19 -04:00
filelock = ">=3.2,<4"
2021-10-16 11:52:04 -04:00
platformdirs = ">=2,<3"
2020-08-28 06:23:02 +00:00
six = ">=1.9.0,<2"
2019-11-08 13:47:37 +01:00
[ package . extras ]
2022-04-04 20:34:19 -04:00
docs = [ "proselint (>=0.10.2)" , "sphinx (>=3)" , "sphinx-argparse (>=0.2.5)" , "sphinx-rtd-theme (>=0.4.3)" , "towncrier (>=21.3)" ]
2022-08-29 20:27:59 -04: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)" ]
2019-11-08 13:47:37 +01:00
[ metadata ]
2020-10-12 06:47:58 +00:00
lock-version = "1.1"
2021-10-16 11:52:04 -04:00
python-versions = "^3.8"
2022-09-28 20:48:06 -04:00
content-hash = "be49cd1a8a8cfc87e6488a4e0304b5ba8c58d1f111991fe310e3fa9d82e82280"
2019-11-08 13:47:37 +01:00
[ metadata . files ]
2022-07-19 19:18:26 -04:00
attrs = [
{ file = "attrs-21.4.0-py2.py3-none-any.whl" , hash = "sha256:2d27e3784d7a565d36ab851fe94887c5eccd6a463168875832a1be79c82828b4" } ,
{ file = "attrs-21.4.0.tar.gz" , hash = "sha256:626ba8234211db98e869df76230a137c4c40a12d72445c45d5f5b716f076e2fd" } ,
]
black = [
2022-09-02 10:40:34 -04:00
{ file = "black-22.8.0-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:ce957f1d6b78a8a231b18e0dd2d94a33d2ba738cd88a7fe64f53f659eea49fdd" } ,
{ file = "black-22.8.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:5107ea36b2b61917956d018bd25129baf9ad1125e39324a9b18248d362156a27" } ,
{ file = "black-22.8.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:e8166b7bfe5dcb56d325385bd1d1e0f635f24aae14b3ae437102dedc0c186747" } ,
{ file = "black-22.8.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:dd82842bb272297503cbec1a2600b6bfb338dae017186f8f215c8958f8acf869" } ,
{ file = "black-22.8.0-cp310-cp310-win_amd64.whl" , hash = "sha256:d839150f61d09e7217f52917259831fe2b689f5c8e5e32611736351b89bb2a90" } ,
{ file = "black-22.8.0-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:a05da0430bd5ced89176db098567973be52ce175a55677436a271102d7eaa3fe" } ,
{ file = "black-22.8.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:4a098a69a02596e1f2a58a2a1c8d5a05d5a74461af552b371e82f9fa4ada8342" } ,
{ file = "black-22.8.0-cp36-cp36m-win_amd64.whl" , hash = "sha256:5594efbdc35426e35a7defa1ea1a1cb97c7dbd34c0e49af7fb593a36bd45edab" } ,
{ file = "black-22.8.0-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:a983526af1bea1e4cf6768e649990f28ee4f4137266921c2c3cee8116ae42ec3" } ,
{ file = "black-22.8.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:3b2c25f8dea5e8444bdc6788a2f543e1fb01494e144480bc17f806178378005e" } ,
{ file = "black-22.8.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:78dd85caaab7c3153054756b9fe8c611efa63d9e7aecfa33e533060cb14b6d16" } ,
{ file = "black-22.8.0-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:cea1b2542d4e2c02c332e83150e41e3ca80dc0fb8de20df3c5e98e242156222c" } ,
{ file = "black-22.8.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:5b879eb439094751185d1cfdca43023bc6786bd3c60372462b6f051efa6281a5" } ,
{ file = "black-22.8.0-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:0a12e4e1353819af41df998b02c6742643cfef58282915f781d0e4dd7a200411" } ,
{ file = "black-22.8.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:c3a73f66b6d5ba7288cd5d6dad9b4c9b43f4e8a4b789a94bf5abfb878c663eb3" } ,
{ file = "black-22.8.0-cp38-cp38-win_amd64.whl" , hash = "sha256:e981e20ec152dfb3e77418fb616077937378b322d7b26aa1ff87717fb18b4875" } ,
{ file = "black-22.8.0-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:8ce13ffed7e66dda0da3e0b2eb1bdfc83f5812f66e09aca2b0978593ed636b6c" } ,
{ file = "black-22.8.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:32a4b17f644fc288c6ee2bafdf5e3b045f4eff84693ac069d87b1a347d861497" } ,
{ file = "black-22.8.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:0ad827325a3a634bae88ae7747db1a395d5ee02cf05d9aa7a9bd77dfb10e940c" } ,
{ file = "black-22.8.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:53198e28a1fb865e9fe97f88220da2e44df6da82b18833b588b1883b16bb5d41" } ,
{ file = "black-22.8.0-cp39-cp39-win_amd64.whl" , hash = "sha256:bc4d4123830a2d190e9cc42a2e43570f82ace35c3aeb26a512a2102bce5af7ec" } ,
{ file = "black-22.8.0-py3-none-any.whl" , hash = "sha256:d2c21d439b2baf7aa80d6dd4e3659259be64c6f49dfd0f32091063db0e006db4" } ,
{ file = "black-22.8.0.tar.gz" , hash = "sha256:792f7eb540ba9a17e8656538701d3eb1afcb134e3b45b71f20b25c77a8db7e6e" } ,
2022-07-19 19:18:26 -04:00
]
bw-sphinxtheme = [
{ file = "bw_sphinxtheme-0.1.8.tar.gz" , hash = "sha256:dde9d9003e044367c28a8a63ee0c38fb53306241b71a04abb97a567f2ddefca9" } ,
]
cfgv = [
{ file = "cfgv-3.3.1-py2.py3-none-any.whl" , hash = "sha256:c6a0883f3917a037485059700b9e75da2464e6c27051014ad85ba6aaa5884426" } ,
{ file = "cfgv-3.3.1.tar.gz" , hash = "sha256:f5a830efb9ce7a445376bb66ec94c638a9787422f96264c98edc6bdeed8ab736" } ,
]
click = [
{ file = "click-8.1.2-py3-none-any.whl" , hash = "sha256:24e1a4a9ec5bf6299411369b208c1df2188d9eb8d916302fe6bf03faed227f1e" } ,
{ file = "click-8.1.2.tar.gz" , hash = "sha256:479707fe14d9ec9a0757618b7a100a0ae4c4e236fac5b7f80ca68028141a1a72" } ,
]
colorama = [
{ file = "colorama-0.4.4-py2.py3-none-any.whl" , hash = "sha256:9f47eda37229f68eee03b24b9748937c7dc3868f906e8ba69fbcbdd3bc5dc3e2" } ,
{ file = "colorama-0.4.4.tar.gz" , hash = "sha256:5941b2b48a20143d2267e95b1c2a7603ce057ee39fd88e7329b0c292aa16869b" } ,
]
coverage = [
{ file = "coverage-6.3.2-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:9b27d894748475fa858f9597c0ee1d4829f44683f3813633aaf94b19cb5453cf" } ,
{ file = "coverage-6.3.2-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:37d1141ad6b2466a7b53a22e08fe76994c2d35a5b6b469590424a9953155afac" } ,
{ file = "coverage-6.3.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:f9987b0354b06d4df0f4d3e0ec1ae76d7ce7cbca9a2f98c25041eb79eec766f1" } ,
{ file = "coverage-6.3.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:26e2deacd414fc2f97dd9f7676ee3eaecd299ca751412d89f40bc01557a6b1b4" } ,
{ file = "coverage-6.3.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:4dd8bafa458b5c7d061540f1ee9f18025a68e2d8471b3e858a9dad47c8d41903" } ,
{ file = "coverage-6.3.2-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:46191097ebc381fbf89bdce207a6c107ac4ec0890d8d20f3360345ff5976155c" } ,
{ file = "coverage-6.3.2-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:6f89d05e028d274ce4fa1a86887b071ae1755082ef94a6740238cd7a8178804f" } ,
{ file = "coverage-6.3.2-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:58303469e9a272b4abdb9e302a780072c0633cdcc0165db7eec0f9e32f901e05" } ,
{ file = "coverage-6.3.2-cp310-cp310-win32.whl" , hash = "sha256:2fea046bfb455510e05be95e879f0e768d45c10c11509e20e06d8fcaa31d9e39" } ,
{ file = "coverage-6.3.2-cp310-cp310-win_amd64.whl" , hash = "sha256:a2a8b8bcc399edb4347a5ca8b9b87e7524c0967b335fbb08a83c8421489ddee1" } ,
{ file = "coverage-6.3.2-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:f1555ea6d6da108e1999b2463ea1003fe03f29213e459145e70edbaf3e004aaa" } ,
{ file = "coverage-6.3.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e5f4e1edcf57ce94e5475fe09e5afa3e3145081318e5fd1a43a6b4539a97e518" } ,
{ file = "coverage-6.3.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:7a15dc0a14008f1da3d1ebd44bdda3e357dbabdf5a0b5034d38fcde0b5c234b7" } ,
{ file = "coverage-6.3.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:21b7745788866028adeb1e0eca3bf1101109e2dc58456cb49d2d9b99a8c516e6" } ,
{ file = "coverage-6.3.2-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:8ce257cac556cb03be4a248d92ed36904a59a4a5ff55a994e92214cde15c5bad" } ,
{ file = "coverage-6.3.2-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:b0be84e5a6209858a1d3e8d1806c46214e867ce1b0fd32e4ea03f4bd8b2e3359" } ,
{ file = "coverage-6.3.2-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:acf53bc2cf7282ab9b8ba346746afe703474004d9e566ad164c91a7a59f188a4" } ,
{ file = "coverage-6.3.2-cp37-cp37m-win32.whl" , hash = "sha256:8bdde1177f2311ee552f47ae6e5aa7750c0e3291ca6b75f71f7ffe1f1dab3dca" } ,
{ file = "coverage-6.3.2-cp37-cp37m-win_amd64.whl" , hash = "sha256:b31651d018b23ec463e95cf10070d0b2c548aa950a03d0b559eaa11c7e5a6fa3" } ,
{ file = "coverage-6.3.2-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:07e6db90cd9686c767dcc593dff16c8c09f9814f5e9c51034066cad3373b914d" } ,
{ file = "coverage-6.3.2-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:2c6dbb42f3ad25760010c45191e9757e7dce981cbfb90e42feef301d71540059" } ,
{ file = "coverage-6.3.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:c76aeef1b95aff3905fb2ae2d96e319caca5b76fa41d3470b19d4e4a3a313512" } ,
{ file = "coverage-6.3.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:8cf5cfcb1521dc3255d845d9dca3ff204b3229401994ef8d1984b32746bb45ca" } ,
{ file = "coverage-6.3.2-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8fbbdc8d55990eac1b0919ca69eb5a988a802b854488c34b8f37f3e2025fa90d" } ,
{ file = "coverage-6.3.2-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:ec6bc7fe73a938933d4178c9b23c4e0568e43e220aef9472c4f6044bfc6dd0f0" } ,
{ file = "coverage-6.3.2-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:9baff2a45ae1f17c8078452e9e5962e518eab705e50a0aa8083733ea7d45f3a6" } ,
{ file = "coverage-6.3.2-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:fd9e830e9d8d89b20ab1e5af09b32d33e1a08ef4c4e14411e559556fd788e6b2" } ,
{ file = "coverage-6.3.2-cp38-cp38-win32.whl" , hash = "sha256:f7331dbf301b7289013175087636bbaf5b2405e57259dd2c42fdcc9fcc47325e" } ,
{ file = "coverage-6.3.2-cp38-cp38-win_amd64.whl" , hash = "sha256:68353fe7cdf91f109fc7d474461b46e7f1f14e533e911a2a2cbb8b0fc8613cf1" } ,
{ file = "coverage-6.3.2-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:b78e5afb39941572209f71866aa0b206c12f0109835aa0d601e41552f9b3e620" } ,
{ file = "coverage-6.3.2-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:4e21876082ed887baed0146fe222f861b5815455ada3b33b890f4105d806128d" } ,
{ file = "coverage-6.3.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:34626a7eee2a3da12af0507780bb51eb52dca0e1751fd1471d0810539cefb536" } ,
{ file = "coverage-6.3.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:1ebf730d2381158ecf3dfd4453fbca0613e16eaa547b4170e2450c9707665ce7" } ,
{ file = "coverage-6.3.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:dd6fe30bd519694b356cbfcaca9bd5c1737cddd20778c6a581ae20dc8c04def2" } ,
{ file = "coverage-6.3.2-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:96f8a1cb43ca1422f36492bebe63312d396491a9165ed3b9231e778d43a7fca4" } ,
{ file = "coverage-6.3.2-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:dd035edafefee4d573140a76fdc785dc38829fe5a455c4bb12bac8c20cfc3d69" } ,
{ file = "coverage-6.3.2-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:5ca5aeb4344b30d0bec47481536b8ba1181d50dbe783b0e4ad03c95dc1296684" } ,
{ file = "coverage-6.3.2-cp39-cp39-win32.whl" , hash = "sha256:f5fa5803f47e095d7ad8443d28b01d48c0359484fec1b9d8606d0e3282084bc4" } ,
{ file = "coverage-6.3.2-cp39-cp39-win_amd64.whl" , hash = "sha256:9548f10d8be799551eb3a9c74bbf2b4934ddb330e08a73320123c07f95cc2d92" } ,
{ file = "coverage-6.3.2-pp36.pp37.pp38-none-any.whl" , hash = "sha256:18d520c6860515a771708937d2f78f63cc47ab3b80cb78e86573b0a760161faf" } ,
{ file = "coverage-6.3.2.tar.gz" , hash = "sha256:03e2a7826086b91ef345ff18742ee9fc47a6839ccd517061ef8fa1976e652ce9" } ,
]
distlib = [
{ file = "distlib-0.3.4-py2.py3-none-any.whl" , hash = "sha256:6564fe0a8f51e734df6333d08b8b94d4ea8ee6b99b5ed50613f731fd4089f34b" } ,
{ file = "distlib-0.3.4.zip" , hash = "sha256:e4b58818180336dc9c529bfb9a0b58728ffc09ad92027a3f30b7cd91e3458579" } ,
]
exceptiongroup = [
2022-08-29 20:27:59 -04:00
{ file = "exceptiongroup-1.0.0rc9-py3-none-any.whl" , hash = "sha256:2e3c3fc1538a094aab74fad52d6c33fc94de3dfee3ee01f187c0e0c72aec5337" } ,
{ file = "exceptiongroup-1.0.0rc9.tar.gz" , hash = "sha256:9086a4a21ef9b31c72181c77c040a074ba0889ee56a7b289ff0afb0d97655f96" } ,
2022-07-19 19:18:26 -04:00
]
filelock = [
{ file = "filelock-3.6.0-py3-none-any.whl" , hash = "sha256:f8314284bfffbdcfa0ff3d7992b023d4c628ced6feb957351d4c48d059f56bc0" } ,
{ file = "filelock-3.6.0.tar.gz" , hash = "sha256:9cd540a9352e432c7246a48fe4e8712b10acb1df2ad1f30e8c070b82ae1fed85" } ,
]
identify = [
{ file = "identify-2.4.12-py2.py3-none-any.whl" , hash = "sha256:5f06b14366bd1facb88b00540a1de05b69b310cbc2654db3c7e07fa3a4339323" } ,
{ file = "identify-2.4.12.tar.gz" , hash = "sha256:3f3244a559290e7d3deb9e9adc7b33594c1bc85a9dd82e0f1be519bf12a1ec17" } ,
]
iniconfig = [
{ file = "iniconfig-1.1.1-py2.py3-none-any.whl" , hash = "sha256:011e24c64b7f47f6ebd835bb12a743f2fbe9a26d4cecaa7f53bc4f35ee9da8b3" } ,
{ file = "iniconfig-1.1.1.tar.gz" , hash = "sha256:bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32" } ,
]
mypy = [
2022-09-28 20:48:06 -04:00
{ file = "mypy-0.981-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:4bc460e43b7785f78862dab78674e62ec3cd523485baecfdf81a555ed29ecfa0" } ,
{ file = "mypy-0.981-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:756fad8b263b3ba39e4e204ee53042671b660c36c9017412b43af210ddee7b08" } ,
{ file = "mypy-0.981-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:a16a0145d6d7d00fbede2da3a3096dcc9ecea091adfa8da48fa6a7b75d35562d" } ,
{ file = "mypy-0.981-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ce65f70b14a21fdac84c294cde75e6dbdabbcff22975335e20827b3b94bdbf49" } ,
{ file = "mypy-0.981-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:6e35d764784b42c3e256848fb8ed1d4292c9fc0098413adb28d84974c095b279" } ,
{ file = "mypy-0.981-cp310-cp310-win_amd64.whl" , hash = "sha256:e53773073c864d5f5cec7f3fc72fbbcef65410cde8cc18d4f7242dea60dac52e" } ,
{ file = "mypy-0.981-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:6ee196b1d10b8b215e835f438e06965d7a480f6fe016eddbc285f13955cca659" } ,
{ file = "mypy-0.981-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8ad21d4c9d3673726cf986ea1d0c9fb66905258709550ddf7944c8f885f208be" } ,
{ file = "mypy-0.981-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:d1debb09043e1f5ee845fa1e96d180e89115b30e47c5d3ce53bc967bab53f62d" } ,
{ file = "mypy-0.981-cp37-cp37m-win_amd64.whl" , hash = "sha256:9f362470a3480165c4c6151786b5379351b790d56952005be18bdbdd4c7ce0ae" } ,
{ file = "mypy-0.981-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:c9e0efb95ed6ca1654951bd5ec2f3fa91b295d78bf6527e026529d4aaa1e0c30" } ,
{ file = "mypy-0.981-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:e178eaffc3c5cd211a87965c8c0df6da91ed7d258b5fc72b8e047c3771317ddb" } ,
{ file = "mypy-0.981-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:06e1eac8d99bd404ed8dd34ca29673c4346e76dd8e612ea507763dccd7e13c7a" } ,
{ file = "mypy-0.981-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:fa38f82f53e1e7beb45557ff167c177802ba7b387ad017eab1663d567017c8ee" } ,
{ file = "mypy-0.981-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:64e1f6af81c003f85f0dfed52db632817dabb51b65c0318ffbf5ff51995bbb08" } ,
{ file = "mypy-0.981-cp38-cp38-win_amd64.whl" , hash = "sha256:e1acf62a8c4f7c092462c738aa2c2489e275ed386320c10b2e9bff31f6f7e8d6" } ,
{ file = "mypy-0.981-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:b6ede64e52257931315826fdbfc6ea878d89a965580d1a65638ef77cb551f56d" } ,
{ file = "mypy-0.981-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:eb3978b191b9fa0488524bb4ffedf2c573340e8c2b4206fc191d44c7093abfb7" } ,
{ file = "mypy-0.981-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:77f8fcf7b4b3cc0c74fb33ae54a4cd00bb854d65645c48beccf65fa10b17882c" } ,
{ file = "mypy-0.981-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:f64d2ce043a209a297df322eb4054dfbaa9de9e8738291706eaafda81ab2b362" } ,
{ file = "mypy-0.981-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:2ee3dbc53d4df7e6e3b1c68ac6a971d3a4fb2852bf10a05fda228721dd44fae1" } ,
{ file = "mypy-0.981-cp39-cp39-win_amd64.whl" , hash = "sha256:8e8e49aa9cc23aa4c926dc200ce32959d3501c4905147a66ce032f05cb5ecb92" } ,
{ file = "mypy-0.981-py3-none-any.whl" , hash = "sha256:794f385653e2b749387a42afb1e14c2135e18daeb027e0d97162e4b7031210f8" } ,
{ file = "mypy-0.981.tar.gz" , hash = "sha256:ad77c13037d3402fbeffda07d51e3f228ba078d1c7096a73759c9419ea031bf4" } ,
2022-07-19 19:18:26 -04:00
]
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-21.3-py3-none-any.whl" , hash = "sha256:ef103e05f519cdc783ae24ea4e2e0f508a9c99b2d4969652eed6a2e1ea5bd522" } ,
{ file = "packaging-21.3.tar.gz" , hash = "sha256:dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb" } ,
]
pathspec = [
{ file = "pathspec-0.9.0-py2.py3-none-any.whl" , hash = "sha256:7d15c4ddb0b5c802d161efc417ec1a2558ea2653c2e8ad9c19098201dc1c993a" } ,
{ file = "pathspec-0.9.0.tar.gz" , hash = "sha256:e564499435a2673d586f6b2130bb5b95f04a3ba06f81b8f895b651a3c76aabb1" } ,
]
platformdirs = [
{ file = "platformdirs-2.5.1-py3-none-any.whl" , hash = "sha256:bcae7cab893c2d310a711b70b24efb93334febe65f8de776ee320b517471e227" } ,
{ file = "platformdirs-2.5.1.tar.gz" , hash = "sha256:7535e70dfa32e84d4b34996ea99c5e432fa29a708d0f4e394bbcb2a8faa4f16d" } ,
]
pluggy = [
{ file = "pluggy-1.0.0-py2.py3-none-any.whl" , hash = "sha256:74134bbf457f031a36d68416e1509f34bd5ccc019f0bcc952c7b909d06b37bd3" } ,
{ file = "pluggy-1.0.0.tar.gz" , hash = "sha256:4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159" } ,
]
pre-commit = [
{ file = "pre_commit-2.20.0-py2.py3-none-any.whl" , hash = "sha256:51a5ba7c480ae8072ecdb6933df22d2f812dc897d5fe848778116129a681aac7" } ,
{ file = "pre_commit-2.20.0.tar.gz" , hash = "sha256:a978dac7bc9ec0bcee55c18a277d553b0f419d259dadb4b9418ff2d00eb43959" } ,
]
py = [
{ file = "py-1.11.0-py2.py3-none-any.whl" , hash = "sha256:607c53218732647dff4acdfcd50cb62615cedf612e72d1724fb1a0cc6405b378" } ,
{ file = "py-1.11.0.tar.gz" , hash = "sha256:51c75c4126074b472f746a24399ad32f6053d1b34b68d2fa41e558e6f4a98719" } ,
]
pyparsing = [
{ file = "pyparsing-3.0.7-py3-none-any.whl" , hash = "sha256:a6c06a88f252e6c322f65faf8f418b16213b51bdfaece0524c1c1bc30c63c484" } ,
{ file = "pyparsing-3.0.7.tar.gz" , hash = "sha256:18ee9022775d270c55187733956460083db60b37d0d0fb357445f3094eed3eea" } ,
]
pytest = [
2022-09-02 18:29:11 -04:00
{ file = "pytest-7.1.3-py3-none-any.whl" , hash = "sha256:1377bda3466d70b55e3f5cecfa55bb7cfcf219c7964629b967c37cf0bda818b7" } ,
{ file = "pytest-7.1.3.tar.gz" , hash = "sha256:4f365fec2dff9c1162f834d9f18af1ba13062db0c708bf7b946f8a5c76180c39" } ,
2022-07-19 19:18:26 -04:00
]
pytest-cov = [
{ file = "pytest-cov-2.12.1.tar.gz" , hash = "sha256:261ceeb8c227b726249b376b8526b600f38667ee314f910353fa318caa01f4d7" } ,
{ file = "pytest_cov-2.12.1-py2.py3-none-any.whl" , hash = "sha256:261bb9e47e65bd099c89c3edf92972865210c36813f80ede5277dceb77a4a62a" } ,
]
pytest-runner = [
{ file = "pytest-runner-6.0.0.tar.gz" , hash = "sha256:b4d85362ed29b4c348678de797df438f0f0509497ddb8c647096c02a6d87b685" } ,
{ file = "pytest_runner-6.0.0-py3-none-any.whl" , hash = "sha256:4c059cf11cf4306e369c0f8f703d1eaf8f32fad370f41deb5f007044656aca6b" } ,
]
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" } ,
2022-09-28 20:48:06 -04:00
{ file = "PyYAML-6.0-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:d4b0ba9512519522b118090257be113b9468d804b19d63c71dbcf4a48fa32358" } ,
{ file = "PyYAML-6.0-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:81957921f441d50af23654aa6c5e5eaf9b06aba7f0a19c18a538dc7ef291c5a1" } ,
{ file = "PyYAML-6.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:afa17f5bc4d1b10afd4466fd3a44dc0e245382deca5b3c353d8b757f9e3ecb8d" } ,
{ file = "PyYAML-6.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:dbad0e9d368bb989f4515da330b88a057617d16b6a8245084f1b05400f24609f" } ,
{ file = "PyYAML-6.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:432557aa2c09802be39460360ddffd48156e30721f5e8d917f01d31694216782" } ,
{ file = "PyYAML-6.0-cp311-cp311-win32.whl" , hash = "sha256:bfaef573a63ba8923503d27530362590ff4f576c626d86a9fed95822a8255fd7" } ,
{ file = "PyYAML-6.0-cp311-cp311-win_amd64.whl" , hash = "sha256:01b45c0191e6d66c470b6cf1b9531a771a83c1c4208272ead47a3ae4f2f603bf" } ,
2022-07-19 19:18:26 -04:00
{ 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" } ,
]
six = [
{ file = "six-1.16.0-py2.py3-none-any.whl" , hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254" } ,
{ file = "six-1.16.0.tar.gz" , hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926" } ,
]
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 = [
{ file = "tomli-2.0.1-py3-none-any.whl" , hash = "sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc" } ,
{ file = "tomli-2.0.1.tar.gz" , hash = "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f" } ,
]
tox = [
2022-09-08 20:16:25 -04:00
{ file = "tox-3.26.0-py2.py3-none-any.whl" , hash = "sha256:bf037662d7c740d15c9924ba23bb3e587df20598697bb985ac2b49bdc2d847f6" } ,
{ file = "tox-3.26.0.tar.gz" , hash = "sha256:44f3c347c68c2c68799d7d44f1808f9d396fc8a1a500cbc624253375c7ae107e" } ,
2022-07-19 19:18:26 -04:00
]
typing-extensions = [
{ file = "typing_extensions-4.1.1-py3-none-any.whl" , hash = "sha256:21c85e0fe4b9a155d0799430b0ad741cdce7e359660ccbd8b530613e8df88ce2" } ,
{ file = "typing_extensions-4.1.1.tar.gz" , hash = "sha256:1a9462dcc3347a79b1f1c0271fbe79e844580bb598bafa1ed208b94da3cdcd42" } ,
]
virtualenv = [
{ file = "virtualenv-20.14.0-py2.py3-none-any.whl" , hash = "sha256:1e8588f35e8b42c6ec6841a13c5e88239de1e6e4e4cedfd3916b306dc826ec66" } ,
{ file = "virtualenv-20.14.0.tar.gz" , hash = "sha256:8e5b402037287126e81ccde9432b95a8be5b19d36584f64957060a3488c11ca8" } ,
]