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 = "*"
2021-07-20 11:08:21 +01:00
[ [ package ] ]
name = "backports.entry-points-selectable"
version = "1.1.0"
description = "Compatibility shim providing selectable entry points for older implementations"
category = "dev"
optional = false
python-versions = ">=2.7"
[ package . extras ]
docs = [ "sphinx" , "jaraco.packaging (>=8.2)" , "rst.linker (>=1.9)" ]
testing = [ "pytest (>=4.6)" , "pytest-flake8" , "pytest-cov" , "pytest-black (>=0.3.7)" , "pytest-mypy" , "pytest-checkdocs (>=2.4)" , "pytest-enabler (>=1.0.1)" ]
2020-10-29 06:11:43 +00:00
[ [ package ] ]
2021-03-06 22:05:23 +01:00
name = "black"
2021-07-16 18:47:39 -04:00
version = "21.7b0"
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"
2021-07-16 18:47:39 -04:00
tomli = ">=0.2.6,<2.0.0"
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-07-20 11:08:21 +01:00
name = "charset-normalizer"
2021-08-02 13:05:30 +02:00
version = "2.0.4"
2021-07-20 11:08:21 +01:00
description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
2021-03-18 21:29:19 +01:00
category = "dev"
2020-10-29 06:11:43 +00:00
optional = false
2021-07-20 11:08:21 +01:00
python-versions = ">=3.5.0"
[ package . extras ]
unicode_backport = [ "unicodedata2" ]
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\"" }
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 ]
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-08-02 13:05:30 +02:00
version = "3.1.8"
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-07-20 11:08:21 +01:00
version = "2.2.11"
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-07-20 11:08:21 +01:00
version = "3.2"
2021-03-18 21:29:19 +01:00
description = "Internationalized Domain Names in Applications (IDNA)"
category = "dev"
2020-10-29 06:11:43 +00:00
optional = false
2021-07-20 11:08:21 +01:00
python-versions = ">=3.5"
2020-10-29 06:11:43 +00:00
[ [ 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-08-28 10:40:44 -07:00
version = "4.7.1"
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 ]
zipp = ">=0.5"
2021-02-17 05:46:22 +00:00
[ package . extras ]
docs = [ "sphinx" , "jaraco.packaging (>=8.2)" , "rst.linker (>=1.9)" ]
2021-06-28 20:59:26 -04:00
perf = [ "ipython" ]
testing = [ "pytest (>=4.6)" , "pytest-checkdocs (>=2.4)" , "pytest-flake8" , "pytest-cov" , "pytest-enabler (>=1.0.1)" , "packaging" , "pep517" , "pyfakefs" , "flufl.flake8" , "pytest-perf (>=0.9.2)" , "pytest-black (>=0.3.7)" , "pytest-mypy" , "importlib-resources (>=1.3)" ]
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-07-29 20:24:48 -04:00
version = "5.9.3"
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
2021-06-25 12:03:05 -04:00
python-versions = ">=3.6.1,<4.0"
2020-10-29 06:11:43 +00:00
[ 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)" ]
2021-06-25 12:03:05 -04:00
plugins = [ "setuptools" ]
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-25 08:48:46 -04:00
version = "0.910"
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-11 14:44:56 -04:00
toml = "*"
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)" ]
2021-06-11 14:44:56 -04:00
python2 = [ "typed-ast (>=1.4.0,<1.5.0)" ]
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 = "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-07-09 23:45:40 +02:00
version = "21.0"
2021-03-18 21:29:19 +01:00
description = "Core utilities for Python packages"
category = "dev"
2020-10-29 06:11:43 +00:00
optional = false
2021-07-09 23:45:40 +02:00
python-versions = ">=3.6"
2020-10-29 06:11:43 +00:00
[ package . dependencies ]
pyparsing = ">=2.0.2"
[ [ package ] ]
2021-03-06 22:05:23 +01:00
name = "pathspec"
2021-07-20 11:08:21 +01:00
version = "0.9.0"
2021-03-18 21:29:19 +01:00
description = "Utility library for gitignore style pattern matching of file paths."
category = "dev"
2020-10-29 06:11:43 +00:00
optional = false
2021-07-20 11:08:21 +01:00
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
[ [ package ] ]
name = "platformdirs"
2021-08-02 13:05:30 +02:00
version = "2.2.0"
2021-07-20 11:08:21 +01:00
description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
category = "dev"
optional = false
2021-08-02 13:05:30 +02:00
python-versions = ">=3.6"
[ package . extras ]
docs = [ "Sphinx (>=4)" , "furo (>=2021.7.5b38)" , "proselint (>=0.10.2)" , "sphinx-autodoc-typehints (>=1.12)" ]
test = [ "appdirs (==1.4.4)" , "pytest (>=6)" , "pytest-cov (>=2.7)" , "pytest-mock (>=3.6)" ]
2020-10-29 06:11:43 +00:00
[ [ 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.*"
[ package . extras ]
dev = [ "pre-commit" , "tox" ]
[ [ package ] ]
2021-03-06 22:05:23 +01:00
name = "pre-commit"
2021-08-07 08:52:38 -04:00
version = "2.14.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"
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\"" }
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-07-09 23:45:40 +02:00
version = "2021.7.6"
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-07-20 11:08:21 +01:00
version = "2.26.0"
2021-03-18 21:29:19 +01:00
description = "Python HTTP for Humans."
category = "dev"
2020-10-29 06:11:43 +00:00
optional = false
2021-07-20 11:08:21 +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 . dependencies ]
certifi = ">=2017.4.17"
2021-07-20 11:08:21 +01:00
charset-normalizer = { version = ">=2.0.0,<2.1.0" , markers = "python_version >= \"3\"" }
idna = { version = ">=2.5,<4" , markers = "python_version >= \"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 ]
2021-03-18 21:29:19 +01:00
socks = [ "PySocks (>=1.5.6,!=1.5.7)" , "win-inet-pton" ]
2021-07-20 11:08:21 +01:00
use_chardet_on_py3 = [ "chardet (>=3.0.2,<5)" ]
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-07-26 22:03:13 +00:00
version = "4.1.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 = "*"
2021-07-14 21:16:42 -04:00
sphinxcontrib-htmlhelp = ">=2.0.0"
2020-10-29 06:11:43 +00:00
sphinxcontrib-jsmath = "*"
sphinxcontrib-qthelp = "*"
2021-07-14 21:16:42 -04:00
sphinxcontrib-serializinghtml = ">=1.1.5"
2020-10-29 06:11:43 +00:00
2021-02-17 05:46:22 +00:00
[ package . extras ]
docs = [ "sphinxcontrib-websupport" ]
2021-07-06 21:49:53 -04:00
lint = [ "flake8 (>=3.5.0)" , "isort" , "mypy (>=0.900)" , "docutils-stubs" , "types-typed-ast" , "types-pkg-resources" , "types-requests" ]
2021-02-17 05:46:22 +00:00
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" ]
2021-07-20 11:08:21 +01:00
[ [ package ] ]
name = "sphinxcontrib-images"
2021-08-11 20:42:03 -04:00
version = "0.9.4"
2021-07-20 11:08:21 +01:00
description = "Sphinx extension for thumbnails"
category = "dev"
optional = false
python-versions = "*"
[ package . dependencies ]
requests = ">2.2,<3"
sphinx = { version = ">=2.0" , markers = "python_version >= \"3.0\"" }
2020-10-29 06:11:43 +00:00
[ [ 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
2021-07-16 18:47:39 -04:00
[ [ package ] ]
name = "tomli"
2021-08-02 13:05:30 +02:00
version = "1.2.0"
2021-07-16 18:47:39 -04:00
description = "A lil' TOML parser"
category = "dev"
optional = false
python-versions = ">=3.6"
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 = "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-07-09 23:45:40 +02:00
version = "1.26.6"
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-08-02 13:05:30 +02:00
version = "20.7.0"
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
2021-07-20 11:08:21 +01: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-07-20 11:08:21 +01:00
"backports.entry-points-selectable" = ">=1.0.4"
2020-10-29 06:11:43 +00:00
distlib = ">=0.3.1,<1"
filelock = ">=3.0.0,<4"
2021-07-20 11:08:21 +01:00
platformdirs = ">=2,<3"
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)" ]
2021-08-02 13:05:30 +02:00
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)" ]
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-07-09 23:45:40 +02:00
version = "3.5.0"
2021-03-11 20:11:44 -05:00
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)" ]
2021-07-09 23:45:40 +02:00
testing = [ "pytest (>=4.6)" , "pytest-checkdocs (>=2.4)" , "pytest-flake8" , "pytest-cov" , "pytest-enabler (>=1.0.1)" , "jaraco.itertools" , "func-timeout" , "pytest-black (>=0.3.7)" , "pytest-mypy" ]
2020-10-29 06:11:43 +00:00
[ metadata ]
2021-03-18 21:29:19 +01:00
lock-version = "1.1"
2021-07-20 11:08:21 +01:00
python-versions = "^3.9"
2021-08-11 20:42:03 -04:00
content-hash = "c5bfd97a9d2189cc16943efa928afbe4adf96801f322e08eb463c5cdefddee79"
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" } ,
]
2021-07-20 11:08:21 +01:00
"backports.entry-points-selectable" = [
{ file = "backports.entry_points_selectable-1.1.0-py2.py3-none-any.whl" , hash = "sha256:a6d9a871cde5e15b4c4a53e3d43ba890cc6861ec1332c9c2428c92f977192acc" } ,
{ file = "backports.entry_points_selectable-1.1.0.tar.gz" , hash = "sha256:988468260ec1c196dab6ae1149260e2f5472c9110334e5d51adcb77867361f6a" } ,
]
2020-10-29 06:11:43 +00:00
black = [
2021-07-16 18:47:39 -04:00
{ file = "black-21.7b0-py3-none-any.whl" , hash = "sha256:1c7aa6ada8ee864db745b22790a32f94b2795c253a75d6d9b5e439ff10d23116" } ,
{ file = "black-21.7b0.tar.gz" , hash = "sha256:c8373c6491de9362e39271630b65b964607bc5c79c83783547d76c839b3aa219" } ,
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
]
2021-07-20 11:08:21 +01:00
charset-normalizer = [
2021-08-02 13:05:30 +02:00
{ file = "charset-normalizer-2.0.4.tar.gz" , hash = "sha256:f23667ebe1084be45f6ae0538e4a5a865206544097e4e8bbcacf42cd02a348f3" } ,
{ file = "charset_normalizer-2.0.4-py3-none-any.whl" , hash = "sha256:0c8911edd15d19223366a194a513099a302055a962bca2cec0f54b8b63175d8b" } ,
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 = [
2021-08-02 13:05:30 +02:00
{ file = "gaphas-3.1.8-py3-none-any.whl" , hash = "sha256:6674a2d9f2f1362b2e411499e25538d98acfb112ea3adf5919031c22b026a8a6" } ,
{ file = "gaphas-3.1.8.tar.gz" , hash = "sha256:f8571276686f1e5e74cf11ddb61160d5bb0bc831ffbd47a6240514272fb0edb8" } ,
2021-04-04 11:42:53 +02:00
]
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-07-20 11:08:21 +01:00
{ file = "identify-2.2.11-py2.py3-none-any.whl" , hash = "sha256:7abaecbb414e385752e8ce02d8c494f4fbc780c975074b46172598a28f1ab839" } ,
{ file = "identify-2.2.11.tar.gz" , hash = "sha256:a0e700637abcbd1caae58e0463861250095dfe330a8371733a471af706a4a29a" } ,
2020-10-29 06:11:43 +00:00
]
idna = [
2021-07-20 11:08:21 +01:00
{ file = "idna-3.2-py3-none-any.whl" , hash = "sha256:14475042e284991034cb48e06f6851428fb14c4dc953acd9be9a5e95c7b6dd7a" } ,
{ file = "idna-3.2.tar.gz" , hash = "sha256:467fbad99067910785144ce333826c71fb0e63a425657295239737f7ecd125f3" } ,
2020-10-29 06:11:43 +00:00
]
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-08-28 10:40:44 -07:00
{ file = "importlib_metadata-4.7.1-py3-none-any.whl" , hash = "sha256:9e04bf59076a15a9b6dd9c27806e8fcdf15280ba529c6a8cc3f4d5b4875bdd61" } ,
{ file = "importlib_metadata-4.7.1.tar.gz" , hash = "sha256:c4eb3dec5f697682e383a39701a7de11cd5c02daf8dd93534b69e3e6473f6b1b" } ,
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-07-29 20:24:48 -04:00
{ file = "isort-5.9.3-py3-none-any.whl" , hash = "sha256:e17d6e2b81095c9db0a03a8025a957f334d6ea30b26f9ec70805411e5c7c81f2" } ,
{ file = "isort-5.9.3.tar.gz" , hash = "sha256:9c2ea1e62d871267b78307fe511c0838ba0da28698c5732d54e2790bf3ba9899" } ,
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-08-14 07:53:09 -04:00
{ file = "MarkupSafe-2.0.1-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:d8446c54dc28c01e5a2dbac5a25f071f6653e6e40f3a8818e8b45d790fe6ef53" } ,
{ file = "MarkupSafe-2.0.1-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:36bc903cbb393720fad60fc28c10de6acf10dc6cc883f3e24ee4012371399a38" } ,
{ file = "MarkupSafe-2.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:2d7d807855b419fc2ed3e631034685db6079889a1f01d5d9dac950f764da3dad" } ,
{ file = "MarkupSafe-2.0.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:add36cb2dbb8b736611303cd3bfcee00afd96471b09cda130da3581cbdc56a6d" } ,
{ file = "MarkupSafe-2.0.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:168cd0a3642de83558a5153c8bd34f175a9a6e7f6dc6384b9655d2697312a646" } ,
{ file = "MarkupSafe-2.0.1-cp310-cp310-win32.whl" , hash = "sha256:99df47edb6bda1249d3e80fdabb1dab8c08ef3975f69aed437cb69d0a5de1e28" } ,
{ file = "MarkupSafe-2.0.1-cp310-cp310-win_amd64.whl" , hash = "sha256:e0f138900af21926a02425cf736db95be9f4af72ba1bb21453432a07f6082134" } ,
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" } ,
2021-08-14 07:53:09 -04:00
{ file = "MarkupSafe-2.0.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:bf5d821ffabf0ef3533c39c518f3357b171a1651c1ff6827325e4489b0e46c3c" } ,
{ file = "MarkupSafe-2.0.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:0d4b31cc67ab36e3392bbf3862cfbadac3db12bdd8b02a2731f509ed5b829724" } ,
{ file = "MarkupSafe-2.0.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:baa1a4e8f868845af802979fcdbf0bb11f94f1cb7ced4c4b8a351bb60d108145" } ,
2021-05-23 14:19:52 -04:00
{ 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" } ,
2021-08-14 07:53:09 -04:00
{ file = "MarkupSafe-2.0.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e9936f0b261d4df76ad22f8fee3ae83b60d7c3e871292cd42f40b81b70afae85" } ,
{ file = "MarkupSafe-2.0.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:2a7d351cbd8cfeb19ca00de495e224dea7e7d919659c2841bbb7f420ad03e2d6" } ,
{ file = "MarkupSafe-2.0.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:60bf42e36abfaf9aff1f50f52644b336d4f0a3fd6d8a60ca0d054ac9f713a864" } ,
2021-05-23 14:19:52 -04:00
{ 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" } ,
2021-08-14 07:53:09 -04:00
{ file = "MarkupSafe-2.0.1-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:5bb28c636d87e840583ee3adeb78172efc47c8b26127267f54a9c0ec251d41a9" } ,
2021-05-23 14:19:52 -04:00
{ 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" } ,
2021-08-14 07:53:09 -04:00
{ file = "MarkupSafe-2.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:6fcf051089389abe060c9cd7caa212c707e58153afa2c649f00346ce6d260f1b" } ,
{ file = "MarkupSafe-2.0.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:5855f8438a7d1d458206a2466bf82b0f104a3724bf96a1c781ab731e4201731a" } ,
{ file = "MarkupSafe-2.0.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:3dd007d54ee88b46be476e293f48c85048603f5f516008bee124ddd891398ed6" } ,
2021-05-23 14:19:52 -04:00
{ 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" } ,
2021-08-14 07:53:09 -04:00
{ file = "MarkupSafe-2.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:c47adbc92fc1bb2b3274c4b3a43ae0e4573d9fbff4f54cd484555edbf030baf1" } ,
{ file = "MarkupSafe-2.0.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:37205cac2a79194e3750b0af2a5720d95f786a55ce7df90c3af697bfa100eaac" } ,
{ file = "MarkupSafe-2.0.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:1f2ade76b9903f39aa442b4aadd2177decb66525062db244b35d71d0ee8599b6" } ,
2021-05-23 14:19:52 -04:00
{ 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-25 08:48:46 -04:00
{ file = "mypy-0.910-cp35-cp35m-macosx_10_9_x86_64.whl" , hash = "sha256:a155d80ea6cee511a3694b108c4494a39f42de11ee4e61e72bc424c490e46457" } ,
{ file = "mypy-0.910-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:b94e4b785e304a04ea0828759172a15add27088520dc7e49ceade7834275bedb" } ,
{ file = "mypy-0.910-cp35-cp35m-manylinux2010_x86_64.whl" , hash = "sha256:088cd9c7904b4ad80bec811053272986611b84221835e079be5bcad029e79dd9" } ,
{ file = "mypy-0.910-cp35-cp35m-win_amd64.whl" , hash = "sha256:adaeee09bfde366d2c13fe6093a7df5df83c9a2ba98638c7d76b010694db760e" } ,
{ file = "mypy-0.910-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:ecd2c3fe726758037234c93df7e98deb257fd15c24c9180dacf1ef829da5f921" } ,
{ file = "mypy-0.910-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:d9dd839eb0dc1bbe866a288ba3c1afc33a202015d2ad83b31e875b5905a079b6" } ,
{ file = "mypy-0.910-cp36-cp36m-manylinux2010_x86_64.whl" , hash = "sha256:3e382b29f8e0ccf19a2df2b29a167591245df90c0b5a2542249873b5c1d78212" } ,
{ file = "mypy-0.910-cp36-cp36m-win_amd64.whl" , hash = "sha256:53fd2eb27a8ee2892614370896956af2ff61254c275aaee4c230ae771cadd885" } ,
{ file = "mypy-0.910-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:b6fb13123aeef4a3abbcfd7e71773ff3ff1526a7d3dc538f3929a49b42be03f0" } ,
{ file = "mypy-0.910-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:e4dab234478e3bd3ce83bac4193b2ecd9cf94e720ddd95ce69840273bf44f6de" } ,
{ file = "mypy-0.910-cp37-cp37m-manylinux2010_x86_64.whl" , hash = "sha256:7df1ead20c81371ccd6091fa3e2878559b5c4d4caadaf1a484cf88d93ca06703" } ,
{ file = "mypy-0.910-cp37-cp37m-win_amd64.whl" , hash = "sha256:0aadfb2d3935988ec3815952e44058a3100499f5be5b28c34ac9d79f002a4a9a" } ,
{ file = "mypy-0.910-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:ec4e0cd079db280b6bdabdc807047ff3e199f334050db5cbb91ba3e959a67504" } ,
{ file = "mypy-0.910-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:119bed3832d961f3a880787bf621634ba042cb8dc850a7429f643508eeac97b9" } ,
{ file = "mypy-0.910-cp38-cp38-manylinux2010_x86_64.whl" , hash = "sha256:866c41f28cee548475f146aa4d39a51cf3b6a84246969f3759cb3e9c742fc072" } ,
{ file = "mypy-0.910-cp38-cp38-win_amd64.whl" , hash = "sha256:ceb6e0a6e27fb364fb3853389607cf7eb3a126ad335790fa1e14ed02fba50811" } ,
{ file = "mypy-0.910-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:1a85e280d4d217150ce8cb1a6dddffd14e753a4e0c3cf90baabb32cefa41b59e" } ,
{ file = "mypy-0.910-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:42c266ced41b65ed40a282c575705325fa7991af370036d3f134518336636f5b" } ,
{ file = "mypy-0.910-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:3c4b8ca36877fc75339253721f69603a9c7fdb5d4d5a95a1a1b899d8b86a4de2" } ,
{ file = "mypy-0.910-cp39-cp39-manylinux2010_x86_64.whl" , hash = "sha256:c0df2d30ed496a08de5daed2a9ea807d07c21ae0ab23acf541ab88c24b26ab97" } ,
{ file = "mypy-0.910-cp39-cp39-win_amd64.whl" , hash = "sha256:c6c2602dffb74867498f86e6129fd52a2770c48b7cd3ece77ada4fa38f94eba8" } ,
{ file = "mypy-0.910-py3-none-any.whl" , hash = "sha256:ef565033fa5a958e62796867b1df10c40263ea9ded87164d67572834e57a174d" } ,
{ file = "mypy-0.910.tar.gz" , hash = "sha256:704098302473cb31a218f1775a873b376b30b4c18229421e9e9dc8916fd16150" } ,
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-07-09 23:45:40 +02:00
{ file = "packaging-21.0-py3-none-any.whl" , hash = "sha256:c86254f9220d55e31cc94d69bade760f0847da8000def4dfe1c6b872fd14ff14" } ,
{ file = "packaging-21.0.tar.gz" , hash = "sha256:7dc96269f53a4ccec5c0670940a4281106dd0bb343f47b7471f779df49c2fbe7" } ,
2020-10-29 06:11:43 +00:00
]
pathspec = [
2021-07-20 11:08:21 +01:00
{ file = "pathspec-0.9.0-py2.py3-none-any.whl" , hash = "sha256:7d15c4ddb0b5c802d161efc417ec1a2558ea2653c2e8ad9c19098201dc1c993a" } ,
{ file = "pathspec-0.9.0.tar.gz" , hash = "sha256:e564499435a2673d586f6b2130bb5b95f04a3ba06f81b8f895b651a3c76aabb1" } ,
]
platformdirs = [
2021-08-02 13:05:30 +02:00
{ file = "platformdirs-2.2.0-py3-none-any.whl" , hash = "sha256:4666d822218db6a262bdfdc9c39d21f23b4cfdb08af331a81e92751daf6c866c" } ,
{ file = "platformdirs-2.2.0.tar.gz" , hash = "sha256:632daad3ab546bd8e6af0537d09805cec458dce201bccfe23012df73332e181e" } ,
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-08-07 08:52:38 -04:00
{ file = "pre_commit-2.14.0-py2.py3-none-any.whl" , hash = "sha256:ec3045ae62e1aa2eecfb8e86fa3025c2e3698f77394ef8d2011ce0aedd85b2d4" } ,
{ file = "pre_commit-2.14.0.tar.gz" , hash = "sha256:2386eeb4cf6633712c7cc9ede83684d53c8cafca6b59f79c738098b51c6d206c" } ,
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" } ,
2021-06-25 08:48:46 -04:00
{ file = "PyYAML-5.4.1-cp36-cp36m-manylinux2014_aarch64.whl" , hash = "sha256:72a01f726a9c7851ca9bfad6fd09ca4e090a023c00945ea05ba1638c09dc3347" } ,
{ file = "PyYAML-5.4.1-cp36-cp36m-manylinux2014_s390x.whl" , hash = "sha256:895f61ef02e8fed38159bb70f7e100e00f471eae2bc838cd0f4ebb21e28f8541" } ,
2021-02-07 10:01:35 -05:00
{ 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" } ,
2021-06-25 08:48:46 -04:00
{ file = "PyYAML-5.4.1-cp37-cp37m-manylinux2014_aarch64.whl" , hash = "sha256:cb333c16912324fd5f769fff6bc5de372e9e7a202247b48870bc251ed40239aa" } ,
{ file = "PyYAML-5.4.1-cp37-cp37m-manylinux2014_s390x.whl" , hash = "sha256:fe69978f3f768926cfa37b867e3843918e012cf83f680806599ddce33c2c68b0" } ,
2021-02-07 10:01:35 -05:00
{ 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" } ,
2021-06-25 08:48:46 -04:00
{ file = "PyYAML-5.4.1-cp38-cp38-manylinux2014_aarch64.whl" , hash = "sha256:fd7f6999a8070df521b6384004ef42833b9bd62cfee11a09bda1079b4b704247" } ,
{ file = "PyYAML-5.4.1-cp38-cp38-manylinux2014_s390x.whl" , hash = "sha256:bfb51918d4ff3d77c1c856a9699f8492c612cde32fd3bcd344af9be34999bfdc" } ,
2021-02-07 10:01:35 -05:00
{ 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" } ,
2021-06-25 08:48:46 -04:00
{ file = "PyYAML-5.4.1-cp39-cp39-manylinux2014_aarch64.whl" , hash = "sha256:d483ad4e639292c90170eb6f7783ad19490e7a8defb3e46f97dfe4bacae89122" } ,
{ file = "PyYAML-5.4.1-cp39-cp39-manylinux2014_s390x.whl" , hash = "sha256:fdc842473cd33f45ff6bce46aea678a54e3d21f1b61a7750ce3c498eedfe25d6" } ,
2021-02-07 10:01:35 -05:00
{ 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-07-09 23:45:40 +02:00
{ file = "regex-2021.7.6-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:e6a1e5ca97d411a461041d057348e578dc344ecd2add3555aedba3b408c9f874" } ,
{ file = "regex-2021.7.6-cp36-cp36m-manylinux1_i686.whl" , hash = "sha256:6afe6a627888c9a6cfbb603d1d017ce204cebd589d66e0703309b8048c3b0854" } ,
{ file = "regex-2021.7.6-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:ccb3d2190476d00414aab36cca453e4596e8f70a206e2aa8db3d495a109153d2" } ,
{ file = "regex-2021.7.6-cp36-cp36m-manylinux2010_i686.whl" , hash = "sha256:ed693137a9187052fc46eedfafdcb74e09917166362af4cc4fddc3b31560e93d" } ,
{ file = "regex-2021.7.6-cp36-cp36m-manylinux2010_x86_64.whl" , hash = "sha256:99d8ab206a5270c1002bfcf25c51bf329ca951e5a169f3b43214fdda1f0b5f0d" } ,
{ file = "regex-2021.7.6-cp36-cp36m-manylinux2014_i686.whl" , hash = "sha256:b85ac458354165405c8a84725de7bbd07b00d9f72c31a60ffbf96bb38d3e25fa" } ,
{ file = "regex-2021.7.6-cp36-cp36m-manylinux2014_x86_64.whl" , hash = "sha256:3f5716923d3d0bfb27048242a6e0f14eecdb2e2a7fac47eda1d055288595f222" } ,
{ file = "regex-2021.7.6-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e5983c19d0beb6af88cb4d47afb92d96751fb3fa1784d8785b1cdf14c6519407" } ,
2021-08-07 08:52:38 -04:00
{ file = "regex-2021.7.6-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:bf1d2d183abc7faa101ebe0b8d04fd19cb9138820abc8589083035c9440b8ca6" } ,
{ file = "regex-2021.7.6-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:1947e7de155063e1c495c50590229fb98720d4c383af5031bbcb413db33fa1be" } ,
{ file = "regex-2021.7.6-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:17d8a3f99b18d87ac54a449b836d485cc8c195bb6f5e4379c84c8519045facc9" } ,
{ file = "regex-2021.7.6-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:d30895ec80cc80358392841add9dde81ea1d54a4949049269115e6b0555d0498" } ,
2021-07-09 23:45:40 +02:00
{ file = "regex-2021.7.6-cp36-cp36m-win32.whl" , hash = "sha256:c92831dac113a6e0ab28bc98f33781383fe294df1a2c3dfd1e850114da35fd5b" } ,
{ file = "regex-2021.7.6-cp36-cp36m-win_amd64.whl" , hash = "sha256:791aa1b300e5b6e5d597c37c346fb4d66422178566bbb426dd87eaae475053fb" } ,
{ file = "regex-2021.7.6-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:59506c6e8bd9306cd8a41511e32d16d5d1194110b8cfe5a11d102d8b63cf945d" } ,
{ file = "regex-2021.7.6-cp37-cp37m-manylinux1_i686.whl" , hash = "sha256:564a4c8a29435d1f2256ba247a0315325ea63335508ad8ed938a4f14c4116a5d" } ,
{ file = "regex-2021.7.6-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:59c00bb8dd8775473cbfb967925ad2c3ecc8886b3b2d0c90a8e2707e06c743f0" } ,
{ file = "regex-2021.7.6-cp37-cp37m-manylinux2010_i686.whl" , hash = "sha256:9a854b916806c7e3b40e6616ac9e85d3cdb7649d9e6590653deb5b341a736cec" } ,
{ file = "regex-2021.7.6-cp37-cp37m-manylinux2010_x86_64.whl" , hash = "sha256:db2b7df831c3187a37f3bb80ec095f249fa276dbe09abd3d35297fc250385694" } ,
{ file = "regex-2021.7.6-cp37-cp37m-manylinux2014_i686.whl" , hash = "sha256:173bc44ff95bc1e96398c38f3629d86fa72e539c79900283afa895694229fe6a" } ,
{ file = "regex-2021.7.6-cp37-cp37m-manylinux2014_x86_64.whl" , hash = "sha256:15dddb19823f5147e7517bb12635b3c82e6f2a3a6b696cc3e321522e8b9308ad" } ,
{ file = "regex-2021.7.6-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:2ddeabc7652024803666ea09f32dd1ed40a0579b6fbb2a213eba590683025895" } ,
2021-08-07 08:52:38 -04:00
{ file = "regex-2021.7.6-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8244c681018423a0d1784bc6b9af33bdf55f2ab8acb1f3cd9dd83d90e0813253" } ,
{ file = "regex-2021.7.6-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:8a4c742089faf0e51469c6a1ad7e3d3d21afae54a16a6cead85209dfe0a1ce65" } ,
{ file = "regex-2021.7.6-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:914e626dc8e75fe4fc9b7214763f141d9f40165d00dfe680b104fa1b24063bbf" } ,
{ file = "regex-2021.7.6-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:3fabb19c82ecf39832a3f5060dfea9a7ab270ef156039a1143a29a83a09a62de" } ,
2021-07-09 23:45:40 +02:00
{ file = "regex-2021.7.6-cp37-cp37m-win32.whl" , hash = "sha256:f080248b3e029d052bf74a897b9d74cfb7643537fbde97fe8225a6467fb559b5" } ,
{ file = "regex-2021.7.6-cp37-cp37m-win_amd64.whl" , hash = "sha256:d8bbce0c96462dbceaa7ac4a7dfbbee92745b801b24bce10a98d2f2b1ea9432f" } ,
{ file = "regex-2021.7.6-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:edd1a68f79b89b0c57339bce297ad5d5ffcc6ae7e1afdb10f1947706ed066c9c" } ,
{ file = "regex-2021.7.6-cp38-cp38-manylinux1_i686.whl" , hash = "sha256:422dec1e7cbb2efbbe50e3f1de36b82906def93ed48da12d1714cabcd993d7f0" } ,
{ file = "regex-2021.7.6-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:cbe23b323988a04c3e5b0c387fe3f8f363bf06c0680daf775875d979e376bd26" } ,
{ file = "regex-2021.7.6-cp38-cp38-manylinux2010_i686.whl" , hash = "sha256:0eb2c6e0fcec5e0f1d3bcc1133556563222a2ffd2211945d7b1480c1b1a42a6f" } ,
{ file = "regex-2021.7.6-cp38-cp38-manylinux2010_x86_64.whl" , hash = "sha256:1c78780bf46d620ff4fff40728f98b8afd8b8e35c3efd638c7df67be2d5cddbf" } ,
{ file = "regex-2021.7.6-cp38-cp38-manylinux2014_i686.whl" , hash = "sha256:bc84fb254a875a9f66616ed4538542fb7965db6356f3df571d783f7c8d256edd" } ,
{ file = "regex-2021.7.6-cp38-cp38-manylinux2014_x86_64.whl" , hash = "sha256:598c0a79b4b851b922f504f9f39a863d83ebdfff787261a5ed061c21e67dd761" } ,
{ file = "regex-2021.7.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:875c355360d0f8d3d827e462b29ea7682bf52327d500a4f837e934e9e4656068" } ,
2021-08-07 08:52:38 -04:00
{ file = "regex-2021.7.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:dfc0957c4a4b91eff5ad036088769e600a25774256cd0e1154378591ce573f08" } ,
{ file = "regex-2021.7.6-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:efb4af05fa4d2fc29766bf516f1f5098d6b5c3ed846fde980c18bf8646ad3979" } ,
{ file = "regex-2021.7.6-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:7423aca7cc30a6228ccdcf2ea76f12923d652c5c7c6dc1959a0b004e308f39fb" } ,
{ file = "regex-2021.7.6-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:bb9834c1e77493efd7343b8e38950dee9797d2d6f2d5fd91c008dfaef64684b9" } ,
2021-07-09 23:45:40 +02:00
{ file = "regex-2021.7.6-cp38-cp38-win32.whl" , hash = "sha256:e586f448df2bbc37dfadccdb7ccd125c62b4348cb90c10840d695592aa1b29e0" } ,
{ file = "regex-2021.7.6-cp38-cp38-win_amd64.whl" , hash = "sha256:2fe5e71e11a54e3355fa272137d521a40aace5d937d08b494bed4529964c19c4" } ,
{ file = "regex-2021.7.6-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:6110bab7eab6566492618540c70edd4d2a18f40ca1d51d704f1d81c52d245026" } ,
{ file = "regex-2021.7.6-cp39-cp39-manylinux1_i686.whl" , hash = "sha256:4f64fc59fd5b10557f6cd0937e1597af022ad9b27d454e182485f1db3008f417" } ,
{ file = "regex-2021.7.6-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:89e5528803566af4df368df2d6f503c84fbfb8249e6631c7b025fe23e6bd0cde" } ,
{ file = "regex-2021.7.6-cp39-cp39-manylinux2010_i686.whl" , hash = "sha256:2366fe0479ca0e9afa534174faa2beae87847d208d457d200183f28c74eaea59" } ,
{ file = "regex-2021.7.6-cp39-cp39-manylinux2010_x86_64.whl" , hash = "sha256:f9392a4555f3e4cb45310a65b403d86b589adc773898c25a39184b1ba4db8985" } ,
{ file = "regex-2021.7.6-cp39-cp39-manylinux2014_i686.whl" , hash = "sha256:2bceeb491b38225b1fee4517107b8491ba54fba77cf22a12e996d96a3c55613d" } ,
{ file = "regex-2021.7.6-cp39-cp39-manylinux2014_x86_64.whl" , hash = "sha256:f98dc35ab9a749276f1a4a38ab3e0e2ba1662ce710f6530f5b0a6656f1c32b58" } ,
{ file = "regex-2021.7.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:319eb2a8d0888fa6f1d9177705f341bc9455a2c8aca130016e52c7fe8d6c37a3" } ,
2021-08-07 08:52:38 -04:00
{ file = "regex-2021.7.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:598ee917dbe961dcf827217bf2466bb86e4ee5a8559705af57cbabb3489dd37e" } ,
{ file = "regex-2021.7.6-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:56fc7045a1999a8d9dd1896715bc5c802dfec5b9b60e883d2cbdecb42adedea4" } ,
{ file = "regex-2021.7.6-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:e8363ac90ea63c3dd0872dfdb695f38aff3334bfa5712cffb238bd3ffef300e3" } ,
{ file = "regex-2021.7.6-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:716a6db91b3641f566531ffcc03ceec00b2447f0db9942b3c6ea5d2827ad6be3" } ,
2021-07-09 23:45:40 +02:00
{ file = "regex-2021.7.6-cp39-cp39-win32.whl" , hash = "sha256:eaf58b9e30e0e546cdc3ac06cf9165a1ca5b3de8221e9df679416ca667972035" } ,
{ file = "regex-2021.7.6-cp39-cp39-win_amd64.whl" , hash = "sha256:4c9c3155fe74269f61e27617529b7f09552fbb12e44b1189cebbdb24294e6e1c" } ,
{ file = "regex-2021.7.6.tar.gz" , hash = "sha256:8394e266005f2d8c6f0bc6780001f7afa3ef81a7a2111fa35058ded6fce79e4d" } ,
2020-10-29 06:11:43 +00:00
]
requests = [
2021-07-20 11:08:21 +01:00
{ file = "requests-2.26.0-py2.py3-none-any.whl" , hash = "sha256:6c1246513ecd5ecd4528a0906f910e8f0f9c6b8ec72030dc9fd154dc1a6efd24" } ,
{ file = "requests-2.26.0.tar.gz" , hash = "sha256:b8aa58f8cf793ffd8782d3d8cb19e66ef36f7aba4353eec859e74678b01b07a7" } ,
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-07-26 22:03:13 +00:00
{ file = "Sphinx-4.1.2-py3-none-any.whl" , hash = "sha256:46d52c6cee13fec44744b8c01ed692c18a640f6910a725cbb938bc36e8d64544" } ,
{ file = "Sphinx-4.1.2.tar.gz" , hash = "sha256:3092d929cd807926d846018f2ace47ba2f3b671b309c7a89cd3306e80c826b13" } ,
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
]
2021-07-20 11:08:21 +01:00
sphinxcontrib-images = [
2021-08-11 20:42:03 -04:00
{ file = "sphinxcontrib-images-0.9.4.tar.gz" , hash = "sha256:f6c237d0430793e65d91dbddb13b1fb26a2cf838040a9deeb52112969fbc4a4b" } ,
{ file = "sphinxcontrib_images-0.9.4-py2.py3-none-any.whl" , hash = "sha256:8863e8e8533a116f45cb92523938ab25879cc31dc594f5de4c3dbd9ab3d440b0" } ,
2021-07-20 11:08:21 +01:00
]
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
]
2021-07-16 18:47:39 -04:00
tomli = [
2021-08-02 13:05:30 +02:00
{ file = "tomli-1.2.0-py3-none-any.whl" , hash = "sha256:056f0376bf5a6b182c513f9582c1e5b0487265eb6c48842b69aa9ca1cd5f640a" } ,
{ file = "tomli-1.2.0.tar.gz" , hash = "sha256:d60e681734099207a6add7a10326bc2ddd1fdc36c1b0f547d00ef73ac63739c2" } ,
2021-07-16 18:47:39 -04:00
]
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
]
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-07-09 23:45:40 +02:00
{ file = "urllib3-1.26.6-py2.py3-none-any.whl" , hash = "sha256:39fb8672126159acb139a7718dd10806104dec1e2f0f6c88aab05d17df10c8d4" } ,
{ file = "urllib3-1.26.6.tar.gz" , hash = "sha256:f57b4c16c62fa2760b7e3d97c35b255512fb6b59a259730f36ba32ce9f8e342f" } ,
2020-10-29 06:11:43 +00:00
]
virtualenv = [
2021-08-02 13:05:30 +02:00
{ file = "virtualenv-20.7.0-py2.py3-none-any.whl" , hash = "sha256:fdfdaaf0979ac03ae7f76d5224a05b58165f3c804f8aa633f3dd6f22fbd435d5" } ,
{ file = "virtualenv-20.7.0.tar.gz" , hash = "sha256:97066a978431ec096d163e72771df5357c5c898ffdd587048f45e0aecc228094" } ,
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-07-09 23:45:40 +02:00
{ file = "zipp-3.5.0-py3-none-any.whl" , hash = "sha256:957cfda87797e389580cb8b9e3870841ca991e2125350677b2ca83a0e99390a3" } ,
{ file = "zipp-3.5.0.tar.gz" , hash = "sha256:f5812b1e007e48cff63449a5e9f4e7ebea716b4111f9c4f9a645f91d579bf0c4" } ,
2020-10-29 06:11:43 +00:00
]