2020-10-29 06:11:43 +00:00
[ [ package ] ]
2021-03-06 22:05:23 +01:00
name = "alabaster"
2021-03-18 21:29:19 +01:00
version = "0.7.12"
description = "A configurable sidebar-enabled Sphinx theme"
category = "dev"
2020-10-29 06:11:43 +00:00
optional = false
python-versions = "*"
[ [ package ] ]
2021-03-06 22:05:23 +01:00
name = "appdirs"
2021-03-18 21:29:19 +01:00
version = "1.4.4"
description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
category = "dev"
2020-10-29 06:11:43 +00:00
optional = false
python-versions = "*"
[ [ package ] ]
2021-03-06 22:05:23 +01:00
name = "atomicwrites"
2021-03-18 21:29:19 +01:00
version = "1.4.0"
description = "Atomic file writes."
category = "dev"
2020-10-29 06:11:43 +00:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ [ package ] ]
2021-03-06 22:05:23 +01:00
name = "attrs"
2021-05-23 14:19:52 -04:00
version = "21.2.0"
2021-03-18 21:29:19 +01:00
description = "Classes Without Boilerplate"
category = "dev"
2020-10-29 06:11:43 +00:00
optional = false
2021-05-23 14:19:52 -04:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
2020-10-29 06:11:43 +00:00
[ package . extras ]
2021-05-23 14:19:52 -04:00
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" ]
2020-10-29 06:11:43 +00:00
[ [ package ] ]
2021-03-06 22:05:23 +01:00
name = "babel"
2021-05-01 13:25:08 -04:00
version = "2.9.1"
2021-03-18 21:29:19 +01:00
description = "Internationalization utilities"
category = "dev"
2020-10-29 06:11:43 +00:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ package . dependencies ]
pytz = ">=2015.7"
[ [ package ] ]
2021-03-06 22:05:23 +01:00
name = "babelgladeextractor"
2021-03-18 21:29:19 +01:00
version = "0.7.0"
description = "Babel l10n support for Glade, GtkBuilder, and .desktop files"
category = "dev"
2020-10-29 06:11:43 +00:00
optional = false
python-versions = "*"
[ package . dependencies ]
Babel = "*"
[ [ package ] ]
2021-03-06 22:05:23 +01:00
name = "black"
2021-06-08 22:14:00 -04:00
version = "21.5b2"
2021-03-18 21:29:19 +01:00
description = "The uncompromising code formatter."
category = "dev"
2020-10-29 06:11:43 +00:00
optional = false
2021-04-28 05:41:28 +00:00
python-versions = ">=3.6.2"
2020-10-29 06:11:43 +00:00
[ package . dependencies ]
appdirs = "*"
click = ">=7.1.2"
mypy-extensions = ">=0.4.3"
2021-04-28 05:41:28 +00:00
pathspec = ">=0.8.1,<1"
2020-10-29 06:11:43 +00:00
regex = ">=2020.1.8"
toml = ">=0.10.1"
2021-04-28 05:41:28 +00:00
typed-ast = { version = ">=1.4.2" , markers = "python_version < \"3.8\"" }
typing-extensions = { version = ">=3.7.4" , markers = "python_version < \"3.8\"" }
2020-10-29 06:11:43 +00:00
2021-02-17 05:46:22 +00:00
[ package . extras ]
colorama = [ "colorama (>=0.4.3)" ]
2021-06-01 06:17:48 -04:00
d = [ "aiohttp (>=3.6.0)" , "aiohttp-cors (>=0.4.0)" ]
2021-04-28 05:41:28 +00:00
python2 = [ "typed-ast (>=1.4.2)" ]
2021-06-01 06:17:48 -04:00
uvloop = [ "uvloop (>=0.15.2)" ]
2021-02-17 05:46:22 +00:00
2020-10-29 06:11:43 +00:00
[ [ package ] ]
2021-03-06 22:05:23 +01:00
name = "certifi"
2021-06-08 22:14:00 -04:00
version = "2021.5.30"
2021-03-18 21:29:19 +01:00
description = "Python package for providing Mozilla's CA Bundle."
category = "dev"
2020-10-29 06:11:43 +00:00
optional = false
python-versions = "*"
[ [ package ] ]
2021-03-06 22:05:23 +01:00
name = "cfgv"
2021-05-23 14:19:52 -04:00
version = "3.3.0"
2021-03-18 21:29:19 +01:00
description = "Validate configuration and produce human readable error messages."
category = "dev"
2020-10-29 06:11:43 +00:00
optional = false
python-versions = ">=3.6.1"
[ [ package ] ]
2021-03-06 22:05:23 +01:00
name = "chardet"
2021-03-18 21:29:19 +01:00
version = "4.0.0"
description = "Universal encoding detector for Python 2 and 3"
category = "dev"
2020-10-29 06:11:43 +00:00
optional = false
2020-12-17 15:47:48 +01:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
2020-10-29 06:11:43 +00:00
[ [ package ] ]
2021-03-06 22:05:23 +01:00
name = "click"
2021-05-23 14:19:52 -04:00
version = "8.0.1"
2021-03-18 21:29:19 +01:00
description = "Composable command line interface toolkit"
category = "dev"
2020-10-29 06:11:43 +00:00
optional = false
2021-05-23 14:19:52 -04:00
python-versions = ">=3.6"
[ package . dependencies ]
colorama = { version = "*" , markers = "platform_system == \"Windows\"" }
importlib-metadata = { version = "*" , markers = "python_version < \"3.8\"" }
2020-10-29 06:11:43 +00:00
[ [ package ] ]
2021-03-06 22:05:23 +01:00
name = "colorama"
2021-03-18 21:29:19 +01:00
version = "0.4.4"
description = "Cross-platform colored terminal text."
category = "dev"
2020-10-29 06:11:43 +00:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[ [ package ] ]
2021-03-06 22:05:23 +01:00
name = "commonmark"
2021-03-18 21:29:19 +01:00
version = "0.9.1"
description = "Python parser for the CommonMark Markdown spec"
category = "dev"
2020-10-29 06:11:43 +00:00
optional = false
python-versions = "*"
[ package . extras ]
2021-03-18 21:29:19 +01:00
test = [ "flake8 (==3.7.8)" , "hypothesis (==3.55.3)" ]
2020-10-29 06:11:43 +00:00
[ [ package ] ]
2021-03-06 22:05:23 +01:00
name = "coverage"
2021-03-11 20:11:44 -05:00
version = "5.5"
description = "Code coverage measurement for Python"
category = "dev"
2020-10-29 06:11:43 +00:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4"
[ package . extras ]
toml = [ "toml" ]
[ [ package ] ]
2021-03-06 22:05:23 +01:00
name = "distlib"
2021-06-08 22:14:00 -04:00
version = "0.3.2"
2021-03-18 21:29:19 +01:00
description = "Distribution utilities"
category = "dev"
2020-10-29 06:11:43 +00:00
optional = false
python-versions = "*"
[ [ package ] ]
2021-03-06 22:05:23 +01:00
name = "docutils"
2021-04-06 05:43:58 +00:00
version = "0.16"
2021-03-18 21:29:19 +01:00
description = "Docutils -- Python Documentation Utilities"
category = "dev"
2020-10-29 06:11:43 +00:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[ [ package ] ]
2021-03-06 22:05:23 +01:00
name = "filelock"
2021-03-18 21:29:19 +01:00
version = "3.0.12"
description = "A platform independent file lock."
category = "dev"
2020-10-29 06:11:43 +00:00
optional = false
python-versions = "*"
[ [ package ] ]
2021-03-06 22:05:23 +01:00
name = "flake8"
2021-05-10 08:24:25 -04:00
version = "3.9.2"
2021-03-11 20:11:44 -05:00
description = "the modular source code checker: pep8 pyflakes and co"
category = "dev"
2020-10-29 06:11:43 +00:00
optional = false
2021-03-15 06:26:34 +00:00
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
2020-10-29 06:11:43 +00:00
[ package . dependencies ]
2021-03-18 21:29:19 +01:00
importlib-metadata = { version = "*" , markers = "python_version < \"3.8\"" }
2020-10-29 06:11:43 +00:00
mccabe = ">=0.6.0,<0.7.0"
2021-03-15 06:26:34 +00:00
pycodestyle = ">=2.7.0,<2.8.0"
pyflakes = ">=2.3.0,<2.4.0"
2020-10-29 06:11:43 +00:00
[ [ package ] ]
2021-03-06 22:05:23 +01:00
name = "gaphas"
2021-04-04 11:42:53 +02:00
version = "3.1.4"
2021-03-11 20:11:44 -05:00
description = "Gaphas is a GTK+ based diagramming widget"
category = "main"
2020-10-29 06:11:43 +00:00
optional = false
2021-04-04 11:42:53 +02:00
python-versions = ">=3.7,<4.0"
2020-10-29 06:11:43 +00:00
[ package . dependencies ]
2021-04-04 11:42:53 +02:00
pycairo = ">=1.20.0,<2.0.0"
PyGObject = ">=3.38.0,<4.0.0"
typing-extensions = ">=3.7.4,<4.0.0"
2021-03-18 21:29:19 +01:00
2020-10-29 06:11:43 +00:00
[ [ package ] ]
2021-03-06 22:05:23 +01:00
name = "generic"
2021-03-18 21:29:19 +01:00
version = "1.0.0"
description = "Generic programming library for Python"
category = "main"
2020-10-29 06:11:43 +00:00
optional = false
python-versions = ">=3.7,<4.0"
[ [ package ] ]
2021-03-06 22:05:23 +01:00
name = "identify"
2021-06-08 22:14:00 -04:00
version = "2.2.10"
2021-03-11 20:11:44 -05:00
description = "File identification library for Python"
category = "dev"
2020-10-29 06:11:43 +00:00
optional = false
2021-03-06 22:05:23 +01:00
python-versions = ">=3.6.1"
2020-10-29 06:11:43 +00:00
[ package . extras ]
2021-03-28 09:48:07 +02:00
license = [ "editdistance-s" ]
2020-10-29 06:11:43 +00:00
[ [ package ] ]
2021-03-06 22:05:23 +01:00
name = "idna"
2021-03-18 21:29:19 +01:00
version = "2.10"
description = "Internationalized Domain Names in Applications (IDNA)"
category = "dev"
2020-10-29 06:11:43 +00:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ [ package ] ]
2021-03-06 22:05:23 +01:00
name = "imagesize"
2021-03-18 21:29:19 +01:00
version = "1.2.0"
description = "Getting image size from png/jpeg/jpeg2000/gif file"
category = "dev"
2020-10-29 06:11:43 +00:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ [ package ] ]
2021-03-06 22:05:23 +01:00
name = "importlib-metadata"
2021-06-06 18:42:21 -04:00
version = "4.5.0"
2021-03-11 20:11:44 -05:00
description = "Read metadata from Python packages"
category = "main"
2020-10-29 06:11:43 +00:00
optional = false
2020-12-22 21:15:15 -05:00
python-versions = ">=3.6"
2020-10-29 06:11:43 +00:00
[ package . dependencies ]
2021-03-18 21:29:19 +01:00
typing-extensions = { version = ">=3.6.4" , markers = "python_version < \"3.8\"" }
2020-10-29 06:11:43 +00:00
zipp = ">=0.5"
2021-02-17 05:46:22 +00:00
[ package . extras ]
docs = [ "sphinx" , "jaraco.packaging (>=8.2)" , "rst.linker (>=1.9)" ]
2021-03-28 09:48:07 +02:00
testing = [ "pytest (>=4.6)" , "pytest-checkdocs (>=2.4)" , "pytest-flake8" , "pytest-cov" , "pytest-enabler (>=1.0.1)" , "packaging" , "pep517" , "pyfakefs" , "flufl.flake8" , "pytest-black (>=0.3.7)" , "pytest-mypy" , "importlib-resources (>=1.3)" ]
2020-10-29 06:11:43 +00:00
[ [ package ] ]
2021-03-06 22:05:23 +01:00
name = "iniconfig"
2021-03-18 21:29:19 +01:00
version = "1.1.1"
description = "iniconfig: brain-dead simple config-ini parsing"
category = "dev"
2020-10-29 06:11:43 +00:00
optional = false
python-versions = "*"
[ [ package ] ]
2021-03-06 22:05:23 +01:00
name = "isort"
2021-03-23 20:35:16 -04:00
version = "5.8.0"
2021-03-18 21:29:19 +01:00
description = "A Python utility / library to sort Python imports."
category = "dev"
2020-10-29 06:11:43 +00:00
optional = false
python-versions = ">=3.6,<4.0"
[ package . extras ]
pipfile_deprecated_finder = [ "pipreqs" , "requirementslib" ]
requirements_deprecated_finder = [ "pipreqs" , "pip-api" ]
2021-03-18 21:29:19 +01:00
colors = [ "colorama (>=0.4.3,<0.5.0)" ]
2020-10-29 06:11:43 +00:00
[ [ package ] ]
2021-03-06 22:05:23 +01:00
name = "jinja2"
2021-05-23 14:19:52 -04:00
version = "3.0.1"
2021-03-18 21:29:19 +01:00
description = "A very fast and expressive template engine."
category = "dev"
2020-10-29 06:11:43 +00:00
optional = false
2021-05-23 14:19:52 -04:00
python-versions = ">=3.6"
2020-10-29 06:11:43 +00:00
2021-02-15 19:02:17 +01:00
[ package . dependencies ]
2021-05-23 14:19:52 -04:00
MarkupSafe = ">=2.0"
2021-02-15 19:02:17 +01:00
2021-02-17 05:46:22 +00:00
[ package . extras ]
2021-05-23 14:19:52 -04:00
i18n = [ "Babel (>=2.7)" ]
2021-02-17 05:46:22 +00:00
2020-10-29 06:11:43 +00:00
[ [ package ] ]
2021-03-06 22:05:23 +01:00
name = "markupsafe"
2021-05-23 14:19:52 -04:00
version = "2.0.1"
2021-03-18 21:29:19 +01:00
description = "Safely add untrusted strings to HTML/XML markup."
category = "dev"
2020-10-29 06:11:43 +00:00
optional = false
2021-05-23 14:19:52 -04:00
python-versions = ">=3.6"
2020-10-29 06:11:43 +00:00
[ [ package ] ]
2021-03-06 22:05:23 +01:00
name = "mccabe"
2021-03-18 21:29:19 +01:00
version = "0.6.1"
description = "McCabe checker, plugin for flake8"
category = "dev"
2020-10-29 06:11:43 +00:00
optional = false
python-versions = "*"
[ [ package ] ]
2021-03-06 22:05:23 +01:00
name = "mypy"
2021-06-08 22:14:00 -04:00
version = "0.812"
2021-03-18 21:29:19 +01:00
description = "Optional static typing for Python"
category = "dev"
2020-10-29 06:11:43 +00:00
optional = false
python-versions = ">=3.5"
[ package . dependencies ]
mypy-extensions = ">=0.4.3,<0.5.0"
2021-06-08 22:14:00 -04:00
typed-ast = ">=1.4.0,<1.5.0"
2020-10-29 06:11:43 +00:00
typing-extensions = ">=3.7.4"
2021-02-17 05:46:22 +00:00
[ package . extras ]
dmypy = [ "psutil (>=4.0)" ]
2020-10-29 06:11:43 +00:00
[ [ package ] ]
2021-03-06 22:05:23 +01:00
name = "mypy-extensions"
2021-03-18 21:29:19 +01:00
version = "0.4.3"
description = "Experimental type system extensions for programs checked with the mypy typechecker."
category = "dev"
2020-10-29 06:11:43 +00:00
optional = false
python-versions = "*"
[ [ package ] ]
2021-03-06 22:05:23 +01:00
name = "nodeenv"
2021-05-23 14:19:52 -04:00
version = "1.6.0"
2021-03-18 21:29:19 +01:00
description = "Node.js virtual environment builder"
category = "dev"
2020-10-29 06:11:43 +00:00
optional = false
python-versions = "*"
[ [ package ] ]
2021-03-06 22:05:23 +01:00
name = "packaging"
2021-03-18 21:29:19 +01:00
version = "20.9"
description = "Core utilities for Python packages"
category = "dev"
2020-10-29 06:11:43 +00:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ package . dependencies ]
pyparsing = ">=2.0.2"
[ [ package ] ]
2021-03-06 22:05:23 +01:00
name = "pathspec"
2021-03-18 21:29:19 +01:00
version = "0.8.1"
description = "Utility library for gitignore style pattern matching of file paths."
category = "dev"
2020-10-29 06:11:43 +00:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[ [ package ] ]
2021-03-06 22:05:23 +01:00
name = "pluggy"
2021-03-18 21:29:19 +01:00
version = "0.13.1"
description = "plugin and hook calling mechanisms for python"
category = "dev"
2020-10-29 06:11:43 +00:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
2021-02-17 05:46:22 +00:00
[ package . dependencies ]
2021-03-18 21:29:19 +01:00
importlib-metadata = { version = ">=0.12" , markers = "python_version < \"3.8\"" }
2021-02-17 05:46:22 +00:00
2020-10-29 06:11:43 +00:00
[ package . extras ]
dev = [ "pre-commit" , "tox" ]
[ [ package ] ]
2021-03-06 22:05:23 +01:00
name = "pre-commit"
2021-05-23 14:19:52 -04:00
version = "2.13.0"
2021-03-11 20:11:44 -05:00
description = "A framework for managing and maintaining multi-language pre-commit hooks."
category = "dev"
2020-10-29 06:11:43 +00:00
optional = false
python-versions = ">=3.6.1"
[ package . dependencies ]
cfgv = ">=2.0.0"
identify = ">=1.0.0"
2021-03-18 21:29:19 +01:00
importlib-metadata = { version = "*" , markers = "python_version < \"3.8\"" }
2020-10-29 06:11:43 +00:00
nodeenv = ">=0.11.1"
pyyaml = ">=5.1"
toml = "*"
virtualenv = ">=20.0.8"
[ [ package ] ]
2021-03-06 22:05:23 +01:00
name = "py"
2021-03-18 21:29:19 +01:00
version = "1.10.0"
description = "library with cross-python path, ini-parsing, io, code, log facilities"
category = "dev"
2020-10-29 06:11:43 +00:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ [ package ] ]
2021-03-06 22:05:23 +01:00
name = "pycairo"
2021-06-06 18:38:56 -04:00
version = "1.20.1"
2021-03-18 21:29:19 +01:00
description = "Python interface for cairo"
category = "main"
2020-10-29 06:11:43 +00:00
optional = false
python-versions = ">=3.6, <4"
[ [ package ] ]
2021-03-06 22:05:23 +01:00
name = "pycodestyle"
2021-03-15 06:26:34 +00:00
version = "2.7.0"
2021-03-11 20:11:44 -05:00
description = "Python style guide checker"
category = "dev"
2020-10-29 06:11:43 +00:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ [ package ] ]
2021-03-06 22:05:23 +01:00
name = "pyflakes"
2021-03-28 09:48:07 +02:00
version = "2.3.1"
2021-03-11 20:11:44 -05:00
description = "passive checker of Python programs"
category = "dev"
2020-10-29 06:11:43 +00:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ [ package ] ]
2021-03-06 22:05:23 +01:00
name = "pygments"
2021-05-23 14:19:52 -04:00
version = "2.9.0"
2021-03-11 20:11:44 -05:00
description = "Pygments is a syntax highlighting package written in Python."
category = "dev"
2020-10-29 06:11:43 +00:00
optional = false
python-versions = ">=3.5"
[ [ package ] ]
2021-03-06 22:05:23 +01:00
name = "pygobject"
2021-04-02 21:49:42 +02:00
version = "3.40.1"
2021-03-18 21:29:19 +01:00
description = "Python bindings for GObject Introspection"
category = "main"
2020-10-29 06:11:43 +00:00
optional = false
2021-03-19 23:24:49 +01:00
python-versions = ">=3.6, <4"
2020-10-29 06:11:43 +00:00
[ package . dependencies ]
2021-03-19 23:24:49 +01:00
pycairo = ">=1.16.0"
2020-10-29 06:11:43 +00:00
[ [ package ] ]
2021-03-06 22:05:23 +01:00
name = "pyparsing"
2021-03-18 21:29:19 +01:00
version = "2.4.7"
description = "Python parsing module"
category = "dev"
2020-10-29 06:11:43 +00:00
optional = false
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
[ [ package ] ]
2021-03-06 22:05:23 +01:00
name = "pytest"
2021-05-05 15:11:57 -04:00
version = "6.2.4"
2021-03-18 21:29:19 +01:00
description = "pytest: simple powerful testing with Python"
category = "dev"
2020-10-29 06:11:43 +00:00
optional = false
2020-12-15 20:33:00 +01:00
python-versions = ">=3.6"
2020-10-29 06:11:43 +00:00
[ package . dependencies ]
2021-03-18 21:29:19 +01:00
atomicwrites = { version = ">=1.0" , markers = "sys_platform == \"win32\"" }
2020-12-15 20:33:00 +01:00
attrs = ">=19.2.0"
2021-03-18 21:29:19 +01:00
colorama = { version = "*" , markers = "sys_platform == \"win32\"" }
importlib-metadata = { version = ">=0.12" , markers = "python_version < \"3.8\"" }
2020-10-29 06:11:43 +00:00
iniconfig = "*"
packaging = "*"
2020-12-15 20:33:00 +01:00
pluggy = ">=0.12,<1.0.0a1"
2020-10-29 06:11:43 +00:00
py = ">=1.8.2"
toml = "*"
2021-02-17 05:46:22 +00:00
[ package . extras ]
testing = [ "argcomplete" , "hypothesis (>=3.56)" , "mock" , "nose" , "requests" , "xmlschema" ]
2020-10-29 06:11:43 +00:00
[ [ package ] ]
2021-03-06 22:05:23 +01:00
name = "pytest-cov"
2021-06-02 06:26:16 -04:00
version = "2.12.1"
2021-03-18 21:29:19 +01:00
description = "Pytest plugin for measuring coverage."
category = "dev"
2020-10-29 06:11:43 +00:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[ package . dependencies ]
2021-06-02 06:26:16 -04:00
coverage = ">=5.2.1"
2020-10-29 06:11:43 +00:00
pytest = ">=4.6"
2021-06-02 06:26:16 -04:00
toml = "*"
2020-10-29 06:11:43 +00:00
2021-02-17 05:46:22 +00:00
[ package . extras ]
2021-06-02 06:26:16 -04:00
testing = [ "fields" , "hunter" , "process-tests" , "six" , "pytest-xdist" , "virtualenv" ]
2021-02-17 05:46:22 +00:00
2021-02-15 19:02:17 +01:00
[ [ package ] ]
2021-03-06 22:05:23 +01:00
name = "pytest-mock"
2021-05-08 13:30:51 -04:00
version = "3.6.1"
2021-03-18 21:29:19 +01:00
description = "Thin-wrapper around the mock package for easier use with pytest"
category = "dev"
2021-02-15 19:02:17 +01:00
optional = false
2021-04-26 22:25:06 -04:00
python-versions = ">=3.6"
2021-02-15 19:02:17 +01:00
[ package . dependencies ]
pytest = ">=5.0"
2020-10-29 06:11:43 +00:00
2021-02-17 05:46:22 +00:00
[ package . extras ]
dev = [ "pre-commit" , "tox" , "pytest-asyncio" ]
2020-10-29 06:11:43 +00:00
[ [ package ] ]
2021-03-06 22:05:23 +01:00
name = "pytest-runner"
2021-05-20 05:29:12 +00:00
version = "5.3.1"
2021-03-18 21:29:19 +01:00
description = "Invoke py.test as distutils command with dependency resolution"
category = "dev"
2020-10-29 06:11:43 +00:00
optional = false
2021-02-12 21:37:24 -05:00
python-versions = ">=3.6"
2020-10-29 06:11:43 +00:00
[ package . extras ]
2021-02-12 21:37:24 -05:00
docs = [ "sphinx" , "jaraco.packaging (>=8.2)" , "rst.linker (>=1.9)" ]
2021-05-20 05:29:12 +00:00
testing = [ "pytest (>=4.6)" , "pytest-checkdocs (>=2.4)" , "pytest-flake8" , "pytest-cov" , "pytest-enabler (>=1.0.1)" , "pytest-virtualenv" , "pytest-black (>=0.3.7)" , "pytest-mypy" ]
2020-10-29 06:11:43 +00:00
[ [ package ] ]
2021-03-06 22:05:23 +01:00
name = "pytz"
2021-03-18 21:29:19 +01:00
version = "2021.1"
description = "World timezone definitions, modern and historical"
category = "dev"
2020-10-29 06:11:43 +00:00
optional = false
python-versions = "*"
[ [ package ] ]
2021-03-06 22:05:23 +01:00
name = "pyyaml"
2021-03-18 21:29:19 +01:00
version = "5.4.1"
description = "YAML parser and emitter for Python"
category = "dev"
2020-10-29 06:11:43 +00:00
optional = false
2021-01-20 09:35:44 +01:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
2020-10-29 06:11:43 +00:00
[ [ package ] ]
2021-03-06 22:05:23 +01:00
name = "recommonmark"
2021-03-18 21:29:19 +01:00
version = "0.7.1"
description = "A docutils-compatibility bridge to CommonMark, enabling you to write CommonMark inside of Docutils & Sphinx projects."
category = "dev"
2020-10-29 06:11:43 +00:00
optional = false
python-versions = "*"
[ package . dependencies ]
commonmark = ">=0.8.1"
docutils = ">=0.11"
sphinx = ">=1.3.1"
[ [ package ] ]
2021-03-06 22:05:23 +01:00
name = "regex"
2021-05-23 14:19:52 -04:00
version = "2021.4.4"
2021-03-18 21:29:19 +01:00
description = "Alternative regular expression module, to replace re."
category = "dev"
2020-10-29 06:11:43 +00:00
optional = false
python-versions = "*"
[ [ package ] ]
2021-03-06 22:05:23 +01:00
name = "requests"
2021-03-18 21:29:19 +01:00
version = "2.25.1"
description = "Python HTTP for Humans."
category = "dev"
2020-10-29 06:11:43 +00:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[ package . dependencies ]
certifi = ">=2017.4.17"
2020-12-17 15:47:48 +01:00
chardet = ">=3.0.2,<5"
2020-10-29 06:11:43 +00:00
idna = ">=2.5,<3"
2020-11-15 16:32:48 +01:00
urllib3 = ">=1.21.1,<1.27"
2020-10-29 06:11:43 +00:00
2021-02-17 05:46:22 +00:00
[ package . extras ]
security = [ "pyOpenSSL (>=0.14)" , "cryptography (>=1.3.4)" ]
2021-03-18 21:29:19 +01:00
socks = [ "PySocks (>=1.5.6,!=1.5.7)" , "win-inet-pton" ]
2021-02-17 05:46:22 +00:00
2020-10-29 06:11:43 +00:00
[ [ package ] ]
2021-03-06 22:05:23 +01:00
name = "six"
2021-05-23 14:19:52 -04:00
version = "1.16.0"
2021-03-18 21:29:19 +01:00
description = "Python 2 and 3 compatibility utilities"
category = "dev"
2020-10-29 06:11:43 +00:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
[ [ package ] ]
2021-03-06 22:05:23 +01:00
name = "snowballstemmer"
2021-03-18 21:29:19 +01:00
version = "2.1.0"
description = "This package provides 29 stemmers for 28 languages generated from Snowball algorithms."
category = "dev"
2020-10-29 06:11:43 +00:00
optional = false
python-versions = "*"
[ [ package ] ]
2021-03-06 22:05:23 +01:00
name = "sphinx"
2021-05-21 05:37:11 +00:00
version = "4.0.2"
2021-03-11 20:11:44 -05:00
description = "Python documentation generator"
category = "dev"
2020-10-29 06:11:43 +00:00
optional = false
2021-05-10 08:21:47 -04:00
python-versions = ">=3.6"
2020-10-29 06:11:43 +00:00
[ package . dependencies ]
alabaster = ">=0.7,<0.8"
babel = ">=1.3"
2021-03-18 21:29:19 +01:00
colorama = { version = ">=0.3.5" , markers = "sys_platform == \"win32\"" }
2021-05-10 08:21:47 -04:00
docutils = ">=0.14,<0.18"
2020-10-29 06:11:43 +00:00
imagesize = "*"
2021-05-21 05:37:11 +00:00
Jinja2 = ">=2.3"
2020-10-29 06:11:43 +00:00
packaging = "*"
2021-03-18 21:29:19 +01:00
Pygments = ">=2.0"
2020-10-29 06:11:43 +00:00
requests = ">=2.5.0"
snowballstemmer = ">=1.1"
sphinxcontrib-applehelp = "*"
sphinxcontrib-devhelp = "*"
sphinxcontrib-htmlhelp = "*"
sphinxcontrib-jsmath = "*"
sphinxcontrib-qthelp = "*"
sphinxcontrib-serializinghtml = "*"
2021-02-17 05:46:22 +00:00
[ package . extras ]
docs = [ "sphinxcontrib-websupport" ]
lint = [ "flake8 (>=3.5.0)" , "isort" , "mypy (>=0.800)" , "docutils-stubs" ]
test = [ "pytest" , "pytest-cov" , "html5lib" , "cython" , "typed-ast" ]
2020-10-29 06:11:43 +00:00
[ [ package ] ]
2021-03-06 22:05:23 +01:00
name = "sphinx-rtd-theme"
2021-04-06 05:43:58 +00:00
version = "0.5.2"
2021-03-18 21:29:19 +01:00
description = "Read the Docs theme for Sphinx"
category = "dev"
2020-10-29 06:11:43 +00:00
optional = false
python-versions = "*"
2021-02-15 19:02:17 +01:00
[ package . dependencies ]
2021-04-06 05:43:58 +00:00
docutils = "<0.17"
2021-02-15 19:02:17 +01:00
sphinx = "*"
2021-02-17 05:46:22 +00:00
[ package . extras ]
dev = [ "transifex-client" , "sphinxcontrib-httpdomain" , "bump2version" ]
2020-10-29 06:11:43 +00:00
[ [ package ] ]
2021-03-06 22:05:23 +01:00
name = "sphinxcontrib-applehelp"
2021-03-18 21:29:19 +01:00
version = "1.0.2"
description = "sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books"
category = "dev"
2020-10-29 06:11:43 +00:00
optional = false
python-versions = ">=3.5"
[ package . extras ]
lint = [ "flake8" , "mypy" , "docutils-stubs" ]
test = [ "pytest" ]
[ [ package ] ]
2021-03-06 22:05:23 +01:00
name = "sphinxcontrib-devhelp"
2021-03-18 21:29:19 +01:00
version = "1.0.2"
description = "sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document."
category = "dev"
2020-10-29 06:11:43 +00:00
optional = false
python-versions = ">=3.5"
[ package . extras ]
lint = [ "flake8" , "mypy" , "docutils-stubs" ]
test = [ "pytest" ]
[ [ package ] ]
2021-03-06 22:05:23 +01:00
name = "sphinxcontrib-htmlhelp"
2021-05-23 14:19:52 -04:00
version = "2.0.0"
2021-03-18 21:29:19 +01:00
description = "sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files"
category = "dev"
2020-10-29 06:11:43 +00:00
optional = false
2021-05-23 14:19:52 -04:00
python-versions = ">=3.6"
2020-10-29 06:11:43 +00:00
[ package . extras ]
lint = [ "flake8" , "mypy" , "docutils-stubs" ]
test = [ "pytest" , "html5lib" ]
[ [ package ] ]
2021-03-06 22:05:23 +01:00
name = "sphinxcontrib-jsmath"
2021-03-18 21:29:19 +01:00
version = "1.0.1"
description = "A sphinx extension which renders display math in HTML via JavaScript"
category = "dev"
2020-10-29 06:11:43 +00:00
optional = false
python-versions = ">=3.5"
[ package . extras ]
test = [ "pytest" , "flake8" , "mypy" ]
[ [ package ] ]
2021-03-06 22:05:23 +01:00
name = "sphinxcontrib-qthelp"
2021-03-18 21:29:19 +01:00
version = "1.0.3"
description = "sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document."
category = "dev"
2020-10-29 06:11:43 +00:00
optional = false
python-versions = ">=3.5"
[ package . extras ]
lint = [ "flake8" , "mypy" , "docutils-stubs" ]
test = [ "pytest" ]
[ [ package ] ]
2021-03-06 22:05:23 +01:00
name = "sphinxcontrib-serializinghtml"
2021-05-23 14:19:52 -04:00
version = "1.1.5"
2021-03-18 21:29:19 +01:00
description = "sphinxcontrib-serializinghtml is a sphinx extension which outputs \"serialized\" HTML files (json and pickle)."
category = "dev"
2020-10-29 06:11:43 +00:00
optional = false
python-versions = ">=3.5"
[ package . extras ]
lint = [ "flake8" , "mypy" , "docutils-stubs" ]
test = [ "pytest" ]
[ [ package ] ]
2021-03-06 22:05:23 +01:00
name = "tinycss2"
2021-03-18 21:29:19 +01:00
version = "1.1.0"
description = "tinycss2"
category = "main"
2020-10-29 06:11:43 +00:00
optional = false
2020-10-30 06:08:44 +00:00
python-versions = ">=3.6"
2020-10-29 06:11:43 +00:00
2021-02-17 05:46:22 +00:00
[ package . dependencies ]
webencodings = ">=0.4"
2020-10-29 06:11:43 +00:00
[ package . extras ]
doc = [ "sphinx" , "sphinx-rtd-theme" ]
2020-10-30 06:08:44 +00:00
test = [ "pytest" , "pytest-cov" , "pytest-flake8" , "pytest-isort" , "coverage" ]
2020-10-29 06:11:43 +00:00
[ [ package ] ]
2021-03-06 22:05:23 +01:00
name = "toml"
2021-03-18 21:29:19 +01:00
version = "0.10.2"
description = "Python Library for Tom's Obvious, Minimal Language"
category = "dev"
2020-10-29 06:11:43 +00:00
optional = false
2020-11-15 16:32:48 +01:00
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
2020-10-29 06:11:43 +00:00
[ [ package ] ]
2021-03-06 22:05:23 +01:00
name = "tomlkit"
2021-05-21 05:36:42 +00:00
version = "0.7.2"
2021-03-18 21:29:19 +01:00
description = "Style preserving TOML library"
category = "dev"
2020-10-29 06:11:43 +00:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[ [ package ] ]
2021-03-06 22:05:23 +01:00
name = "typed-ast"
2021-05-23 14:19:52 -04:00
version = "1.4.3"
2021-03-18 21:29:19 +01:00
description = "a fork of Python 2 and 3 ast modules with type comment support"
category = "dev"
2020-10-29 06:11:43 +00:00
optional = false
python-versions = "*"
[ [ package ] ]
2021-03-06 22:05:23 +01:00
name = "typing-extensions"
2021-05-04 14:38:57 -04:00
version = "3.10.0.0"
2021-03-18 21:29:19 +01:00
description = "Backported and Experimental Type Hints for Python 3.5+"
category = "main"
2020-10-29 06:11:43 +00:00
optional = false
python-versions = "*"
[ [ package ] ]
2021-03-06 22:05:23 +01:00
name = "urllib3"
2021-06-08 22:14:00 -04:00
version = "1.26.5"
2021-03-18 21:29:19 +01:00
description = "HTTP library with thread-safe connection pooling, file post, and more."
category = "dev"
2020-10-29 06:11:43 +00:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4"
[ package . extras ]
2021-06-08 22:14:00 -04:00
brotli = [ "brotlipy (>=0.6.0)" ]
2020-11-15 16:32:48 +01:00
secure = [ "pyOpenSSL (>=0.14)" , "cryptography (>=1.3.4)" , "idna (>=2.0.0)" , "certifi" , "ipaddress" ]
2021-03-18 21:29:19 +01:00
socks = [ "PySocks (>=1.5.6,!=1.5.7,<2.0)" ]
2020-10-29 06:11:43 +00:00
[ [ package ] ]
2021-03-06 22:05:23 +01:00
name = "virtualenv"
2021-06-08 22:14:00 -04:00
version = "20.4.7"
2021-03-18 21:29:19 +01:00
description = "Virtual Python Environment builder"
category = "dev"
2020-10-29 06:11:43 +00:00
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7"
[ package . dependencies ]
appdirs = ">=1.4.3,<2"
distlib = ">=0.3.1,<1"
filelock = ">=3.0.0,<4"
2021-03-18 21:29:19 +01:00
importlib-metadata = { version = ">=0.12" , markers = "python_version < \"3.8\"" }
2020-10-29 06:11:43 +00:00
six = ">=1.9.0,<2"
2021-02-17 05:46:22 +00:00
[ 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)" , "xonsh (>=0.9.16)" ]
2020-10-29 06:11:43 +00:00
[ [ package ] ]
2021-03-06 22:05:23 +01:00
name = "webencodings"
2021-03-18 21:29:19 +01:00
version = "0.5.1"
description = "Character encoding aliases for legacy web content"
category = "main"
2020-10-29 06:11:43 +00:00
optional = false
python-versions = "*"
[ [ package ] ]
2021-03-06 22:05:23 +01:00
name = "zipp"
2021-03-11 20:11:44 -05:00
version = "3.4.1"
description = "Backport of pathlib-compatible object wrapper for zip files"
category = "main"
2020-10-29 06:11:43 +00:00
optional = false
python-versions = ">=3.6"
[ package . extras ]
2021-03-06 22:05:23 +01:00
docs = [ "sphinx" , "jaraco.packaging (>=8.2)" , "rst.linker (>=1.9)" ]
testing = [ "pytest (>=4.6)" , "pytest-checkdocs (>=1.2.3)" , "pytest-flake8" , "pytest-cov" , "pytest-enabler" , "jaraco.itertools" , "func-timeout" , "pytest-black (>=0.3.7)" , "pytest-mypy" ]
2020-10-29 06:11:43 +00:00
[ metadata ]
2021-03-18 21:29:19 +01:00
lock-version = "1.1"
2021-01-20 09:35:44 +01:00
python-versions = "^3.7"
2021-06-08 22:14:00 -04:00
content-hash = "930c6a921818e5f71d0a125bcc3ff2583ae1e0243a3d8610adb62ffd50efda93"
2020-10-29 06:11:43 +00:00
[ metadata . files ]
alabaster = [
{ file = "alabaster-0.7.12-py2.py3-none-any.whl" , hash = "sha256:446438bdcca0e05bd45ea2de1668c1d9b032e1a9154c2c259092d77031ddd359" } ,
{ file = "alabaster-0.7.12.tar.gz" , hash = "sha256:a661d72d58e6ea8a57f7a86e37d86716863ee5e92788398526d58b26a4e4dc02" } ,
]
appdirs = [
{ file = "appdirs-1.4.4-py2.py3-none-any.whl" , hash = "sha256:a841dacd6b99318a741b166adb07e19ee71a274450e68237b4650ca1055ab128" } ,
{ file = "appdirs-1.4.4.tar.gz" , hash = "sha256:7d5d0167b2b1ba821647616af46a749d1c653740dd0d2415100fe26e27afdf41" } ,
]
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 = [
2021-05-23 14:19:52 -04:00
{ file = "attrs-21.2.0-py2.py3-none-any.whl" , hash = "sha256:149e90d6d8ac20db7a955ad60cf0e6881a3f20d37096140088356da6c716b0b1" } ,
{ file = "attrs-21.2.0.tar.gz" , hash = "sha256:ef6aaac3ca6cd92904cdd0d83f629a15f18053ec84e6432106f7a4d04ae4f5fb" } ,
2020-10-29 06:11:43 +00:00
]
babel = [
2021-05-01 13:25:08 -04:00
{ file = "Babel-2.9.1-py2.py3-none-any.whl" , hash = "sha256:ab49e12b91d937cd11f0b67cb259a57ab4ad2b59ac7a3b41d6c06c0ac5b0def9" } ,
{ file = "Babel-2.9.1.tar.gz" , hash = "sha256:bc0c176f9f6a994582230df350aa6e05ba2ebe4b3ac317eab29d9be5d2768da0" } ,
2020-10-29 06:11:43 +00:00
]
babelgladeextractor = [
{ file = "BabelGladeExtractor-0.7.0.tar.bz2" , hash = "sha256:bcf805e28b4bb18c8b6909a65a7cf5c7c2bcbf4ae50b164878c9682d22271798" } ,
]
black = [
2021-06-08 22:14:00 -04:00
{ file = "black-21.5b2-py3-none-any.whl" , hash = "sha256:e5cf21ebdffc7a9b29d73912b6a6a9a4df4ce70220d523c21647da2eae0751ef" } ,
{ file = "black-21.5b2.tar.gz" , hash = "sha256:1fc0e0a2c8ae7d269dfcf0c60a89afa299664f3e811395d40b1922dff8f854b5" } ,
2020-10-29 06:11:43 +00:00
]
certifi = [
2021-06-08 22:14:00 -04:00
{ file = "certifi-2021.5.30-py2.py3-none-any.whl" , hash = "sha256:50b1e4f8446b06f41be7dd6338db18e0990601dce795c2b1686458aa7e8fa7d8" } ,
{ file = "certifi-2021.5.30.tar.gz" , hash = "sha256:2bbf76fd432960138b3ef6dda3dde0544f27cbf8546c458e60baf371917ba9ee" } ,
2020-10-29 06:11:43 +00:00
]
cfgv = [
2021-05-23 14:19:52 -04:00
{ file = "cfgv-3.3.0-py2.py3-none-any.whl" , hash = "sha256:b449c9c6118fe8cca7fa5e00b9ec60ba08145d281d52164230a69211c5d597a1" } ,
{ file = "cfgv-3.3.0.tar.gz" , hash = "sha256:9e600479b3b99e8af981ecdfc80a0296104ee610cab48a5ae4ffd0b668650eb1" } ,
2020-10-29 06:11:43 +00:00
]
chardet = [
2020-12-17 15:47:48 +01:00
{ file = "chardet-4.0.0-py2.py3-none-any.whl" , hash = "sha256:f864054d66fd9118f2e67044ac8981a54775ec5b67aed0441892edb553d21da5" } ,
{ file = "chardet-4.0.0.tar.gz" , hash = "sha256:0d6f53a15db4120f2b08c94f11e7d93d2c911ee118b6b30a04ec3ee8310179fa" } ,
2020-10-29 06:11:43 +00:00
]
click = [
2021-05-23 14:19:52 -04:00
{ file = "click-8.0.1-py3-none-any.whl" , hash = "sha256:fba402a4a47334742d782209a7c79bc448911afe1149d07bdabdf480b3e2f4b6" } ,
{ file = "click-8.0.1.tar.gz" , hash = "sha256:8c04c11192119b1ef78ea049e0a6f0463e4c48ef00a30160c704337586f3ad7a" } ,
2020-10-29 06:11:43 +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" } ,
]
commonmark = [
{ file = "commonmark-0.9.1-py2.py3-none-any.whl" , hash = "sha256:da2f38c92590f83de410ba1a3cbceafbc74fee9def35f9251ba9a971d6d66fd9" } ,
{ file = "commonmark-0.9.1.tar.gz" , hash = "sha256:452f9dc859be7f06631ddcb328b6919c67984aca654e5fefb3914d54691aed60" } ,
]
coverage = [
2021-03-06 22:05:23 +01:00
{ file = "coverage-5.5-cp27-cp27m-macosx_10_9_x86_64.whl" , hash = "sha256:b6d534e4b2ab35c9f93f46229363e17f63c53ad01330df9f2d6bd1187e5eaacf" } ,
{ file = "coverage-5.5-cp27-cp27m-manylinux1_i686.whl" , hash = "sha256:b7895207b4c843c76a25ab8c1e866261bcfe27bfaa20c192de5190121770672b" } ,
{ file = "coverage-5.5-cp27-cp27m-manylinux1_x86_64.whl" , hash = "sha256:c2723d347ab06e7ddad1a58b2a821218239249a9e4365eaff6649d31180c1669" } ,
{ file = "coverage-5.5-cp27-cp27m-manylinux2010_i686.whl" , hash = "sha256:900fbf7759501bc7807fd6638c947d7a831fc9fdf742dc10f02956ff7220fa90" } ,
{ file = "coverage-5.5-cp27-cp27m-manylinux2010_x86_64.whl" , hash = "sha256:004d1880bed2d97151facef49f08e255a20ceb6f9432df75f4eef018fdd5a78c" } ,
{ file = "coverage-5.5-cp27-cp27m-win32.whl" , hash = "sha256:06191eb60f8d8a5bc046f3799f8a07a2d7aefb9504b0209aff0b47298333302a" } ,
{ file = "coverage-5.5-cp27-cp27m-win_amd64.whl" , hash = "sha256:7501140f755b725495941b43347ba8a2777407fc7f250d4f5a7d2a1050ba8e82" } ,
{ file = "coverage-5.5-cp27-cp27mu-manylinux1_i686.whl" , hash = "sha256:372da284cfd642d8e08ef606917846fa2ee350f64994bebfbd3afb0040436905" } ,
{ file = "coverage-5.5-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:8963a499849a1fc54b35b1c9f162f4108017b2e6db2c46c1bed93a72262ed083" } ,
{ file = "coverage-5.5-cp27-cp27mu-manylinux2010_i686.whl" , hash = "sha256:869a64f53488f40fa5b5b9dcb9e9b2962a66a87dab37790f3fcfb5144b996ef5" } ,
{ file = "coverage-5.5-cp27-cp27mu-manylinux2010_x86_64.whl" , hash = "sha256:4a7697d8cb0f27399b0e393c0b90f0f1e40c82023ea4d45d22bce7032a5d7b81" } ,
{ file = "coverage-5.5-cp310-cp310-macosx_10_14_x86_64.whl" , hash = "sha256:8d0a0725ad7c1a0bcd8d1b437e191107d457e2ec1084b9f190630a4fb1af78e6" } ,
{ file = "coverage-5.5-cp310-cp310-manylinux1_x86_64.whl" , hash = "sha256:51cb9476a3987c8967ebab3f0fe144819781fca264f57f89760037a2ea191cb0" } ,
{ file = "coverage-5.5-cp310-cp310-win_amd64.whl" , hash = "sha256:c0891a6a97b09c1f3e073a890514d5012eb256845c451bd48f7968ef939bf4ae" } ,
{ file = "coverage-5.5-cp35-cp35m-macosx_10_9_x86_64.whl" , hash = "sha256:3487286bc29a5aa4b93a072e9592f22254291ce96a9fbc5251f566b6b7343cdb" } ,
{ file = "coverage-5.5-cp35-cp35m-manylinux1_i686.whl" , hash = "sha256:deee1077aae10d8fa88cb02c845cfba9b62c55e1183f52f6ae6a2df6a2187160" } ,
{ file = "coverage-5.5-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:f11642dddbb0253cc8853254301b51390ba0081750a8ac03f20ea8103f0c56b6" } ,
{ file = "coverage-5.5-cp35-cp35m-manylinux2010_i686.whl" , hash = "sha256:6c90e11318f0d3c436a42409f2749ee1a115cd8b067d7f14c148f1ce5574d701" } ,
{ file = "coverage-5.5-cp35-cp35m-manylinux2010_x86_64.whl" , hash = "sha256:30c77c1dc9f253283e34c27935fded5015f7d1abe83bc7821680ac444eaf7793" } ,
{ file = "coverage-5.5-cp35-cp35m-win32.whl" , hash = "sha256:9a1ef3b66e38ef8618ce5fdc7bea3d9f45f3624e2a66295eea5e57966c85909e" } ,
{ file = "coverage-5.5-cp35-cp35m-win_amd64.whl" , hash = "sha256:972c85d205b51e30e59525694670de6a8a89691186012535f9d7dbaa230e42c3" } ,
{ file = "coverage-5.5-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:af0e781009aaf59e25c5a678122391cb0f345ac0ec272c7961dc5455e1c40066" } ,
{ file = "coverage-5.5-cp36-cp36m-manylinux1_i686.whl" , hash = "sha256:74d881fc777ebb11c63736622b60cb9e4aee5cace591ce274fb69e582a12a61a" } ,
{ file = "coverage-5.5-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:92b017ce34b68a7d67bd6d117e6d443a9bf63a2ecf8567bb3d8c6c7bc5014465" } ,
{ file = "coverage-5.5-cp36-cp36m-manylinux2010_i686.whl" , hash = "sha256:d636598c8305e1f90b439dbf4f66437de4a5e3c31fdf47ad29542478c8508bbb" } ,
{ file = "coverage-5.5-cp36-cp36m-manylinux2010_x86_64.whl" , hash = "sha256:41179b8a845742d1eb60449bdb2992196e211341818565abded11cfa90efb821" } ,
{ file = "coverage-5.5-cp36-cp36m-win32.whl" , hash = "sha256:040af6c32813fa3eae5305d53f18875bedd079960822ef8ec067a66dd8afcd45" } ,
{ file = "coverage-5.5-cp36-cp36m-win_amd64.whl" , hash = "sha256:5fec2d43a2cc6965edc0bb9e83e1e4b557f76f843a77a2496cbe719583ce8184" } ,
{ file = "coverage-5.5-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:18ba8bbede96a2c3dde7b868de9dcbd55670690af0988713f0603f037848418a" } ,
{ file = "coverage-5.5-cp37-cp37m-manylinux1_i686.whl" , hash = "sha256:2910f4d36a6a9b4214bb7038d537f015346f413a975d57ca6b43bf23d6563b53" } ,
{ file = "coverage-5.5-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:f0b278ce10936db1a37e6954e15a3730bea96a0997c26d7fee88e6c396c2086d" } ,
{ file = "coverage-5.5-cp37-cp37m-manylinux2010_i686.whl" , hash = "sha256:796c9c3c79747146ebd278dbe1e5c5c05dd6b10cc3bcb8389dfdf844f3ead638" } ,
{ file = "coverage-5.5-cp37-cp37m-manylinux2010_x86_64.whl" , hash = "sha256:53194af30d5bad77fcba80e23a1441c71abfb3e01192034f8246e0d8f99528f3" } ,
{ file = "coverage-5.5-cp37-cp37m-win32.whl" , hash = "sha256:184a47bbe0aa6400ed2d41d8e9ed868b8205046518c52464fde713ea06e3a74a" } ,
{ file = "coverage-5.5-cp37-cp37m-win_amd64.whl" , hash = "sha256:2949cad1c5208b8298d5686d5a85b66aae46d73eec2c3e08c817dd3513e5848a" } ,
{ file = "coverage-5.5-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:217658ec7187497e3f3ebd901afdca1af062b42cfe3e0dafea4cced3983739f6" } ,
{ file = "coverage-5.5-cp38-cp38-manylinux1_i686.whl" , hash = "sha256:1aa846f56c3d49205c952d8318e76ccc2ae23303351d9270ab220004c580cfe2" } ,
{ file = "coverage-5.5-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:24d4a7de75446be83244eabbff746d66b9240ae020ced65d060815fac3423759" } ,
{ file = "coverage-5.5-cp38-cp38-manylinux2010_i686.whl" , hash = "sha256:d1f8bf7b90ba55699b3a5e44930e93ff0189aa27186e96071fac7dd0d06a1873" } ,
{ file = "coverage-5.5-cp38-cp38-manylinux2010_x86_64.whl" , hash = "sha256:970284a88b99673ccb2e4e334cfb38a10aab7cd44f7457564d11898a74b62d0a" } ,
{ file = "coverage-5.5-cp38-cp38-win32.whl" , hash = "sha256:01d84219b5cdbfc8122223b39a954820929497a1cb1422824bb86b07b74594b6" } ,
{ file = "coverage-5.5-cp38-cp38-win_amd64.whl" , hash = "sha256:2e0d881ad471768bf6e6c2bf905d183543f10098e3b3640fc029509530091502" } ,
{ file = "coverage-5.5-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:d1f9ce122f83b2305592c11d64f181b87153fc2c2bbd3bb4a3dde8303cfb1a6b" } ,
{ file = "coverage-5.5-cp39-cp39-manylinux1_i686.whl" , hash = "sha256:13c4ee887eca0f4c5a247b75398d4114c37882658300e153113dafb1d76de529" } ,
{ file = "coverage-5.5-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:52596d3d0e8bdf3af43db3e9ba8dcdaac724ba7b5ca3f6358529d56f7a166f8b" } ,
{ file = "coverage-5.5-cp39-cp39-manylinux2010_i686.whl" , hash = "sha256:2cafbbb3af0733db200c9b5f798d18953b1a304d3f86a938367de1567f4b5bff" } ,
{ file = "coverage-5.5-cp39-cp39-manylinux2010_x86_64.whl" , hash = "sha256:44d654437b8ddd9eee7d1eaee28b7219bec228520ff809af170488fd2fed3e2b" } ,
{ file = "coverage-5.5-cp39-cp39-win32.whl" , hash = "sha256:d314ed732c25d29775e84a960c3c60808b682c08d86602ec2c3008e1202e3bb6" } ,
{ file = "coverage-5.5-cp39-cp39-win_amd64.whl" , hash = "sha256:13034c4409db851670bc9acd836243aeee299949bd5673e11844befcb0149f03" } ,
{ file = "coverage-5.5-pp36-none-any.whl" , hash = "sha256:f030f8873312a16414c0d8e1a1ddff2d3235655a2174e3648b4fa66b3f2f1079" } ,
{ file = "coverage-5.5-pp37-none-any.whl" , hash = "sha256:2a3859cb82dcbda1cfd3e6f71c27081d18aa251d20a17d87d26d4cd216fb0af4" } ,
{ file = "coverage-5.5.tar.gz" , hash = "sha256:ebe78fe9a0e874362175b02371bdfbee64d8edc42a044253ddf4ee7d3c15212c" } ,
2020-10-29 06:11:43 +00:00
]
distlib = [
2021-06-08 22:14:00 -04:00
{ file = "distlib-0.3.2-py2.py3-none-any.whl" , hash = "sha256:23e223426b28491b1ced97dc3bbe183027419dfc7982b4fa2f05d5f3ff10711c" } ,
{ file = "distlib-0.3.2.zip" , hash = "sha256:106fef6dc37dd8c0e2c0a60d3fca3e77460a48907f335fa28420463a6f799736" } ,
2020-10-29 06:11:43 +00:00
]
docutils = [
2021-04-06 05:43:58 +00:00
{ file = "docutils-0.16-py2.py3-none-any.whl" , hash = "sha256:0c5b78adfbf7762415433f5515cd5c9e762339e23369dbe8000d84a4bf4ab3af" } ,
{ file = "docutils-0.16.tar.gz" , hash = "sha256:c2de3a60e9e7d07be26b7f2b00ca0309c207e06c100f9cc2a94931fc75a478fc" } ,
2020-10-29 06:11:43 +00:00
]
filelock = [
{ file = "filelock-3.0.12-py3-none-any.whl" , hash = "sha256:929b7d63ec5b7d6b71b0fa5ac14e030b3f70b75747cef1b10da9b879fef15836" } ,
{ file = "filelock-3.0.12.tar.gz" , hash = "sha256:18d82244ee114f543149c66a6e0c14e9c4f8a1044b5cdaadd0f82159d6a6ff59" } ,
]
flake8 = [
2021-05-10 08:24:25 -04:00
{ file = "flake8-3.9.2-py2.py3-none-any.whl" , hash = "sha256:bf8fd333346d844f616e8d47905ef3a3384edae6b4e9beb0c5101e25e3110907" } ,
{ file = "flake8-3.9.2.tar.gz" , hash = "sha256:07528381786f2a6237b061f6e96610a4167b226cb926e2aa2b6b1d78057c576b" } ,
2020-10-29 06:11:43 +00:00
]
2021-04-04 11:42:53 +02:00
gaphas = [
{ file = "gaphas-3.1.4-py3-none-any.whl" , hash = "sha256:41eee9713c99bf1406b1866204e10849d25a580031bce188c6ad9d25a473eaa4" } ,
{ file = "gaphas-3.1.4.tar.gz" , hash = "sha256:f640e0842b8c98908d8c9259478e21ac3bed240fa7ac3fe561ae2b88c3cb8324" } ,
]
2020-10-29 06:11:43 +00:00
generic = [
{ file = "generic-1.0.0-py3-none-any.whl" , hash = "sha256:a8dbb3133929223149272fcc70a95967cf3b24e3fa12601f91c67fb61efe29d4" } ,
{ file = "generic-1.0.0.tar.gz" , hash = "sha256:c7651fb460feae762065b4a29afbfe2a346b2b18dccd4a8495a7e978498f66bc" } ,
]
identify = [
2021-06-08 22:14:00 -04:00
{ file = "identify-2.2.10-py2.py3-none-any.whl" , hash = "sha256:18d0c531ee3dbc112fa6181f34faa179de3f57ea57ae2899754f16a7e0ff6421" } ,
{ file = "identify-2.2.10.tar.gz" , hash = "sha256:5b41f71471bc738e7b586308c3fca172f78940195cb3bf6734c1e66fdac49306" } ,
2020-10-29 06:11:43 +00:00
]
idna = [
{ file = "idna-2.10-py2.py3-none-any.whl" , hash = "sha256:b97d804b1e9b523befed77c48dacec60e6dcb0b5391d57af6a65a312a90648c0" } ,
{ file = "idna-2.10.tar.gz" , hash = "sha256:b307872f855b18632ce0c21c5e45be78c0ea7ae4c15c828c20788b26921eb3f6" } ,
]
imagesize = [
{ file = "imagesize-1.2.0-py2.py3-none-any.whl" , hash = "sha256:6965f19a6a2039c7d48bca7dba2473069ff854c36ae6f19d2cde309d998228a1" } ,
{ file = "imagesize-1.2.0.tar.gz" , hash = "sha256:b1f6b5a4eab1f73479a50fb79fcf729514a900c341d8503d62a62dbc4127a2b1" } ,
]
importlib-metadata = [
2021-06-06 18:42:21 -04:00
{ file = "importlib_metadata-4.5.0-py3-none-any.whl" , hash = "sha256:833b26fb89d5de469b24a390e9df088d4e52e4ba33b01dc5e0e4f41b81a16c00" } ,
{ file = "importlib_metadata-4.5.0.tar.gz" , hash = "sha256:b142cc1dd1342f31ff04bb7d022492b09920cb64fed867cd3ea6f80fe3ebd139" } ,
2020-10-29 06:11:43 +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" } ,
]
isort = [
2021-03-23 20:35:16 -04:00
{ file = "isort-5.8.0-py3-none-any.whl" , hash = "sha256:2bb1680aad211e3c9944dbce1d4ba09a989f04e238296c87fe2139faa26d655d" } ,
{ file = "isort-5.8.0.tar.gz" , hash = "sha256:0a943902919f65c5684ac4e0154b1ad4fac6dcaa5d9f3426b732f1c8b5419be6" } ,
2020-10-29 06:11:43 +00:00
]
jinja2 = [
2021-05-23 14:19:52 -04:00
{ file = "Jinja2-3.0.1-py3-none-any.whl" , hash = "sha256:1f06f2da51e7b56b8f238affdd6b4e2c61e39598a378cc49345bc1bd42a978a4" } ,
{ file = "Jinja2-3.0.1.tar.gz" , hash = "sha256:703f484b47a6af502e743c9122595cc812b0271f661722403114f71a79d0f5a4" } ,
2020-10-29 06:11:43 +00:00
]
markupsafe = [
2021-05-23 14:19:52 -04:00
{ file = "MarkupSafe-2.0.1-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:f9081981fe268bd86831e5c75f7de206ef275defcb82bc70740ae6dc507aee51" } ,
{ file = "MarkupSafe-2.0.1-cp36-cp36m-manylinux1_i686.whl" , hash = "sha256:0955295dd5eec6cb6cc2fe1698f4c6d84af2e92de33fbcac4111913cd100a6ff" } ,
{ file = "MarkupSafe-2.0.1-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:0446679737af14f45767963a1a9ef7620189912317d095f2d9ffa183a4d25d2b" } ,
{ file = "MarkupSafe-2.0.1-cp36-cp36m-manylinux2010_i686.whl" , hash = "sha256:f826e31d18b516f653fe296d967d700fddad5901ae07c622bb3705955e1faa94" } ,
{ file = "MarkupSafe-2.0.1-cp36-cp36m-manylinux2010_x86_64.whl" , hash = "sha256:fa130dd50c57d53368c9d59395cb5526eda596d3ffe36666cd81a44d56e48872" } ,
{ file = "MarkupSafe-2.0.1-cp36-cp36m-manylinux2014_aarch64.whl" , hash = "sha256:905fec760bd2fa1388bb5b489ee8ee5f7291d692638ea5f67982d968366bef9f" } ,
{ file = "MarkupSafe-2.0.1-cp36-cp36m-win32.whl" , hash = "sha256:6c4ca60fa24e85fe25b912b01e62cb969d69a23a5d5867682dd3e80b5b02581d" } ,
{ file = "MarkupSafe-2.0.1-cp36-cp36m-win_amd64.whl" , hash = "sha256:b2f4bf27480f5e5e8ce285a8c8fd176c0b03e93dcc6646477d4630e83440c6a9" } ,
{ file = "MarkupSafe-2.0.1-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:0717a7390a68be14b8c793ba258e075c6f4ca819f15edfc2a3a027c823718567" } ,
{ file = "MarkupSafe-2.0.1-cp37-cp37m-manylinux1_i686.whl" , hash = "sha256:6557b31b5e2c9ddf0de32a691f2312a32f77cd7681d8af66c2692efdbef84c18" } ,
{ file = "MarkupSafe-2.0.1-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:49e3ceeabbfb9d66c3aef5af3a60cc43b85c33df25ce03d0031a608b0a8b2e3f" } ,
{ file = "MarkupSafe-2.0.1-cp37-cp37m-manylinux2010_i686.whl" , hash = "sha256:d7f9850398e85aba693bb640262d3611788b1f29a79f0c93c565694658f4071f" } ,
{ file = "MarkupSafe-2.0.1-cp37-cp37m-manylinux2010_x86_64.whl" , hash = "sha256:6a7fae0dd14cf60ad5ff42baa2e95727c3d81ded453457771d02b7d2b3f9c0c2" } ,
{ file = "MarkupSafe-2.0.1-cp37-cp37m-manylinux2014_aarch64.whl" , hash = "sha256:b7f2d075102dc8c794cbde1947378051c4e5180d52d276987b8d28a3bd58c17d" } ,
{ file = "MarkupSafe-2.0.1-cp37-cp37m-win32.whl" , hash = "sha256:a30e67a65b53ea0a5e62fe23682cfe22712e01f453b95233b25502f7c61cb415" } ,
{ file = "MarkupSafe-2.0.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:611d1ad9a4288cf3e3c16014564df047fe08410e628f89805e475368bd304914" } ,
{ file = "MarkupSafe-2.0.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:be98f628055368795d818ebf93da628541e10b75b41c559fdf36d104c5787066" } ,
{ file = "MarkupSafe-2.0.1-cp38-cp38-manylinux1_i686.whl" , hash = "sha256:1d609f577dc6e1aa17d746f8bd3c31aa4d258f4070d61b2aa5c4166c1539de35" } ,
{ file = "MarkupSafe-2.0.1-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:7d91275b0245b1da4d4cfa07e0faedd5b0812efc15b702576d103293e252af1b" } ,
{ file = "MarkupSafe-2.0.1-cp38-cp38-manylinux2010_i686.whl" , hash = "sha256:01a9b8ea66f1658938f65b93a85ebe8bc016e6769611be228d797c9d998dd298" } ,
{ file = "MarkupSafe-2.0.1-cp38-cp38-manylinux2010_x86_64.whl" , hash = "sha256:47ab1e7b91c098ab893b828deafa1203de86d0bc6ab587b160f78fe6c4011f75" } ,
{ file = "MarkupSafe-2.0.1-cp38-cp38-manylinux2014_aarch64.whl" , hash = "sha256:97383d78eb34da7e1fa37dd273c20ad4320929af65d156e35a5e2d89566d9dfb" } ,
{ file = "MarkupSafe-2.0.1-cp38-cp38-win32.whl" , hash = "sha256:023cb26ec21ece8dc3907c0e8320058b2e0cb3c55cf9564da612bc325bed5e64" } ,
{ file = "MarkupSafe-2.0.1-cp38-cp38-win_amd64.whl" , hash = "sha256:984d76483eb32f1bcb536dc27e4ad56bba4baa70be32fa87152832cdd9db0833" } ,
{ file = "MarkupSafe-2.0.1-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:2ef54abee730b502252bcdf31b10dacb0a416229b72c18b19e24a4509f273d26" } ,
{ file = "MarkupSafe-2.0.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:3c112550557578c26af18a1ccc9e090bfe03832ae994343cfdacd287db6a6ae7" } ,
{ file = "MarkupSafe-2.0.1-cp39-cp39-manylinux1_i686.whl" , hash = "sha256:53edb4da6925ad13c07b6d26c2a852bd81e364f95301c66e930ab2aef5b5ddd8" } ,
{ file = "MarkupSafe-2.0.1-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:f5653a225f31e113b152e56f154ccbe59eeb1c7487b39b9d9f9cdb58e6c79dc5" } ,
{ file = "MarkupSafe-2.0.1-cp39-cp39-manylinux2010_i686.whl" , hash = "sha256:4efca8f86c54b22348a5467704e3fec767b2db12fc39c6d963168ab1d3fc9135" } ,
{ file = "MarkupSafe-2.0.1-cp39-cp39-manylinux2010_x86_64.whl" , hash = "sha256:ab3ef638ace319fa26553db0624c4699e31a28bb2a835c5faca8f8acf6a5a902" } ,
{ file = "MarkupSafe-2.0.1-cp39-cp39-manylinux2014_aarch64.whl" , hash = "sha256:f8ba0e8349a38d3001fae7eadded3f6606f0da5d748ee53cc1dab1d6527b9509" } ,
{ file = "MarkupSafe-2.0.1-cp39-cp39-win32.whl" , hash = "sha256:10f82115e21dc0dfec9ab5c0223652f7197feb168c940f3ef61563fc2d6beb74" } ,
{ file = "MarkupSafe-2.0.1-cp39-cp39-win_amd64.whl" , hash = "sha256:693ce3f9e70a6cf7d2fb9e6c9d8b204b6b39897a2c4a1aa65728d5ac97dcc1d8" } ,
{ file = "MarkupSafe-2.0.1.tar.gz" , hash = "sha256:594c67807fb16238b30c44bdf74f36c02cdf22d1c8cda91ef8a0ed8dabf5620a" } ,
2020-10-29 06:11:43 +00:00
]
mccabe = [
{ file = "mccabe-0.6.1-py2.py3-none-any.whl" , hash = "sha256:ab8a6258860da4b6677da4bd2fe5dc2c659cff31b3ee4f7f5d64e79735b80d42" } ,
{ file = "mccabe-0.6.1.tar.gz" , hash = "sha256:dd8d182285a0fe56bace7f45b5e7d1a6ebcbf524e8f3bd87eb0f125271b8831f" } ,
]
mypy = [
2021-06-08 22:14:00 -04:00
{ file = "mypy-0.812-cp35-cp35m-macosx_10_9_x86_64.whl" , hash = "sha256:a26f8ec704e5a7423c8824d425086705e381b4f1dfdef6e3a1edab7ba174ec49" } ,
{ file = "mypy-0.812-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:28fb5479c494b1bab244620685e2eb3c3f988d71fd5d64cc753195e8ed53df7c" } ,
{ file = "mypy-0.812-cp35-cp35m-manylinux2010_x86_64.whl" , hash = "sha256:9743c91088d396c1a5a3c9978354b61b0382b4e3c440ce83cf77994a43e8c521" } ,
{ file = "mypy-0.812-cp35-cp35m-win_amd64.whl" , hash = "sha256:d7da2e1d5f558c37d6e8c1246f1aec1e7349e4913d8fb3cb289a35de573fe2eb" } ,
{ file = "mypy-0.812-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:4eec37370483331d13514c3f55f446fc5248d6373e7029a29ecb7b7494851e7a" } ,
{ file = "mypy-0.812-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:d65cc1df038ef55a99e617431f0553cd77763869eebdf9042403e16089fe746c" } ,
{ file = "mypy-0.812-cp36-cp36m-manylinux2010_x86_64.whl" , hash = "sha256:61a3d5b97955422964be6b3baf05ff2ce7f26f52c85dd88db11d5e03e146a3a6" } ,
{ file = "mypy-0.812-cp36-cp36m-win_amd64.whl" , hash = "sha256:25adde9b862f8f9aac9d2d11971f226bd4c8fbaa89fb76bdadb267ef22d10064" } ,
{ file = "mypy-0.812-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:552a815579aa1e995f39fd05dde6cd378e191b063f031f2acfe73ce9fb7f9e56" } ,
{ file = "mypy-0.812-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:499c798053cdebcaa916eef8cd733e5584b5909f789de856b482cd7d069bdad8" } ,
{ file = "mypy-0.812-cp37-cp37m-manylinux2010_x86_64.whl" , hash = "sha256:5873888fff1c7cf5b71efbe80e0e73153fe9212fafdf8e44adfe4c20ec9f82d7" } ,
{ file = "mypy-0.812-cp37-cp37m-win_amd64.whl" , hash = "sha256:9f94aac67a2045ec719ffe6111df543bac7874cee01f41928f6969756e030564" } ,
{ file = "mypy-0.812-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:d23e0ea196702d918b60c8288561e722bf437d82cb7ef2edcd98cfa38905d506" } ,
{ file = "mypy-0.812-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:674e822aa665b9fd75130c6c5f5ed9564a38c6cea6a6432ce47eafb68ee578c5" } ,
{ file = "mypy-0.812-cp38-cp38-manylinux2010_x86_64.whl" , hash = "sha256:abf7e0c3cf117c44d9285cc6128856106183938c68fd4944763003decdcfeb66" } ,
{ file = "mypy-0.812-cp38-cp38-win_amd64.whl" , hash = "sha256:0d0a87c0e7e3a9becdfbe936c981d32e5ee0ccda3e0f07e1ef2c3d1a817cf73e" } ,
{ file = "mypy-0.812-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:7ce3175801d0ae5fdfa79b4f0cfed08807af4d075b402b7e294e6aa72af9aa2a" } ,
{ file = "mypy-0.812-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:b09669bcda124e83708f34a94606e01b614fa71931d356c1f1a5297ba11f110a" } ,
{ file = "mypy-0.812-cp39-cp39-manylinux2010_x86_64.whl" , hash = "sha256:33f159443db0829d16f0a8d83d94df3109bb6dd801975fe86bacb9bf71628e97" } ,
{ file = "mypy-0.812-cp39-cp39-win_amd64.whl" , hash = "sha256:3f2aca7f68580dc2508289c729bd49ee929a436208d2b2b6aab15745a70a57df" } ,
{ file = "mypy-0.812-py3-none-any.whl" , hash = "sha256:2f9b3407c58347a452fc0736861593e105139b905cca7d097e413453a1d650b4" } ,
{ file = "mypy-0.812.tar.gz" , hash = "sha256:cd07039aa5df222037005b08fbbfd69b3ab0b0bd7a07d7906de75ae52c4e3119" } ,
2020-10-29 06:11:43 +00: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 = [
2021-05-23 14:19:52 -04:00
{ file = "nodeenv-1.6.0-py2.py3-none-any.whl" , hash = "sha256:621e6b7076565ddcacd2db0294c0381e01fd28945ab36bcf00f41c5daf63bef7" } ,
{ file = "nodeenv-1.6.0.tar.gz" , hash = "sha256:3ef13ff90291ba2a4a7a4ff9a979b63ffdd00a464dbe04acf0ea6471517a4c2b" } ,
2020-10-29 06:11:43 +00:00
]
packaging = [
2021-02-07 10:01:35 -05:00
{ file = "packaging-20.9-py2.py3-none-any.whl" , hash = "sha256:67714da7f7bc052e064859c05c595155bd1ee9f69f76557e21f051443c20947a" } ,
{ file = "packaging-20.9.tar.gz" , hash = "sha256:5b327ac1320dc863dca72f4514ecc086f31186744b84a230374cc1fd776feae5" } ,
2020-10-29 06:11:43 +00:00
]
pathspec = [
2020-11-15 16:32:48 +01:00
{ file = "pathspec-0.8.1-py2.py3-none-any.whl" , hash = "sha256:aa0cb481c4041bf52ffa7b0d8fa6cd3e88a2ca4879c533c9153882ee2556790d" } ,
{ file = "pathspec-0.8.1.tar.gz" , hash = "sha256:86379d6b86d75816baba717e64b1a3a3469deb93bb76d613c9ce79edc5cb68fd" } ,
2020-10-29 06:11:43 +00:00
]
pluggy = [
{ file = "pluggy-0.13.1-py2.py3-none-any.whl" , hash = "sha256:966c145cd83c96502c3c3868f50408687b38434af77734af1e9ca461a4081d2d" } ,
{ file = "pluggy-0.13.1.tar.gz" , hash = "sha256:15b2acde666561e1298d71b523007ed7364de07029219b604cf808bfa1c765b0" } ,
]
pre-commit = [
2021-05-23 14:19:52 -04:00
{ file = "pre_commit-2.13.0-py2.py3-none-any.whl" , hash = "sha256:b679d0fddd5b9d6d98783ae5f10fd0c4c59954f375b70a58cbe1ce9bcf9809a4" } ,
{ file = "pre_commit-2.13.0.tar.gz" , hash = "sha256:764972c60693dc668ba8e86eb29654ec3144501310f7198742a767bec385a378" } ,
2020-10-29 06:11:43 +00:00
]
py = [
2020-12-12 14:04:50 +01:00
{ file = "py-1.10.0-py2.py3-none-any.whl" , hash = "sha256:3b80836aa6d1feeaa108e046da6423ab8f6ceda6468545ae8d02d9d58d18818a" } ,
{ file = "py-1.10.0.tar.gz" , hash = "sha256:21b81bda15b66ef5e1a777a21c4dcd9c20ad3efd0b3f817e7a809035269e1bd3" } ,
2020-10-29 06:11:43 +00:00
]
pycairo = [
2021-06-06 18:38:56 -04:00
{ file = "pycairo-1.20.1-cp310-cp310-win32.whl" , hash = "sha256:736ffc618e851601e861a630293e5c910ef016b83b2d035a336f83a367bf56ab" } ,
{ file = "pycairo-1.20.1-cp310-cp310-win_amd64.whl" , hash = "sha256:261c69850d4b2ec03346c9745bad2a835bb8124e4c6961b8ceac503d744eb3b3" } ,
{ file = "pycairo-1.20.1-cp36-cp36m-win32.whl" , hash = "sha256:6db823a18e7be1eb2a29c28961f2f01e84d3b449f06be7338d05ac8f90592cd5" } ,
{ file = "pycairo-1.20.1-cp36-cp36m-win_amd64.whl" , hash = "sha256:5525da2d8de912750dd157752aa96f1f0a42a437c5625e85b14c936b5c6305ae" } ,
{ file = "pycairo-1.20.1-cp37-cp37m-win32.whl" , hash = "sha256:c8c2bb933974d91c5d19e54b846d964de177e7bf33433bf34ac34c85f9b30e94" } ,
{ file = "pycairo-1.20.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:9a32e4a3574a104aa876c35d5e71485dfd6986b18d045534c6ec510c44d5d6a7" } ,
{ file = "pycairo-1.20.1-cp38-cp38-win32.whl" , hash = "sha256:0d7a6754d410d911a46f00396bee4be96500ccd3d178e7e98aef1140e3dd67ae" } ,
{ file = "pycairo-1.20.1-cp38-cp38-win_amd64.whl" , hash = "sha256:b605151cdd23cedb31855b8666371b6e26b80f02753a52c8b8023a916b1df812" } ,
{ file = "pycairo-1.20.1-cp39-cp39-win32.whl" , hash = "sha256:e800486b51fffeb11ed867b4f2220d446e2a60a81a73b7c377123e0cbb72f49d" } ,
{ file = "pycairo-1.20.1-cp39-cp39-win_amd64.whl" , hash = "sha256:f123d3818e30b77b7209d70a6dcfd5b4e34885f9fa539d92dd7ff3e4e2037213" } ,
{ file = "pycairo-1.20.1.tar.gz" , hash = "sha256:1ee72b035b21a475e1ed648e26541b04e5d7e753d75ca79de8c583b25785531b" } ,
2020-10-29 06:11:43 +00:00
]
pycodestyle = [
2021-03-15 06:26:34 +00:00
{ file = "pycodestyle-2.7.0-py2.py3-none-any.whl" , hash = "sha256:514f76d918fcc0b55c6680472f0a37970994e07bbb80725808c17089be302068" } ,
{ file = "pycodestyle-2.7.0.tar.gz" , hash = "sha256:c389c1d06bf7904078ca03399a4816f974a1d590090fecea0c63ec26ebaf1cef" } ,
2020-10-29 06:11:43 +00:00
]
pyflakes = [
2021-03-28 09:48:07 +02:00
{ file = "pyflakes-2.3.1-py2.py3-none-any.whl" , hash = "sha256:7893783d01b8a89811dd72d7dfd4d84ff098e5eed95cfa8905b22bbffe52efc3" } ,
{ file = "pyflakes-2.3.1.tar.gz" , hash = "sha256:f5bc8ecabc05bb9d291eb5203d6810b49040f6ff446a756326104746cc00c1db" } ,
2020-10-29 06:11:43 +00:00
]
pygments = [
2021-05-23 14:19:52 -04:00
{ file = "Pygments-2.9.0-py3-none-any.whl" , hash = "sha256:d66e804411278594d764fc69ec36ec13d9ae9147193a1740cd34d272ca383b8e" } ,
{ file = "Pygments-2.9.0.tar.gz" , hash = "sha256:a18f47b506a429f6f4b9df81bb02beab9ca21d0a5fee38ed15aef65f0545519f" } ,
2020-10-29 06:11:43 +00:00
]
pygobject = [
2021-04-02 21:49:42 +02:00
{ file = "PyGObject-3.40.1.tar.gz" , hash = "sha256:6fb599aa59ceb9dd05fafb0d72b3862943e7d5e85c8ef6c74856bc6d4321cbab" } ,
2020-10-29 06:11:43 +00:00
]
pyparsing = [
{ file = "pyparsing-2.4.7-py2.py3-none-any.whl" , hash = "sha256:ef9d7589ef3c200abe66653d3f1ab1033c3c419ae9b9bdb1240a85b024efc88b" } ,
{ file = "pyparsing-2.4.7.tar.gz" , hash = "sha256:c203ec8783bf771a155b207279b9bccb8dea02d8f0c9e5f8ead507bc3246ecc1" } ,
]
pytest = [
2021-05-05 15:11:57 -04:00
{ file = "pytest-6.2.4-py3-none-any.whl" , hash = "sha256:91ef2131a9bd6be8f76f1f08eac5c5317221d6ad1e143ae03894b862e8976890" } ,
{ file = "pytest-6.2.4.tar.gz" , hash = "sha256:50bcad0a0b9c5a72c8e4e7c9855a3ad496ca6a881a3641b4260605450772c54b" } ,
2020-10-29 06:11:43 +00:00
]
pytest-cov = [
2021-06-02 06:26:16 -04:00
{ 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" } ,
2020-10-29 06:11:43 +00:00
]
2021-02-15 19:02:17 +01:00
pytest-mock = [
2021-05-08 13:30:51 -04:00
{ file = "pytest-mock-3.6.1.tar.gz" , hash = "sha256:40217a058c52a63f1042f0784f62009e976ba824c418cced42e88d5f40ab0e62" } ,
{ file = "pytest_mock-3.6.1-py3-none-any.whl" , hash = "sha256:30c2f2cc9759e76eee674b81ea28c9f0b94f8f0445a1b87762cadf774f0df7e3" } ,
2021-02-15 19:02:17 +01:00
]
2020-10-29 06:11:43 +00:00
pytest-runner = [
2021-05-20 05:29:12 +00:00
{ file = "pytest-runner-5.3.1.tar.gz" , hash = "sha256:0fce5b8dc68760f353979d99fdd6b3ad46330b6b1837e2077a89ebcf204aac91" } ,
{ file = "pytest_runner-5.3.1-py3-none-any.whl" , hash = "sha256:85f93af814438ee322b4ea08fe3f5c2ad53b253577f3bd84b2ad451fee450ac5" } ,
2020-10-29 06:11:43 +00:00
]
pytz = [
2021-02-07 10:01:35 -05:00
{ file = "pytz-2021.1-py2.py3-none-any.whl" , hash = "sha256:eb10ce3e7736052ed3623d49975ce333bcd712c7bb19a58b9e2089d4057d0798" } ,
{ file = "pytz-2021.1.tar.gz" , hash = "sha256:83a4a90894bf38e243cf052c8b58f381bfe9a7a483f6a9cab140bc7f702ac4da" } ,
2020-10-29 06:11:43 +00:00
]
pyyaml = [
2021-02-07 10:01:35 -05:00
{ file = "PyYAML-5.4.1-cp27-cp27m-macosx_10_9_x86_64.whl" , hash = "sha256:3b2b1824fe7112845700f815ff6a489360226a5609b96ec2190a45e62a9fc922" } ,
{ file = "PyYAML-5.4.1-cp27-cp27m-win32.whl" , hash = "sha256:129def1b7c1bf22faffd67b8f3724645203b79d8f4cc81f674654d9902cb4393" } ,
{ file = "PyYAML-5.4.1-cp27-cp27m-win_amd64.whl" , hash = "sha256:4465124ef1b18d9ace298060f4eccc64b0850899ac4ac53294547536533800c8" } ,
{ file = "PyYAML-5.4.1-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:bb4191dfc9306777bc594117aee052446b3fa88737cd13b7188d0e7aa8162185" } ,
{ file = "PyYAML-5.4.1-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:6c78645d400265a062508ae399b60b8c167bf003db364ecb26dcab2bda048253" } ,
{ file = "PyYAML-5.4.1-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:4e0583d24c881e14342eaf4ec5fbc97f934b999a6828693a99157fde912540cc" } ,
{ file = "PyYAML-5.4.1-cp36-cp36m-win32.whl" , hash = "sha256:3bd0e463264cf257d1ffd2e40223b197271046d09dadf73a0fe82b9c1fc385a5" } ,
{ file = "PyYAML-5.4.1-cp36-cp36m-win_amd64.whl" , hash = "sha256:e4fac90784481d221a8e4b1162afa7c47ed953be40d31ab4629ae917510051df" } ,
{ file = "PyYAML-5.4.1-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:5accb17103e43963b80e6f837831f38d314a0495500067cb25afab2e8d7a4018" } ,
{ file = "PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:e1d4970ea66be07ae37a3c2e48b5ec63f7ba6804bdddfdbd3cfd954d25a82e63" } ,
{ file = "PyYAML-5.4.1-cp37-cp37m-win32.whl" , hash = "sha256:dd5de0646207f053eb0d6c74ae45ba98c3395a571a2891858e87df7c9b9bd51b" } ,
{ file = "PyYAML-5.4.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:08682f6b72c722394747bddaf0aa62277e02557c0fd1c42cb853016a38f8dedf" } ,
{ file = "PyYAML-5.4.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:d2d9808ea7b4af864f35ea216be506ecec180628aced0704e34aca0b040ffe46" } ,
{ file = "PyYAML-5.4.1-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:8c1be557ee92a20f184922c7b6424e8ab6691788e6d86137c5d93c1a6ec1b8fb" } ,
{ file = "PyYAML-5.4.1-cp38-cp38-win32.whl" , hash = "sha256:fa5ae20527d8e831e8230cbffd9f8fe952815b2b7dae6ffec25318803a7528fc" } ,
{ file = "PyYAML-5.4.1-cp38-cp38-win_amd64.whl" , hash = "sha256:0f5f5786c0e09baddcd8b4b45f20a7b5d61a7e7e99846e3c799b05c7c53fa696" } ,
{ file = "PyYAML-5.4.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:294db365efa064d00b8d1ef65d8ea2c3426ac366c0c4368d930bf1c5fb497f77" } ,
{ file = "PyYAML-5.4.1-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:74c1485f7707cf707a7aef42ef6322b8f97921bd89be2ab6317fd782c2d53183" } ,
{ file = "PyYAML-5.4.1-cp39-cp39-win32.whl" , hash = "sha256:49d4cdd9065b9b6e206d0595fee27a96b5dd22618e7520c33204a4a3239d5b10" } ,
{ file = "PyYAML-5.4.1-cp39-cp39-win_amd64.whl" , hash = "sha256:c20cfa2d49991c8b4147af39859b167664f2ad4561704ee74c1de03318e898db" } ,
{ file = "PyYAML-5.4.1.tar.gz" , hash = "sha256:607774cbba28732bfa802b54baa7484215f530991055bb562efbed5b2f20a45e" } ,
2020-10-29 06:11:43 +00:00
]
recommonmark = [
2020-12-18 06:08:05 +00:00
{ file = "recommonmark-0.7.1-py2.py3-none-any.whl" , hash = "sha256:1b1db69af0231efce3fa21b94ff627ea33dee7079a01dd0a7f8482c3da148b3f" } ,
{ file = "recommonmark-0.7.1.tar.gz" , hash = "sha256:bdb4db649f2222dcd8d2d844f0006b958d627f732415d399791ee436a3686d67" } ,
2020-10-29 06:11:43 +00:00
]
regex = [
2021-05-23 14:19:52 -04:00
{ file = "regex-2021.4.4-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:619d71c59a78b84d7f18891fe914446d07edd48dc8328c8e149cbe0929b4e000" } ,
{ file = "regex-2021.4.4-cp36-cp36m-manylinux1_i686.whl" , hash = "sha256:47bf5bf60cf04d72bf6055ae5927a0bd9016096bf3d742fa50d9bf9f45aa0711" } ,
{ file = "regex-2021.4.4-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:281d2fd05555079448537fe108d79eb031b403dac622621c78944c235f3fcf11" } ,
{ file = "regex-2021.4.4-cp36-cp36m-manylinux2010_i686.whl" , hash = "sha256:bd28bc2e3a772acbb07787c6308e00d9626ff89e3bfcdebe87fa5afbfdedf968" } ,
{ file = "regex-2021.4.4-cp36-cp36m-manylinux2010_x86_64.whl" , hash = "sha256:7c2a1af393fcc09e898beba5dd59196edaa3116191cc7257f9224beaed3e1aa0" } ,
{ file = "regex-2021.4.4-cp36-cp36m-manylinux2014_aarch64.whl" , hash = "sha256:c38c71df845e2aabb7fb0b920d11a1b5ac8526005e533a8920aea97efb8ec6a4" } ,
{ file = "regex-2021.4.4-cp36-cp36m-manylinux2014_i686.whl" , hash = "sha256:96fcd1888ab4d03adfc9303a7b3c0bd78c5412b2bfbe76db5b56d9eae004907a" } ,
{ file = "regex-2021.4.4-cp36-cp36m-manylinux2014_x86_64.whl" , hash = "sha256:ade17eb5d643b7fead300a1641e9f45401c98eee23763e9ed66a43f92f20b4a7" } ,
{ file = "regex-2021.4.4-cp36-cp36m-win32.whl" , hash = "sha256:e8e5b509d5c2ff12f8418006d5a90e9436766133b564db0abaec92fd27fcee29" } ,
{ file = "regex-2021.4.4-cp36-cp36m-win_amd64.whl" , hash = "sha256:11d773d75fa650cd36f68d7ca936e3c7afaae41b863b8c387a22aaa78d3c5c79" } ,
{ file = "regex-2021.4.4-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:d3029c340cfbb3ac0a71798100ccc13b97dddf373a4ae56b6a72cf70dfd53bc8" } ,
{ file = "regex-2021.4.4-cp37-cp37m-manylinux1_i686.whl" , hash = "sha256:18c071c3eb09c30a264879f0d310d37fe5d3a3111662438889ae2eb6fc570c31" } ,
{ file = "regex-2021.4.4-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:4c557a7b470908b1712fe27fb1ef20772b78079808c87d20a90d051660b1d69a" } ,
{ file = "regex-2021.4.4-cp37-cp37m-manylinux2010_i686.whl" , hash = "sha256:01afaf2ec48e196ba91b37451aa353cb7eda77efe518e481707e0515025f0cd5" } ,
{ file = "regex-2021.4.4-cp37-cp37m-manylinux2010_x86_64.whl" , hash = "sha256:3a9cd17e6e5c7eb328517969e0cb0c3d31fd329298dd0c04af99ebf42e904f82" } ,
{ file = "regex-2021.4.4-cp37-cp37m-manylinux2014_aarch64.whl" , hash = "sha256:90f11ff637fe8798933fb29f5ae1148c978cccb0452005bf4c69e13db951e765" } ,
{ file = "regex-2021.4.4-cp37-cp37m-manylinux2014_i686.whl" , hash = "sha256:919859aa909429fb5aa9cf8807f6045592c85ef56fdd30a9a3747e513db2536e" } ,
{ file = "regex-2021.4.4-cp37-cp37m-manylinux2014_x86_64.whl" , hash = "sha256:339456e7d8c06dd36a22e451d58ef72cef293112b559010db3d054d5560ef439" } ,
{ file = "regex-2021.4.4-cp37-cp37m-win32.whl" , hash = "sha256:67bdb9702427ceddc6ef3dc382455e90f785af4c13d495f9626861763ee13f9d" } ,
{ file = "regex-2021.4.4-cp37-cp37m-win_amd64.whl" , hash = "sha256:32e65442138b7b76dd8173ffa2cf67356b7bc1768851dded39a7a13bf9223da3" } ,
{ file = "regex-2021.4.4-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:1e1c20e29358165242928c2de1482fb2cf4ea54a6a6dea2bd7a0e0d8ee321500" } ,
{ file = "regex-2021.4.4-cp38-cp38-manylinux1_i686.whl" , hash = "sha256:314d66636c494ed9c148a42731b3834496cc9a2c4251b1661e40936814542b14" } ,
{ file = "regex-2021.4.4-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:6d1b01031dedf2503631d0903cb563743f397ccaf6607a5e3b19a3d76fc10480" } ,
{ file = "regex-2021.4.4-cp38-cp38-manylinux2010_i686.whl" , hash = "sha256:741a9647fcf2e45f3a1cf0e24f5e17febf3efe8d4ba1281dcc3aa0459ef424dc" } ,
{ file = "regex-2021.4.4-cp38-cp38-manylinux2010_x86_64.whl" , hash = "sha256:4c46e22a0933dd783467cf32b3516299fb98cfebd895817d685130cc50cd1093" } ,
{ file = "regex-2021.4.4-cp38-cp38-manylinux2014_aarch64.whl" , hash = "sha256:e512d8ef5ad7b898cdb2d8ee1cb09a8339e4f8be706d27eaa180c2f177248a10" } ,
{ file = "regex-2021.4.4-cp38-cp38-manylinux2014_i686.whl" , hash = "sha256:980d7be47c84979d9136328d882f67ec5e50008681d94ecc8afa8a65ed1f4a6f" } ,
{ file = "regex-2021.4.4-cp38-cp38-manylinux2014_x86_64.whl" , hash = "sha256:ce15b6d103daff8e9fee13cf7f0add05245a05d866e73926c358e871221eae87" } ,
{ file = "regex-2021.4.4-cp38-cp38-win32.whl" , hash = "sha256:a91aa8619b23b79bcbeb37abe286f2f408d2f2d6f29a17237afda55bb54e7aac" } ,
{ file = "regex-2021.4.4-cp38-cp38-win_amd64.whl" , hash = "sha256:c0502c0fadef0d23b128605d69b58edb2c681c25d44574fc673b0e52dce71ee2" } ,
{ file = "regex-2021.4.4-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:598585c9f0af8374c28edd609eb291b5726d7cbce16be6a8b95aa074d252ee17" } ,
{ file = "regex-2021.4.4-cp39-cp39-manylinux1_i686.whl" , hash = "sha256:ee54ff27bf0afaf4c3b3a62bcd016c12c3fdb4ec4f413391a90bd38bc3624605" } ,
{ file = "regex-2021.4.4-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:7d9884d86dd4dd489e981d94a65cd30d6f07203d90e98f6f657f05170f6324c9" } ,
{ file = "regex-2021.4.4-cp39-cp39-manylinux2010_i686.whl" , hash = "sha256:bf5824bfac591ddb2c1f0a5f4ab72da28994548c708d2191e3b87dd207eb3ad7" } ,
{ file = "regex-2021.4.4-cp39-cp39-manylinux2010_x86_64.whl" , hash = "sha256:563085e55b0d4fb8f746f6a335893bda5c2cef43b2f0258fe1020ab1dd874df8" } ,
{ file = "regex-2021.4.4-cp39-cp39-manylinux2014_aarch64.whl" , hash = "sha256:b9c3db21af35e3b3c05764461b262d6f05bbca08a71a7849fd79d47ba7bc33ed" } ,
{ file = "regex-2021.4.4-cp39-cp39-manylinux2014_i686.whl" , hash = "sha256:3916d08be28a1149fb97f7728fca1f7c15d309a9f9682d89d79db75d5e52091c" } ,
{ file = "regex-2021.4.4-cp39-cp39-manylinux2014_x86_64.whl" , hash = "sha256:fd45ff9293d9274c5008a2054ecef86a9bfe819a67c7be1afb65e69b405b3042" } ,
{ file = "regex-2021.4.4-cp39-cp39-win32.whl" , hash = "sha256:fa4537fb4a98fe8fde99626e4681cc644bdcf2a795038533f9f711513a862ae6" } ,
{ file = "regex-2021.4.4-cp39-cp39-win_amd64.whl" , hash = "sha256:97f29f57d5b84e73fbaf99ab3e26134e6687348e95ef6b48cfd2c06807005a07" } ,
{ file = "regex-2021.4.4.tar.gz" , hash = "sha256:52ba3d3f9b942c49d7e4bc105bb28551c44065f139a65062ab7912bef10c9afb" } ,
2020-10-29 06:11:43 +00:00
]
requests = [
2020-12-17 15:47:48 +01:00
{ file = "requests-2.25.1-py2.py3-none-any.whl" , hash = "sha256:c210084e36a42ae6b9219e00e48287def368a26d03a048ddad7bfee44f75871e" } ,
{ file = "requests-2.25.1.tar.gz" , hash = "sha256:27973dd4a904a4f13b263a19c866c13b92a39ed1c964655f025f3f8d3d75b804" } ,
2020-10-29 06:11:43 +00:00
]
six = [
2021-05-23 14:19:52 -04:00
{ file = "six-1.16.0-py2.py3-none-any.whl" , hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254" } ,
{ file = "six-1.16.0.tar.gz" , hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926" } ,
2020-10-29 06:11:43 +00:00
]
snowballstemmer = [
2021-02-07 10:01:35 -05:00
{ file = "snowballstemmer-2.1.0-py2.py3-none-any.whl" , hash = "sha256:b51b447bea85f9968c13b650126a888aabd4cb4463fca868ec596826325dedc2" } ,
{ file = "snowballstemmer-2.1.0.tar.gz" , hash = "sha256:e997baa4f2e9139951b6f4c631bad912dfd3c792467e2f03d7239464af90e914" } ,
2020-10-29 06:11:43 +00:00
]
sphinx = [
2021-05-21 05:37:11 +00:00
{ file = "Sphinx-4.0.2-py3-none-any.whl" , hash = "sha256:d1cb10bee9c4231f1700ec2e24a91be3f3a3aba066ea4ca9f3bbe47e59d5a1d4" } ,
{ file = "Sphinx-4.0.2.tar.gz" , hash = "sha256:b5c2ae4120bf00c799ba9b3699bc895816d272d120080fbc967292f29b52b48c" } ,
2020-10-29 06:11:43 +00:00
]
sphinx-rtd-theme = [
2021-04-06 05:43:58 +00:00
{ file = "sphinx_rtd_theme-0.5.2-py2.py3-none-any.whl" , hash = "sha256:4a05bdbe8b1446d77a01e20a23ebc6777c74f43237035e76be89699308987d6f" } ,
{ file = "sphinx_rtd_theme-0.5.2.tar.gz" , hash = "sha256:32bd3b5d13dc8186d7a42fc816a23d32e83a4827d7d9882948e7b837c232da5a" } ,
2020-10-29 06:11:43 +00:00
]
sphinxcontrib-applehelp = [
{ file = "sphinxcontrib-applehelp-1.0.2.tar.gz" , hash = "sha256:a072735ec80e7675e3f432fcae8610ecf509c5f1869d17e2eecff44389cdbc58" } ,
{ file = "sphinxcontrib_applehelp-1.0.2-py2.py3-none-any.whl" , hash = "sha256:806111e5e962be97c29ec4c1e7fe277bfd19e9652fb1a4392105b43e01af885a" } ,
]
sphinxcontrib-devhelp = [
{ file = "sphinxcontrib-devhelp-1.0.2.tar.gz" , hash = "sha256:ff7f1afa7b9642e7060379360a67e9c41e8f3121f2ce9164266f61b9f4b338e4" } ,
{ file = "sphinxcontrib_devhelp-1.0.2-py2.py3-none-any.whl" , hash = "sha256:8165223f9a335cc1af7ffe1ed31d2871f325254c0423bc0c4c7cd1c1e4734a2e" } ,
]
sphinxcontrib-htmlhelp = [
2021-05-23 14:19:52 -04:00
{ file = "sphinxcontrib-htmlhelp-2.0.0.tar.gz" , hash = "sha256:f5f8bb2d0d629f398bf47d0d69c07bc13b65f75a81ad9e2f71a63d4b7a2f6db2" } ,
{ file = "sphinxcontrib_htmlhelp-2.0.0-py2.py3-none-any.whl" , hash = "sha256:d412243dfb797ae3ec2b59eca0e52dac12e75a241bf0e4eb861e450d06c6ed07" } ,
2020-10-29 06:11:43 +00:00
]
sphinxcontrib-jsmath = [
{ file = "sphinxcontrib-jsmath-1.0.1.tar.gz" , hash = "sha256:a9925e4a4587247ed2191a22df5f6970656cb8ca2bd6284309578f2153e0c4b8" } ,
{ file = "sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl" , hash = "sha256:2ec2eaebfb78f3f2078e73666b1415417a116cc848b72e5172e596c871103178" } ,
]
sphinxcontrib-qthelp = [
{ file = "sphinxcontrib-qthelp-1.0.3.tar.gz" , hash = "sha256:4c33767ee058b70dba89a6fc5c1892c0d57a54be67ddd3e7875a18d14cba5a72" } ,
{ file = "sphinxcontrib_qthelp-1.0.3-py2.py3-none-any.whl" , hash = "sha256:bd9fc24bcb748a8d51fd4ecaade681350aa63009a347a8c14e637895444dfab6" } ,
]
sphinxcontrib-serializinghtml = [
2021-05-23 14:19:52 -04:00
{ file = "sphinxcontrib-serializinghtml-1.1.5.tar.gz" , hash = "sha256:aa5f6de5dfdf809ef505c4895e51ef5c9eac17d0f287933eb49ec495280b6952" } ,
{ file = "sphinxcontrib_serializinghtml-1.1.5-py2.py3-none-any.whl" , hash = "sha256:352a9a00ae864471d3a7ead8d7d79f5fc0b57e8b3f95e9867eb9eb28999b92fd" } ,
2020-10-29 06:11:43 +00:00
]
tinycss2 = [
2020-10-30 06:08:44 +00:00
{ file = "tinycss2-1.1.0-py3-none-any.whl" , hash = "sha256:0353b5234bcaee7b1ac7ca3dea7e02cd338a9f8dcbb8f2dcd32a5795ec1e5f9a" } ,
{ file = "tinycss2-1.1.0.tar.gz" , hash = "sha256:fbdcac3044d60eb85fdb2aa840ece43cf7dbe798e373e6ee0be545d4d134e18a" } ,
2020-10-29 06:11:43 +00:00
]
toml = [
2020-11-15 16:32:48 +01:00
{ file = "toml-0.10.2-py2.py3-none-any.whl" , hash = "sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b" } ,
{ file = "toml-0.10.2.tar.gz" , hash = "sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f" } ,
2020-10-29 06:11:43 +00:00
]
tomlkit = [
2021-05-21 05:36:42 +00:00
{ file = "tomlkit-0.7.2-py2.py3-none-any.whl" , hash = "sha256:173ad840fa5d2aac140528ca1933c29791b79a374a0861a80347f42ec9328117" } ,
{ file = "tomlkit-0.7.2.tar.gz" , hash = "sha256:d7a454f319a7e9bd2e249f239168729327e4dd2d27b17dc68be264ad1ce36754" } ,
2020-10-29 06:11:43 +00:00
]
typed-ast = [
2021-05-23 14:19:52 -04:00
{ file = "typed_ast-1.4.3-cp35-cp35m-manylinux1_i686.whl" , hash = "sha256:2068531575a125b87a41802130fa7e29f26c09a2833fea68d9a40cf33902eba6" } ,
{ file = "typed_ast-1.4.3-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:c907f561b1e83e93fad565bac5ba9c22d96a54e7ea0267c708bffe863cbe4075" } ,
{ file = "typed_ast-1.4.3-cp35-cp35m-manylinux2014_aarch64.whl" , hash = "sha256:1b3ead4a96c9101bef08f9f7d1217c096f31667617b58de957f690c92378b528" } ,
{ file = "typed_ast-1.4.3-cp35-cp35m-win32.whl" , hash = "sha256:dde816ca9dac1d9c01dd504ea5967821606f02e510438120091b84e852367428" } ,
{ file = "typed_ast-1.4.3-cp35-cp35m-win_amd64.whl" , hash = "sha256:777a26c84bea6cd934422ac2e3b78863a37017618b6e5c08f92ef69853e765d3" } ,
{ file = "typed_ast-1.4.3-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:f8afcf15cc511ada719a88e013cec87c11aff7b91f019295eb4530f96fe5ef2f" } ,
{ file = "typed_ast-1.4.3-cp36-cp36m-manylinux1_i686.whl" , hash = "sha256:52b1eb8c83f178ab787f3a4283f68258525f8d70f778a2f6dd54d3b5e5fb4341" } ,
{ file = "typed_ast-1.4.3-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:01ae5f73431d21eead5015997ab41afa53aa1fbe252f9da060be5dad2c730ace" } ,
{ file = "typed_ast-1.4.3-cp36-cp36m-manylinux2014_aarch64.whl" , hash = "sha256:c190f0899e9f9f8b6b7863debfb739abcb21a5c054f911ca3596d12b8a4c4c7f" } ,
{ file = "typed_ast-1.4.3-cp36-cp36m-win32.whl" , hash = "sha256:398e44cd480f4d2b7ee8d98385ca104e35c81525dd98c519acff1b79bdaac363" } ,
{ file = "typed_ast-1.4.3-cp36-cp36m-win_amd64.whl" , hash = "sha256:bff6ad71c81b3bba8fa35f0f1921fb24ff4476235a6e94a26ada2e54370e6da7" } ,
{ file = "typed_ast-1.4.3-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:0fb71b8c643187d7492c1f8352f2c15b4c4af3f6338f21681d3681b3dc31a266" } ,
{ file = "typed_ast-1.4.3-cp37-cp37m-manylinux1_i686.whl" , hash = "sha256:760ad187b1041a154f0e4d0f6aae3e40fdb51d6de16e5c99aedadd9246450e9e" } ,
{ file = "typed_ast-1.4.3-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:5feca99c17af94057417d744607b82dd0a664fd5e4ca98061480fd8b14b18d04" } ,
{ file = "typed_ast-1.4.3-cp37-cp37m-manylinux2014_aarch64.whl" , hash = "sha256:95431a26309a21874005845c21118c83991c63ea800dd44843e42a916aec5899" } ,
{ file = "typed_ast-1.4.3-cp37-cp37m-win32.whl" , hash = "sha256:aee0c1256be6c07bd3e1263ff920c325b59849dc95392a05f258bb9b259cf39c" } ,
{ file = "typed_ast-1.4.3-cp37-cp37m-win_amd64.whl" , hash = "sha256:9ad2c92ec681e02baf81fdfa056fe0d818645efa9af1f1cd5fd6f1bd2bdfd805" } ,
{ file = "typed_ast-1.4.3-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:b36b4f3920103a25e1d5d024d155c504080959582b928e91cb608a65c3a49e1a" } ,
{ file = "typed_ast-1.4.3-cp38-cp38-manylinux1_i686.whl" , hash = "sha256:067a74454df670dcaa4e59349a2e5c81e567d8d65458d480a5b3dfecec08c5ff" } ,
{ file = "typed_ast-1.4.3-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:7538e495704e2ccda9b234b82423a4038f324f3a10c43bc088a1636180f11a41" } ,
{ file = "typed_ast-1.4.3-cp38-cp38-manylinux2014_aarch64.whl" , hash = "sha256:af3d4a73793725138d6b334d9d247ce7e5f084d96284ed23f22ee626a7b88e39" } ,
{ file = "typed_ast-1.4.3-cp38-cp38-win32.whl" , hash = "sha256:f2362f3cb0f3172c42938946dbc5b7843c2a28aec307c49100c8b38764eb6927" } ,
{ file = "typed_ast-1.4.3-cp38-cp38-win_amd64.whl" , hash = "sha256:dd4a21253f42b8d2b48410cb31fe501d32f8b9fbeb1f55063ad102fe9c425e40" } ,
{ file = "typed_ast-1.4.3-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:f328adcfebed9f11301eaedfa48e15bdece9b519fb27e6a8c01aa52a17ec31b3" } ,
{ file = "typed_ast-1.4.3-cp39-cp39-manylinux1_i686.whl" , hash = "sha256:2c726c276d09fc5c414693a2de063f521052d9ea7c240ce553316f70656c84d4" } ,
{ file = "typed_ast-1.4.3-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:cae53c389825d3b46fb37538441f75d6aecc4174f615d048321b716df2757fb0" } ,
{ file = "typed_ast-1.4.3-cp39-cp39-manylinux2014_aarch64.whl" , hash = "sha256:b9574c6f03f685070d859e75c7f9eeca02d6933273b5e69572e5ff9d5e3931c3" } ,
{ file = "typed_ast-1.4.3-cp39-cp39-win32.whl" , hash = "sha256:209596a4ec71d990d71d5e0d312ac935d86930e6eecff6ccc7007fe54d703808" } ,
{ file = "typed_ast-1.4.3-cp39-cp39-win_amd64.whl" , hash = "sha256:9c6d1a54552b5330bc657b7ef0eae25d00ba7ffe85d9ea8ae6540d2197a3788c" } ,
{ file = "typed_ast-1.4.3.tar.gz" , hash = "sha256:fb1bbeac803adea29cedd70781399c99138358c26d05fcbd23c13016b7f5ec65" } ,
2020-10-29 06:11:43 +00:00
]
typing-extensions = [
2021-05-04 14:38:57 -04:00
{ file = "typing_extensions-3.10.0.0-py2-none-any.whl" , hash = "sha256:0ac0f89795dd19de6b97debb0c6af1c70987fd80a2d62d1958f7e56fcc31b497" } ,
{ file = "typing_extensions-3.10.0.0-py3-none-any.whl" , hash = "sha256:779383f6086d90c99ae41cf0ff39aac8a7937a9283ce0a414e5dd782f4c94a84" } ,
{ file = "typing_extensions-3.10.0.0.tar.gz" , hash = "sha256:50b6f157849174217d0656f99dc82fe932884fb250826c18350e159ec6cdf342" } ,
2020-10-29 06:11:43 +00:00
]
urllib3 = [
2021-06-08 22:14:00 -04:00
{ file = "urllib3-1.26.5-py2.py3-none-any.whl" , hash = "sha256:753a0374df26658f99d826cfe40394a686d05985786d946fbe4165b5148f5a7c" } ,
{ file = "urllib3-1.26.5.tar.gz" , hash = "sha256:a7acd0977125325f516bda9735fa7142b909a8d01e8b2e4c8108d0984e6e0098" } ,
2020-10-29 06:11:43 +00:00
]
virtualenv = [
2021-06-08 22:14:00 -04:00
{ file = "virtualenv-20.4.7-py2.py3-none-any.whl" , hash = "sha256:2b0126166ea7c9c3661f5b8e06773d28f83322de7a3ff7d06f0aed18c9de6a76" } ,
{ file = "virtualenv-20.4.7.tar.gz" , hash = "sha256:14fdf849f80dbb29a4eb6caa9875d476ee2a5cf76a5f5415fa2f1606010ab467" } ,
2020-10-29 06:11:43 +00:00
]
webencodings = [
{ file = "webencodings-0.5.1-py2.py3-none-any.whl" , hash = "sha256:a0af1213f3c2226497a97e2b3aa01a7e4bee4f403f95be16fc9acd2947514a78" } ,
{ file = "webencodings-0.5.1.tar.gz" , hash = "sha256:b36a1c245f2d304965eb4e0a82848379241dc04b865afcc4aab16748587e1923" } ,
]
zipp = [
2021-03-06 22:05:23 +01:00
{ file = "zipp-3.4.1-py3-none-any.whl" , hash = "sha256:51cb66cc54621609dd593d1787f286ee42a5c0adbb4b29abea5a63edc3e03098" } ,
{ file = "zipp-3.4.1.tar.gz" , hash = "sha256:3607921face881ba3e026887d8150cca609d517579abe052ac81fc5aeffdbd76" } ,
2020-10-29 06:11:43 +00:00
]