2020-10-29 06:11:43 +00:00
[ [ package ] ]
2021-01-20 09:35:44 +01:00
name = "alabaster"
2021-01-23 15:14:16 -05: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-01-20 09:35:44 +01:00
name = "appdirs"
2021-01-23 15:14:16 -05: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-01-20 09:35:44 +01:00
name = "atomicwrites"
2021-01-23 15:14:16 -05: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-01-20 09:35:44 +01:00
name = "attrs"
2021-01-23 15:14:16 -05:00
version = "20.3.0"
description = "Classes Without Boilerplate"
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 ]
2021-01-23 15:14:16 -05:00
dev = [ "coverage[toml] (>=5.0.2)" , "hypothesis" , "pympler" , "pytest (>=4.3.0)" , "six" , "zope.interface" , "furo" , "sphinx" , "pre-commit" ]
2020-11-15 16:32:48 +01:00
docs = [ "furo" , "sphinx" , "zope.interface" ]
2021-01-23 15:14:16 -05:00
tests = [ "coverage[toml] (>=5.0.2)" , "hypothesis" , "pympler" , "pytest (>=4.3.0)" , "six" , "zope.interface" ]
tests_no_zope = [ "coverage[toml] (>=5.0.2)" , "hypothesis" , "pympler" , "pytest (>=4.3.0)" , "six" ]
2020-10-29 06:11:43 +00:00
[ [ package ] ]
2021-01-20 09:35:44 +01:00
name = "babel"
2021-01-23 15:14:16 -05:00
version = "2.9.0"
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-01-20 09:35:44 +01:00
name = "babelgladeextractor"
2021-01-23 15:14:16 -05: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-01-20 09:35:44 +01:00
name = "black"
2021-01-23 15:14:16 -05:00
version = "20.8b1"
description = "The uncompromising code formatter."
category = "dev"
2020-10-29 06:11:43 +00:00
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
appdirs = "*"
click = ">=7.1.2"
mypy-extensions = ">=0.4.3"
pathspec = ">=0.6,<1"
regex = ">=2020.1.8"
toml = ">=0.10.1"
typed-ast = ">=1.4.0"
typing-extensions = ">=3.7.4"
[ package . extras ]
colorama = [ "colorama (>=0.4.3)" ]
d = [ "aiohttp (>=3.3.2)" , "aiohttp-cors" ]
[ [ package ] ]
2021-01-20 09:35:44 +01:00
name = "certifi"
2021-01-23 15:14:16 -05:00
version = "2020.12.5"
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-01-20 09:35:44 +01:00
name = "cfgv"
2021-01-23 15:14:16 -05:00
version = "3.2.0"
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-01-20 09:35:44 +01:00
name = "chardet"
2021-01-23 15:14:16 -05: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-01-20 09:35:44 +01:00
name = "click"
2021-01-23 15:14:16 -05:00
version = "7.1.2"
description = "Composable command line interface toolkit"
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-01-20 09:35:44 +01:00
name = "colorama"
2021-01-23 15:14:16 -05: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-01-20 09:35:44 +01:00
name = "commonmark"
2021-01-23 15:14:16 -05: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-01-23 15:14:16 -05:00
test = [ "flake8 (==3.7.8)" , "hypothesis (==3.55.3)" ]
2020-10-29 06:11:43 +00:00
[ [ package ] ]
2021-01-20 09:35:44 +01:00
name = "coverage"
2021-01-23 15:14:16 -05:00
version = "5.3.1"
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-01-20 09:35:44 +01:00
name = "distlib"
2021-01-23 15:14:16 -05:00
version = "0.3.1"
description = "Distribution utilities"
category = "dev"
2020-10-29 06:11:43 +00:00
optional = false
python-versions = "*"
[ [ package ] ]
2021-01-20 09:35:44 +01:00
name = "docutils"
2021-01-23 15:14:16 -05:00
version = "0.16"
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-01-20 09:35:44 +01:00
name = "filelock"
2021-01-23 15:14:16 -05: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-01-20 09:35:44 +01:00
name = "flake8"
2021-01-23 15:14:16 -05:00
version = "3.8.4"
description = "the modular source code checker: pep8 pyflakes and co"
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 ]
2021-01-23 15:14:16 -05:00
importlib-metadata = { version = "*" , markers = "python_version < \"3.8\"" }
2020-10-29 06:11:43 +00:00
mccabe = ">=0.6.0,<0.7.0"
pycodestyle = ">=2.6.0a1,<2.7.0"
pyflakes = ">=2.2.0,<2.3.0"
[ [ package ] ]
2021-01-20 09:35:44 +01:00
name = "gaphas"
2021-01-23 15:14:16 -05:00
version = "3.0.0"
description = "Gaphas is a GTK+ based diagramming widget"
category = "main"
2020-10-29 06:11:43 +00:00
optional = false
2020-12-16 11:58:10 +01:00
python-versions = ">=3.7,<4.0"
2020-10-29 06:11:43 +00:00
[ package . dependencies ]
2021-01-20 09:35:44 +01:00
pycairo = ">=1.13.0,<2.0.0"
2021-01-23 15:14:16 -05:00
PyGObject = ">=3.20.0,<4.0.0"
2020-12-16 11:58:10 +01:00
typing-extensions = ">=3.7.4,<4.0.0"
2020-10-29 06:11:43 +00:00
[ [ package ] ]
2021-01-20 09:35:44 +01:00
name = "generic"
2021-01-23 15:14:16 -05: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-01-20 09:35:44 +01:00
name = "identify"
2021-01-23 15:14:16 -05:00
version = "1.5.13"
description = "File identification library for Python"
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 . extras ]
license = [ "editdistance" ]
[ [ package ] ]
2021-01-20 09:35:44 +01:00
name = "idna"
2021-01-23 15:14:16 -05: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-01-20 09:35:44 +01:00
name = "imagesize"
2021-01-23 15:14:16 -05: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-01-20 09:35:44 +01:00
name = "importlib-metadata"
2021-01-23 15:14:16 -05:00
version = "3.4.0"
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-01-23 15:14:16 -05:00
typing-extensions = { version = ">=3.6.4" , markers = "python_version < \"3.8\"" }
2020-10-29 06:11:43 +00:00
zipp = ">=0.5"
[ package . extras ]
2021-01-11 20:59:19 -05:00
docs = [ "sphinx" , "jaraco.packaging (>=8.2)" , "rst.linker (>=1.9)" ]
2021-01-23 15:14:16 -05:00
testing = [ "pytest (>=3.5,!=3.7.3)" , "pytest-checkdocs (>=1.2.3)" , "pytest-flake8" , "pytest-cov" , "pytest-enabler" , "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-01-20 09:35:44 +01:00
name = "iniconfig"
2021-01-23 15:14:16 -05: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-01-20 09:35:44 +01:00
name = "isort"
2021-01-23 15:14:16 -05:00
version = "5.7.0"
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-01-23 15:14:16 -05:00
colors = [ "colorama (>=0.4.3,<0.5.0)" ]
2020-10-29 06:11:43 +00:00
[ [ package ] ]
2021-01-20 09:35:44 +01:00
name = "jinja2"
2021-01-23 15:14:16 -05:00
version = "2.11.2"
description = "A very fast and expressive template engine."
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 ]
MarkupSafe = ">=0.23"
[ package . extras ]
i18n = [ "Babel (>=0.8)" ]
[ [ package ] ]
2021-01-20 09:35:44 +01:00
name = "markupsafe"
2021-01-23 15:14:16 -05:00
version = "1.1.1"
description = "Safely add untrusted strings to HTML/XML markup."
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-01-20 09:35:44 +01:00
name = "mccabe"
2021-01-23 15:14:16 -05: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-01-20 09:35:44 +01:00
name = "mypy"
2021-01-25 08:15:07 -05:00
version = "0.800"
2021-01-23 15:14:16 -05: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"
typed-ast = ">=1.4.0,<1.5.0"
typing-extensions = ">=3.7.4"
[ package . extras ]
dmypy = [ "psutil (>=4.0)" ]
[ [ package ] ]
2021-01-20 09:35:44 +01:00
name = "mypy-extensions"
2021-01-23 15:14:16 -05: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-01-20 09:35:44 +01:00
name = "nodeenv"
2021-01-23 15:14:16 -05:00
version = "1.5.0"
description = "Node.js virtual environment builder"
category = "dev"
2020-10-29 06:11:43 +00:00
optional = false
python-versions = "*"
[ [ package ] ]
2021-01-20 09:35:44 +01:00
name = "packaging"
2021-01-23 15:14:16 -05:00
version = "20.8"
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-01-20 09:35:44 +01:00
name = "pathspec"
2021-01-23 15:14:16 -05: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-01-20 09:35:44 +01:00
name = "pluggy"
2021-01-23 15:14:16 -05: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 . dependencies ]
2021-01-23 15:14:16 -05:00
importlib-metadata = { version = ">=0.12" , markers = "python_version < \"3.8\"" }
2020-10-29 06:11:43 +00:00
[ package . extras ]
dev = [ "pre-commit" , "tox" ]
[ [ package ] ]
2021-01-20 09:35:44 +01:00
name = "pre-commit"
2021-01-29 15:08:26 -05:00
version = "2.10.0"
2021-01-23 15:14:16 -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-01-23 15:14:16 -05: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-01-20 09:35:44 +01:00
name = "py"
2021-01-23 15:14:16 -05: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-01-20 09:35:44 +01:00
name = "pycairo"
2021-01-23 15:14:16 -05:00
version = "1.20.0"
description = "Python interface for cairo"
category = "main"
2020-10-29 06:11:43 +00:00
optional = false
python-versions = ">=3.6, <4"
[ [ package ] ]
2021-01-20 09:35:44 +01:00
name = "pycodestyle"
2021-01-23 15:14:16 -05:00
version = "2.6.0"
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-01-20 09:35:44 +01:00
name = "pyflakes"
2021-01-23 15:14:16 -05:00
version = "2.2.0"
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-01-20 09:35:44 +01:00
name = "pygments"
2021-01-23 15:14:16 -05:00
version = "2.7.4"
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-01-20 09:35:44 +01:00
name = "pygobject"
2021-01-23 15:14:16 -05:00
version = "3.38.0"
description = "Python bindings for GObject Introspection"
category = "main"
2020-10-29 06:11:43 +00:00
optional = false
python-versions = ">=3.5, <4"
[ package . dependencies ]
pycairo = ">=1.11.1"
[ [ package ] ]
2021-01-20 09:35:44 +01:00
name = "pyparsing"
2021-01-23 15:14:16 -05: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-01-20 09:35:44 +01:00
name = "pytest"
2021-01-26 06:00:10 +00:00
version = "6.2.2"
2021-01-23 15:14:16 -05: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-01-23 15:14:16 -05:00
atomicwrites = { version = ">=1.0" , markers = "sys_platform == \"win32\"" }
2020-12-15 20:33:00 +01:00
attrs = ">=19.2.0"
2021-01-23 15:14:16 -05: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 = "*"
[ package . extras ]
testing = [ "argcomplete" , "hypothesis (>=3.56)" , "mock" , "nose" , "requests" , "xmlschema" ]
[ [ package ] ]
2021-01-20 09:35:44 +01:00
name = "pytest-cov"
2021-01-23 15:14:16 -05:00
version = "2.11.1"
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-01-19 05:59:54 +00:00
coverage = ">=5.2.1"
2020-10-29 06:11:43 +00:00
pytest = ">=4.6"
[ package . extras ]
2021-01-23 15:14:16 -05:00
testing = [ "fields" , "hunter" , "process-tests (==2.0.2)" , "six" , "pytest-xdist" , "virtualenv" ]
2020-10-29 06:11:43 +00:00
[ [ package ] ]
2021-01-20 09:35:44 +01:00
name = "pytest-runner"
2021-01-23 15:14:16 -05:00
version = "5.2"
description = "Invoke py.test as distutils command with dependency resolution"
category = "dev"
2020-10-29 06:11:43 +00:00
optional = false
python-versions = ">=2.7"
[ package . extras ]
docs = [ "sphinx" , "jaraco.packaging (>=3.2)" , "rst.linker (>=1.9)" ]
2021-01-23 15:14:16 -05:00
testing = [ "pytest (>=3.5,!=3.7.3)" , "pytest-checkdocs" , "pytest-flake8" , "pytest-black-multipy" , "pytest-cov" , "pytest-virtualenv" ]
2020-10-29 06:11:43 +00:00
[ [ package ] ]
2021-01-20 09:35:44 +01:00
name = "pytz"
2021-01-23 15:14:16 -05:00
version = "2020.5"
description = "World timezone definitions, modern and historical"
category = "dev"
2020-10-29 06:11:43 +00:00
optional = false
python-versions = "*"
[ [ package ] ]
2021-01-20 09:35:44 +01:00
name = "pyyaml"
2021-01-23 15:14:16 -05:00
version = "5.4"
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-01-20 09:35:44 +01:00
name = "recommonmark"
2021-01-23 15:14:16 -05: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-01-20 09:35:44 +01:00
name = "regex"
2021-01-23 15:14:16 -05:00
version = "2020.11.13"
description = "Alternative regular expression module, to replace re."
category = "dev"
2020-10-29 06:11:43 +00:00
optional = false
python-versions = "*"
[ [ package ] ]
2021-01-20 09:35:44 +01:00
name = "requests"
2021-01-23 15:14:16 -05: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
[ package . extras ]
security = [ "pyOpenSSL (>=0.14)" , "cryptography (>=1.3.4)" ]
2021-01-23 15:14:16 -05:00
socks = [ "PySocks (>=1.5.6,!=1.5.7)" , "win-inet-pton" ]
2020-10-29 06:11:43 +00:00
[ [ package ] ]
2021-01-20 09:35:44 +01:00
name = "six"
2021-01-23 15:14:16 -05:00
version = "1.15.0"
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-01-20 09:35:44 +01:00
name = "snowballstemmer"
2021-01-23 15:14:16 -05:00
version = "2.0.0"
description = "This package provides 26 stemmers for 25 languages generated from Snowball algorithms."
category = "dev"
2020-10-29 06:11:43 +00:00
optional = false
python-versions = "*"
[ [ package ] ]
2021-01-20 09:35:44 +01:00
name = "sphinx"
2021-01-23 15:14:16 -05:00
version = "3.4.3"
description = "Python documentation generator"
category = "dev"
2020-10-29 06:11:43 +00:00
optional = false
python-versions = ">=3.5"
[ package . dependencies ]
alabaster = ">=0.7,<0.8"
babel = ">=1.3"
2021-01-23 15:14:16 -05:00
colorama = { version = ">=0.3.5" , markers = "sys_platform == \"win32\"" }
2020-10-29 06:11:43 +00:00
docutils = ">=0.12"
imagesize = "*"
2021-01-23 15:14:16 -05:00
Jinja2 = ">=2.3"
2020-10-29 06:11:43 +00:00
packaging = "*"
2021-01-23 15:14:16 -05: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 = "*"
[ package . extras ]
docs = [ "sphinxcontrib-websupport" ]
2020-12-21 07:05:55 +00:00
lint = [ "flake8 (>=3.5.0)" , "isort" , "mypy (>=0.790)" , "docutils-stubs" ]
test = [ "pytest" , "pytest-cov" , "html5lib" , "cython" , "typed-ast" ]
2020-10-29 06:11:43 +00:00
[ [ package ] ]
2021-01-20 09:35:44 +01:00
name = "sphinx-rtd-theme"
2021-01-23 15:14:16 -05:00
version = "0.5.1"
description = "Read the Docs theme for Sphinx"
category = "dev"
2020-10-29 06:11:43 +00:00
optional = false
python-versions = "*"
[ package . dependencies ]
sphinx = "*"
[ package . extras ]
dev = [ "transifex-client" , "sphinxcontrib-httpdomain" , "bump2version" ]
[ [ package ] ]
2021-01-20 09:35:44 +01:00
name = "sphinxcontrib-applehelp"
2021-01-23 15:14:16 -05: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-01-20 09:35:44 +01:00
name = "sphinxcontrib-devhelp"
2021-01-23 15:14:16 -05: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-01-20 09:35:44 +01:00
name = "sphinxcontrib-htmlhelp"
2021-01-23 15:14:16 -05:00
version = "1.0.3"
description = "sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files"
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" , "html5lib" ]
[ [ package ] ]
2021-01-20 09:35:44 +01:00
name = "sphinxcontrib-jsmath"
2021-01-23 15:14:16 -05: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-01-20 09:35:44 +01:00
name = "sphinxcontrib-qthelp"
2021-01-23 15:14:16 -05: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-01-20 09:35:44 +01:00
name = "sphinxcontrib-serializinghtml"
2021-01-23 15:14:16 -05:00
version = "1.1.4"
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-01-20 09:35:44 +01:00
name = "tinycss2"
2021-01-23 15:14:16 -05: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
[ package . dependencies ]
webencodings = ">=0.4"
[ 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-01-20 09:35:44 +01:00
name = "toml"
2021-01-23 15:14:16 -05: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-01-20 09:35:44 +01:00
name = "tomlkit"
2021-01-23 15:14:16 -05:00
version = "0.7.0"
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-01-20 09:35:44 +01:00
name = "typed-ast"
2021-01-23 15:14:16 -05:00
version = "1.4.2"
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-01-20 09:35:44 +01:00
name = "typing-extensions"
2021-01-23 15:14:16 -05:00
version = "3.7.4.3"
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-01-20 09:35:44 +01:00
name = "urllib3"
2021-01-23 15:14:16 -05:00
version = "1.26.2"
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 ]
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-01-23 15:14:16 -05:00
socks = [ "PySocks (>=1.5.6,!=1.5.7,<2.0)" ]
2020-10-29 06:11:43 +00:00
[ [ package ] ]
2021-01-20 09:35:44 +01:00
name = "virtualenv"
2021-01-23 15:14:16 -05:00
version = "20.4.0"
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-01-23 15:14:16 -05:00
importlib-metadata = { version = ">=0.12" , markers = "python_version < \"3.8\"" }
2020-10-29 06:11:43 +00:00
six = ">=1.9.0,<2"
[ package . extras ]
docs = [ "proselint (>=0.10.2)" , "sphinx (>=3)" , "sphinx-argparse (>=0.2.5)" , "sphinx-rtd-theme (>=0.4.3)" , "towncrier (>=19.9.0rc1)" ]
2021-01-13 16:45:11 +01: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)" , "xonsh (>=0.9.16)" ]
2020-10-29 06:11:43 +00:00
[ [ package ] ]
2021-01-20 09:35:44 +01:00
name = "webencodings"
2021-01-23 15:14:16 -05: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-01-20 09:35:44 +01:00
name = "zipp"
2021-01-23 15:14:16 -05:00
version = "3.4.0"
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 ]
docs = [ "sphinx" , "jaraco.packaging (>=3.2)" , "rst.linker (>=1.9)" ]
2021-01-23 15:14:16 -05:00
testing = [ "pytest (>=3.5,!=3.7.3)" , "pytest-checkdocs (>=1.2.3)" , "pytest-flake8" , "pytest-cov" , "jaraco.test (>=3.2.0)" , "jaraco.itertools" , "func-timeout" , "pytest-black (>=0.3.7)" , "pytest-mypy" ]
2020-10-29 06:11:43 +00:00
[ metadata ]
2021-01-23 15:14:16 -05:00
lock-version = "1.1"
2021-01-20 09:35:44 +01:00
python-versions = "^3.7"
2021-01-29 15:08:26 -05:00
content-hash = "061f6f5ea076fcf5653478bf1cc75c7340a77f49e204627f7ba923bc36626818"
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 = [
2020-11-15 16:32:48 +01:00
{ file = "attrs-20.3.0-py2.py3-none-any.whl" , hash = "sha256:31b2eced602aa8423c2aea9c76a724617ed67cf9513173fd3a4f03e3a929c7e6" } ,
{ file = "attrs-20.3.0.tar.gz" , hash = "sha256:832aa3cde19744e49938b91fea06d69ecb9e649c93ba974535d08ad92164f700" } ,
2020-10-29 06:11:43 +00:00
]
babel = [
2020-11-15 16:32:48 +01:00
{ file = "Babel-2.9.0-py2.py3-none-any.whl" , hash = "sha256:9d35c22fcc79893c3ecc85ac4a56cde1ecf3f19c540bba0922308a6c06ca6fa5" } ,
{ file = "Babel-2.9.0.tar.gz" , hash = "sha256:da031ab54472314f210b0adcff1588ee5d1d1d0ba4dbd07b94dba82bde791e05" } ,
2020-10-29 06:11:43 +00:00
]
babelgladeextractor = [
{ file = "BabelGladeExtractor-0.7.0.tar.bz2" , hash = "sha256:bcf805e28b4bb18c8b6909a65a7cf5c7c2bcbf4ae50b164878c9682d22271798" } ,
]
black = [
{ file = "black-20.8b1.tar.gz" , hash = "sha256:1c02557aa099101b9d21496f8a914e9ed2222ef70336404eeeac8edba836fbea" } ,
]
certifi = [
2020-12-12 14:04:50 +01:00
{ file = "certifi-2020.12.5-py2.py3-none-any.whl" , hash = "sha256:719a74fb9e33b9bd44cc7f3a8d94bc35e4049deebe19ba7d8e108280cfd59830" } ,
{ file = "certifi-2020.12.5.tar.gz" , hash = "sha256:1a4995114262bffbc2413b159f2a1a480c969de6e6eb13ee966d470af86af59c" } ,
2020-10-29 06:11:43 +00:00
]
cfgv = [
{ file = "cfgv-3.2.0-py2.py3-none-any.whl" , hash = "sha256:32e43d604bbe7896fe7c248a9c2276447dbef840feb28fe20494f62af110211d" } ,
{ file = "cfgv-3.2.0.tar.gz" , hash = "sha256:cf22deb93d4bcf92f345a5c3cd39d3d41d6340adc60c78bbbd6588c384fda6a1" } ,
]
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 = [
{ file = "click-7.1.2-py2.py3-none-any.whl" , hash = "sha256:dacca89f4bfadd5de3d7489b7c8a566eee0d3676333fbb50030263894c38c0dc" } ,
{ file = "click-7.1.2.tar.gz" , hash = "sha256:d2b5255c7c6349bc1bd1e59e08cd12acbbd63ce649f2588755783aa94dfb6b1a" } ,
]
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-01-03 20:17:10 +01:00
{ file = "coverage-5.3.1-cp27-cp27m-macosx_10_9_x86_64.whl" , hash = "sha256:fabeeb121735d47d8eab8671b6b031ce08514c86b7ad8f7d5490a7b6dcd6267d" } ,
{ file = "coverage-5.3.1-cp27-cp27m-manylinux1_i686.whl" , hash = "sha256:7e4d159021c2029b958b2363abec4a11db0ce8cd43abb0d9ce44284cb97217e7" } ,
{ file = "coverage-5.3.1-cp27-cp27m-manylinux1_x86_64.whl" , hash = "sha256:378ac77af41350a8c6b8801a66021b52da8a05fd77e578b7380e876c0ce4f528" } ,
{ file = "coverage-5.3.1-cp27-cp27m-manylinux2010_i686.whl" , hash = "sha256:e448f56cfeae7b1b3b5bcd99bb377cde7c4eb1970a525c770720a352bc4c8044" } ,
{ file = "coverage-5.3.1-cp27-cp27m-manylinux2010_x86_64.whl" , hash = "sha256:cc44e3545d908ecf3e5773266c487ad1877be718d9dc65fc7eb6e7d14960985b" } ,
{ file = "coverage-5.3.1-cp27-cp27m-win32.whl" , hash = "sha256:08b3ba72bd981531fd557f67beee376d6700fba183b167857038997ba30dd297" } ,
{ file = "coverage-5.3.1-cp27-cp27m-win_amd64.whl" , hash = "sha256:8dacc4073c359f40fcf73aede8428c35f84639baad7e1b46fce5ab7a8a7be4bb" } ,
{ file = "coverage-5.3.1-cp27-cp27mu-manylinux1_i686.whl" , hash = "sha256:ee2f1d1c223c3d2c24e3afbb2dd38be3f03b1a8d6a83ee3d9eb8c36a52bee899" } ,
{ file = "coverage-5.3.1-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:9a9d4ff06804920388aab69c5ea8a77525cf165356db70131616acd269e19b36" } ,
{ file = "coverage-5.3.1-cp27-cp27mu-manylinux2010_i686.whl" , hash = "sha256:782a5c7df9f91979a7a21792e09b34a658058896628217ae6362088b123c8500" } ,
{ file = "coverage-5.3.1-cp27-cp27mu-manylinux2010_x86_64.whl" , hash = "sha256:fda29412a66099af6d6de0baa6bd7c52674de177ec2ad2630ca264142d69c6c7" } ,
{ file = "coverage-5.3.1-cp35-cp35m-macosx_10_9_x86_64.whl" , hash = "sha256:f2c6888eada180814b8583c3e793f3f343a692fc802546eed45f40a001b1169f" } ,
{ file = "coverage-5.3.1-cp35-cp35m-manylinux1_i686.whl" , hash = "sha256:8f33d1156241c43755137288dea619105477961cfa7e47f48dbf96bc2c30720b" } ,
{ file = "coverage-5.3.1-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:b239711e774c8eb910e9b1ac719f02f5ae4bf35fa0420f438cdc3a7e4e7dd6ec" } ,
{ file = "coverage-5.3.1-cp35-cp35m-manylinux2010_i686.whl" , hash = "sha256:f54de00baf200b4539a5a092a759f000b5f45fd226d6d25a76b0dff71177a714" } ,
{ file = "coverage-5.3.1-cp35-cp35m-manylinux2010_x86_64.whl" , hash = "sha256:be0416074d7f253865bb67630cf7210cbc14eb05f4099cc0f82430135aaa7a3b" } ,
{ file = "coverage-5.3.1-cp35-cp35m-win32.whl" , hash = "sha256:c46643970dff9f5c976c6512fd35768c4a3819f01f61169d8cdac3f9290903b7" } ,
{ file = "coverage-5.3.1-cp35-cp35m-win_amd64.whl" , hash = "sha256:9a4f66259bdd6964d8cf26142733c81fb562252db74ea367d9beb4f815478e72" } ,
{ file = "coverage-5.3.1-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:c6e5174f8ca585755988bc278c8bb5d02d9dc2e971591ef4a1baabdf2d99589b" } ,
{ file = "coverage-5.3.1-cp36-cp36m-manylinux1_i686.whl" , hash = "sha256:3911c2ef96e5ddc748a3c8b4702c61986628bb719b8378bf1e4a6184bbd48fe4" } ,
{ file = "coverage-5.3.1-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:c5ec71fd4a43b6d84ddb88c1df94572479d9a26ef3f150cef3dacefecf888105" } ,
{ file = "coverage-5.3.1-cp36-cp36m-manylinux2010_i686.whl" , hash = "sha256:f51dbba78d68a44e99d484ca8c8f604f17e957c1ca09c3ebc2c7e3bbd9ba0448" } ,
{ file = "coverage-5.3.1-cp36-cp36m-manylinux2010_x86_64.whl" , hash = "sha256:a2070c5affdb3a5e751f24208c5c4f3d5f008fa04d28731416e023c93b275277" } ,
{ file = "coverage-5.3.1-cp36-cp36m-win32.whl" , hash = "sha256:535dc1e6e68fad5355f9984d5637c33badbdc987b0c0d303ee95a6c979c9516f" } ,
{ file = "coverage-5.3.1-cp36-cp36m-win_amd64.whl" , hash = "sha256:a4857f7e2bc6921dbd487c5c88b84f5633de3e7d416c4dc0bb70256775551a6c" } ,
{ file = "coverage-5.3.1-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:fac3c432851038b3e6afe086f777732bcf7f6ebbfd90951fa04ee53db6d0bcdd" } ,
{ file = "coverage-5.3.1-cp37-cp37m-manylinux1_i686.whl" , hash = "sha256:cd556c79ad665faeae28020a0ab3bda6cd47d94bec48e36970719b0b86e4dcf4" } ,
{ file = "coverage-5.3.1-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:a66ca3bdf21c653e47f726ca57f46ba7fc1f260ad99ba783acc3e58e3ebdb9ff" } ,
{ file = "coverage-5.3.1-cp37-cp37m-manylinux2010_i686.whl" , hash = "sha256:ab110c48bc3d97b4d19af41865e14531f300b482da21783fdaacd159251890e8" } ,
{ file = "coverage-5.3.1-cp37-cp37m-manylinux2010_x86_64.whl" , hash = "sha256:e52d3d95df81c8f6b2a1685aabffadf2d2d9ad97203a40f8d61e51b70f191e4e" } ,
{ file = "coverage-5.3.1-cp37-cp37m-win32.whl" , hash = "sha256:fa10fee7e32213f5c7b0d6428ea92e3a3fdd6d725590238a3f92c0de1c78b9d2" } ,
{ file = "coverage-5.3.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:ce6f3a147b4b1a8b09aae48517ae91139b1b010c5f36423fa2b866a8b23df879" } ,
{ file = "coverage-5.3.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:93a280c9eb736a0dcca19296f3c30c720cb41a71b1f9e617f341f0a8e791a69b" } ,
{ file = "coverage-5.3.1-cp38-cp38-manylinux1_i686.whl" , hash = "sha256:3102bb2c206700a7d28181dbe04d66b30780cde1d1c02c5f3c165cf3d2489497" } ,
{ file = "coverage-5.3.1-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:8ffd4b204d7de77b5dd558cdff986a8274796a1e57813ed005b33fd97e29f059" } ,
{ file = "coverage-5.3.1-cp38-cp38-manylinux2010_i686.whl" , hash = "sha256:a607ae05b6c96057ba86c811d9c43423f35e03874ffb03fbdcd45e0637e8b631" } ,
{ file = "coverage-5.3.1-cp38-cp38-manylinux2010_x86_64.whl" , hash = "sha256:3a3c3f8863255f3c31db3889f8055989527173ef6192a283eb6f4db3c579d830" } ,
{ file = "coverage-5.3.1-cp38-cp38-win32.whl" , hash = "sha256:ff1330e8bc996570221b450e2d539134baa9465f5cb98aff0e0f73f34172e0ae" } ,
{ file = "coverage-5.3.1-cp38-cp38-win_amd64.whl" , hash = "sha256:3498b27d8236057def41de3585f317abae235dd3a11d33e01736ffedb2ef8606" } ,
{ file = "coverage-5.3.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:ceb499d2b3d1d7b7ba23abe8bf26df5f06ba8c71127f188333dddcf356b4b63f" } ,
{ file = "coverage-5.3.1-cp39-cp39-manylinux1_i686.whl" , hash = "sha256:3b14b1da110ea50c8bcbadc3b82c3933974dbeea1832e814aab93ca1163cd4c1" } ,
{ file = "coverage-5.3.1-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:76b2775dda7e78680d688daabcb485dc87cf5e3184a0b3e012e1d40e38527cc8" } ,
{ file = "coverage-5.3.1-cp39-cp39-manylinux2010_i686.whl" , hash = "sha256:cef06fb382557f66d81d804230c11ab292d94b840b3cb7bf4450778377b592f4" } ,
{ file = "coverage-5.3.1-cp39-cp39-manylinux2010_x86_64.whl" , hash = "sha256:6f61319e33222591f885c598e3e24f6a4be3533c1d70c19e0dc59e83a71ce27d" } ,
{ file = "coverage-5.3.1-cp39-cp39-win32.whl" , hash = "sha256:cc6f8246e74dd210d7e2b56c76ceaba1cc52b025cd75dbe96eb48791e0250e98" } ,
{ file = "coverage-5.3.1-cp39-cp39-win_amd64.whl" , hash = "sha256:2757fa64e11ec12220968f65d086b7a29b6583d16e9a544c889b22ba98555ef1" } ,
{ file = "coverage-5.3.1-pp36-none-any.whl" , hash = "sha256:723d22d324e7997a651478e9c5a3120a0ecbc9a7e94071f7e1954562a8806cf3" } ,
{ file = "coverage-5.3.1-pp37-none-any.whl" , hash = "sha256:c89b558f8a9a5a6f2cfc923c304d49f0ce629c3bd85cb442ca258ec20366394c" } ,
{ file = "coverage-5.3.1.tar.gz" , hash = "sha256:38f16b1317b8dd82df67ed5daa5f5e7c959e46579840d77a67a4ceb9cef0a50b" } ,
2020-10-29 06:11:43 +00:00
]
distlib = [
{ file = "distlib-0.3.1-py2.py3-none-any.whl" , hash = "sha256:8c09de2c67b3e7deef7184574fc060ab8a793e7adbb183d942c389c8b13c52fb" } ,
{ file = "distlib-0.3.1.zip" , hash = "sha256:edf6116872c863e1aa9d5bb7cb5e05a022c519a4594dc703843343a9ddd9bff1" } ,
]
docutils = [
{ file = "docutils-0.16-py2.py3-none-any.whl" , hash = "sha256:0c5b78adfbf7762415433f5515cd5c9e762339e23369dbe8000d84a4bf4ab3af" } ,
{ file = "docutils-0.16.tar.gz" , hash = "sha256:c2de3a60e9e7d07be26b7f2b00ca0309c207e06c100f9cc2a94931fc75a478fc" } ,
]
filelock = [
{ file = "filelock-3.0.12-py3-none-any.whl" , hash = "sha256:929b7d63ec5b7d6b71b0fa5ac14e030b3f70b75747cef1b10da9b879fef15836" } ,
{ file = "filelock-3.0.12.tar.gz" , hash = "sha256:18d82244ee114f543149c66a6e0c14e9c4f8a1044b5cdaadd0f82159d6a6ff59" } ,
]
flake8 = [
{ file = "flake8-3.8.4-py2.py3-none-any.whl" , hash = "sha256:749dbbd6bfd0cf1318af27bf97a14e28e5ff548ef8e5b1566ccfb25a11e7c839" } ,
{ file = "flake8-3.8.4.tar.gz" , hash = "sha256:aadae8761ec651813c24be05c6f7b4680857ef6afaae4651a4eccaef97ce6c3b" } ,
]
2020-12-16 11:58:10 +01:00
gaphas = [
2021-01-20 09:35:44 +01:00
{ file = "gaphas-3.0.0-py3-none-any.whl" , hash = "sha256:ef7a59130ecd48fbef38916e0466768d6647aaf88ff59d61a626c5834b0205b5" } ,
{ file = "gaphas-3.0.0.tar.gz" , hash = "sha256:a15810011a83d0c0a0343c7f436a8e428e1d6109f31dd03b542bd2c929eb9695" } ,
2020-12-16 11:58:10 +01: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-01-20 09:35:44 +01:00
{ file = "identify-1.5.13-py2.py3-none-any.whl" , hash = "sha256:9dfb63a2e871b807e3ba62f029813552a24b5289504f5b071dea9b041aee9fe4" } ,
{ file = "identify-1.5.13.tar.gz" , hash = "sha256:70b638cf4743f33042bebb3b51e25261a0a10e80f978739f17e7fd4837664a66" } ,
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-01-11 20:59:19 -05:00
{ file = "importlib_metadata-3.4.0-py3-none-any.whl" , hash = "sha256:ace61d5fc652dc280e7b6b4ff732a9c2d40db2c0f92bc6cb74e07b73d53a1771" } ,
{ file = "importlib_metadata-3.4.0.tar.gz" , hash = "sha256:fa5daa4477a7414ae34e95942e4dd07f62adf589143c875c133c1e53c4eff38d" } ,
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 = [
2020-12-31 05:27:11 +00:00
{ file = "isort-5.7.0-py3-none-any.whl" , hash = "sha256:fff4f0c04e1825522ce6949973e83110a6e907750cd92d128b0d14aaaadbffdc" } ,
{ file = "isort-5.7.0.tar.gz" , hash = "sha256:c729845434366216d320e936b8ad6f9d681aab72dc7cbc2d51bedc3582f3ad1e" } ,
2020-10-29 06:11:43 +00:00
]
jinja2 = [
{ file = "Jinja2-2.11.2-py2.py3-none-any.whl" , hash = "sha256:f0a4641d3cf955324a89c04f3d94663aa4d638abe8f733ecd3582848e1c37035" } ,
{ file = "Jinja2-2.11.2.tar.gz" , hash = "sha256:89aab215427ef59c34ad58735269eb58b1a5808103067f7bb9d5836c651b3bb0" } ,
]
markupsafe = [
{ file = "MarkupSafe-1.1.1-cp27-cp27m-macosx_10_6_intel.whl" , hash = "sha256:09027a7803a62ca78792ad89403b1b7a73a01c8cb65909cd876f7fcebd79b161" } ,
{ file = "MarkupSafe-1.1.1-cp27-cp27m-manylinux1_i686.whl" , hash = "sha256:e249096428b3ae81b08327a63a485ad0878de3fb939049038579ac0ef61e17e7" } ,
{ file = "MarkupSafe-1.1.1-cp27-cp27m-manylinux1_x86_64.whl" , hash = "sha256:500d4957e52ddc3351cabf489e79c91c17f6e0899158447047588650b5e69183" } ,
{ file = "MarkupSafe-1.1.1-cp27-cp27m-win32.whl" , hash = "sha256:b2051432115498d3562c084a49bba65d97cf251f5a331c64a12ee7e04dacc51b" } ,
{ file = "MarkupSafe-1.1.1-cp27-cp27m-win_amd64.whl" , hash = "sha256:98c7086708b163d425c67c7a91bad6e466bb99d797aa64f965e9d25c12111a5e" } ,
{ file = "MarkupSafe-1.1.1-cp27-cp27mu-manylinux1_i686.whl" , hash = "sha256:cd5df75523866410809ca100dc9681e301e3c27567cf498077e8551b6d20e42f" } ,
{ file = "MarkupSafe-1.1.1-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:43a55c2930bbc139570ac2452adf3d70cdbb3cfe5912c71cdce1c2c6bbd9c5d1" } ,
{ file = "MarkupSafe-1.1.1-cp34-cp34m-macosx_10_6_intel.whl" , hash = "sha256:1027c282dad077d0bae18be6794e6b6b8c91d58ed8a8d89a89d59693b9131db5" } ,
{ file = "MarkupSafe-1.1.1-cp34-cp34m-manylinux1_i686.whl" , hash = "sha256:62fe6c95e3ec8a7fad637b7f3d372c15ec1caa01ab47926cfdf7a75b40e0eac1" } ,
{ file = "MarkupSafe-1.1.1-cp34-cp34m-manylinux1_x86_64.whl" , hash = "sha256:88e5fcfb52ee7b911e8bb6d6aa2fd21fbecc674eadd44118a9cc3863f938e735" } ,
{ file = "MarkupSafe-1.1.1-cp34-cp34m-win32.whl" , hash = "sha256:ade5e387d2ad0d7ebf59146cc00c8044acbd863725f887353a10df825fc8ae21" } ,
{ file = "MarkupSafe-1.1.1-cp34-cp34m-win_amd64.whl" , hash = "sha256:09c4b7f37d6c648cb13f9230d847adf22f8171b1ccc4d5682398e77f40309235" } ,
{ file = "MarkupSafe-1.1.1-cp35-cp35m-macosx_10_6_intel.whl" , hash = "sha256:79855e1c5b8da654cf486b830bd42c06e8780cea587384cf6545b7d9ac013a0b" } ,
{ file = "MarkupSafe-1.1.1-cp35-cp35m-manylinux1_i686.whl" , hash = "sha256:c8716a48d94b06bb3b2524c2b77e055fb313aeb4ea620c8dd03a105574ba704f" } ,
{ file = "MarkupSafe-1.1.1-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:7c1699dfe0cf8ff607dbdcc1e9b9af1755371f92a68f706051cc8c37d447c905" } ,
{ file = "MarkupSafe-1.1.1-cp35-cp35m-win32.whl" , hash = "sha256:6dd73240d2af64df90aa7c4e7481e23825ea70af4b4922f8ede5b9e35f78a3b1" } ,
{ file = "MarkupSafe-1.1.1-cp35-cp35m-win_amd64.whl" , hash = "sha256:9add70b36c5666a2ed02b43b335fe19002ee5235efd4b8a89bfcf9005bebac0d" } ,
{ file = "MarkupSafe-1.1.1-cp36-cp36m-macosx_10_6_intel.whl" , hash = "sha256:24982cc2533820871eba85ba648cd53d8623687ff11cbb805be4ff7b4c971aff" } ,
{ file = "MarkupSafe-1.1.1-cp36-cp36m-manylinux1_i686.whl" , hash = "sha256:00bc623926325b26bb9605ae9eae8a215691f33cae5df11ca5424f06f2d1f473" } ,
{ file = "MarkupSafe-1.1.1-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:717ba8fe3ae9cc0006d7c451f0bb265ee07739daf76355d06366154ee68d221e" } ,
{ file = "MarkupSafe-1.1.1-cp36-cp36m-win32.whl" , hash = "sha256:535f6fc4d397c1563d08b88e485c3496cf5784e927af890fb3c3aac7f933ec66" } ,
{ file = "MarkupSafe-1.1.1-cp36-cp36m-win_amd64.whl" , hash = "sha256:b1282f8c00509d99fef04d8ba936b156d419be841854fe901d8ae224c59f0be5" } ,
{ file = "MarkupSafe-1.1.1-cp37-cp37m-macosx_10_6_intel.whl" , hash = "sha256:8defac2f2ccd6805ebf65f5eeb132adcf2ab57aa11fdf4c0dd5169a004710e7d" } ,
{ file = "MarkupSafe-1.1.1-cp37-cp37m-manylinux1_i686.whl" , hash = "sha256:46c99d2de99945ec5cb54f23c8cd5689f6d7177305ebff350a58ce5f8de1669e" } ,
{ file = "MarkupSafe-1.1.1-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:ba59edeaa2fc6114428f1637ffff42da1e311e29382d81b339c1817d37ec93c6" } ,
{ file = "MarkupSafe-1.1.1-cp37-cp37m-win32.whl" , hash = "sha256:b00c1de48212e4cc9603895652c5c410df699856a2853135b3967591e4beebc2" } ,
{ file = "MarkupSafe-1.1.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:9bf40443012702a1d2070043cb6291650a0841ece432556f784f004937f0f32c" } ,
2020-12-19 15:23:08 +01:00
{ file = "MarkupSafe-1.1.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:6788b695d50a51edb699cb55e35487e430fa21f1ed838122d722e0ff0ac5ba15" } ,
{ file = "MarkupSafe-1.1.1-cp38-cp38-manylinux1_i686.whl" , hash = "sha256:cdb132fc825c38e1aeec2c8aa9338310d29d337bebbd7baa06889d09a60a1fa2" } ,
{ file = "MarkupSafe-1.1.1-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:13d3144e1e340870b25e7b10b98d779608c02016d5184cfb9927a9f10c689f42" } ,
{ file = "MarkupSafe-1.1.1-cp38-cp38-win32.whl" , hash = "sha256:596510de112c685489095da617b5bcbbac7dd6384aeebeda4df6025d0256a81b" } ,
{ file = "MarkupSafe-1.1.1-cp38-cp38-win_amd64.whl" , hash = "sha256:e8313f01ba26fbbe36c7be1966a7b7424942f670f38e666995b88d012765b9be" } ,
2020-10-29 06:11:43 +00:00
{ file = "MarkupSafe-1.1.1.tar.gz" , hash = "sha256:29872e92839765e546828bb7754a68c418d927cd064fd4708fab9fe9c8bb116b" } ,
]
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-01-25 08:15:07 -05:00
{ file = "mypy-0.800-cp35-cp35m-macosx_10_9_x86_64.whl" , hash = "sha256:e1c84c65ff6d69fb42958ece5b1255394714e0aac4df5ffe151bc4fe19c7600a" } ,
{ file = "mypy-0.800-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:947126195bfe4709c360e89b40114c6746ae248f04d379dca6f6ab677aa07641" } ,
{ file = "mypy-0.800-cp35-cp35m-manylinux2010_x86_64.whl" , hash = "sha256:b95068a3ce3b50332c40e31a955653be245666a4bc7819d3c8898aa9fb9ea496" } ,
{ file = "mypy-0.800-cp35-cp35m-win_amd64.whl" , hash = "sha256:ca7ad5aed210841f1e77f5f2f7d725b62c78fa77519312042c719ed2ab937876" } ,
{ file = "mypy-0.800-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:e32b7b282c4ed4e378bba8b8dfa08e1cfa6f6574067ef22f86bee5b1039de0c9" } ,
{ file = "mypy-0.800-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:e497a544391f733eca922fdcb326d19e894789cd4ff61d48b4b195776476c5cf" } ,
{ file = "mypy-0.800-cp36-cp36m-manylinux2010_x86_64.whl" , hash = "sha256:5615785d3e2f4f03ab7697983d82c4b98af5c321614f51b8f1034eb9ebe48363" } ,
{ file = "mypy-0.800-cp36-cp36m-win_amd64.whl" , hash = "sha256:2b216eacca0ec0ee124af9429bfd858d5619a0725ee5f88057e6e076f9eb1a7b" } ,
{ file = "mypy-0.800-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:e3b8432f8df19e3c11235c4563a7250666dc9aa7cdda58d21b4177b20256ca9f" } ,
{ file = "mypy-0.800-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:d16c54b0dffb861dc6318a8730952265876d90c5101085a4bc56913e8521ba19" } ,
{ file = "mypy-0.800-cp37-cp37m-manylinux2010_x86_64.whl" , hash = "sha256:0d2fc8beb99cd88f2d7e20d69131353053fbecea17904ee6f0348759302c52fa" } ,
{ file = "mypy-0.800-cp37-cp37m-win_amd64.whl" , hash = "sha256:aa9d4901f3ee1a986a3a79fe079ffbf7f999478c281376f48faa31daaa814e86" } ,
{ file = "mypy-0.800-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:319ee5c248a7c3f94477f92a729b7ab06bf8a6d04447ef3aa8c9ba2aa47c6dcf" } ,
{ file = "mypy-0.800-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:74f5aa50d0866bc6fb8e213441c41e466c86678c800700b87b012ed11c0a13e0" } ,
{ file = "mypy-0.800-cp38-cp38-manylinux2010_x86_64.whl" , hash = "sha256:a301da58d566aca05f8f449403c710c50a9860782148332322decf73a603280b" } ,
{ file = "mypy-0.800-cp38-cp38-win_amd64.whl" , hash = "sha256:b9150db14a48a8fa114189bfe49baccdff89da8c6639c2717750c7ae62316738" } ,
{ file = "mypy-0.800-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:f5fdf935a46aa20aa937f2478480ebf4be9186e98e49cc3843af9a5795a49a25" } ,
{ file = "mypy-0.800-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:6f8425fecd2ba6007e526209bb985ce7f49ed0d2ac1cc1a44f243380a06a84fb" } ,
{ file = "mypy-0.800-cp39-cp39-manylinux2010_x86_64.whl" , hash = "sha256:5ff616787122774f510caeb7b980542a7cc2222be3f00837a304ea85cd56e488" } ,
{ file = "mypy-0.800-cp39-cp39-win_amd64.whl" , hash = "sha256:90b6f46dc2181d74f80617deca611925d7e63007cf416397358aa42efb593e07" } ,
{ file = "mypy-0.800-py3-none-any.whl" , hash = "sha256:3e0c159a7853e3521e3f582adb1f3eac66d0b0639d434278e2867af3a8c62653" } ,
{ file = "mypy-0.800.tar.gz" , hash = "sha256:e0202e37756ed09daf4b0ba64ad2c245d357659e014c3f51d8cd0681ba66940a" } ,
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 = [
{ file = "nodeenv-1.5.0-py2.py3-none-any.whl" , hash = "sha256:5304d424c529c997bc888453aeaa6362d242b6b4631e90f3d4bf1b290f1c84a9" } ,
{ file = "nodeenv-1.5.0.tar.gz" , hash = "sha256:ab45090ae383b716c4ef89e690c41ff8c2b257b85b309f01f3654df3d084bd7c" } ,
]
packaging = [
2020-12-12 14:04:50 +01:00
{ file = "packaging-20.8-py2.py3-none-any.whl" , hash = "sha256:24e0da08660a87484d1602c30bb4902d74816b6985b93de36926f5bc95741858" } ,
{ file = "packaging-20.8.tar.gz" , hash = "sha256:78598185a7008a470d64526a8059de9aaa449238f280fc9eb6b13ba6c4109093" } ,
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-01-29 15:08:26 -05:00
{ file = "pre_commit-2.10.0-py2.py3-none-any.whl" , hash = "sha256:391ed331fdd0a21d0be48c1b9919921e9d372dfd60f6dc77b8f01dd6b13161c1" } ,
{ file = "pre_commit-2.10.0.tar.gz" , hash = "sha256:f413348d3a8464b77987e36ef6e02c3372dadb823edf0dfe6fb0c3dc2f378ef9" } ,
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 = [
{ file = "pycairo-1.20.0-cp36-cp36m-win32.whl" , hash = "sha256:e5a3433690c473e073a9917dc8f1fc7dc8b9af7b201bf372894b8ad70d960c6d" } ,
{ file = "pycairo-1.20.0-cp36-cp36m-win_amd64.whl" , hash = "sha256:a942614923b88ae75c794506d5c426fba9c46a055d3fdd3b8db7046b75c079cc" } ,
{ file = "pycairo-1.20.0-cp37-cp37m-win32.whl" , hash = "sha256:8cfa9578b745fb9cf2915ec580c2c50ebc2da00eac2cf4c4b54b63aa19da4b77" } ,
{ file = "pycairo-1.20.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:273a33c56aba724ec42fe1d8f94c86c2e2660c1277470be9b04e5113d7c5b72d" } ,
{ file = "pycairo-1.20.0-cp38-cp38-win32.whl" , hash = "sha256:2088100a099c09c5e90bf247409ce6c98f51766b53bd13f96d6aac7addaa3e66" } ,
{ file = "pycairo-1.20.0-cp38-cp38-win_amd64.whl" , hash = "sha256:ceb1edcbeb48dabd5fbbdff2e4b429aa88ddc493d6ebafe78d94b050ac0749e2" } ,
{ file = "pycairo-1.20.0-cp39-cp39-win32.whl" , hash = "sha256:57a768f4edc8a9890d98070dd473a812ac3d046cef4bc1c817d68024dab9a9b4" } ,
{ file = "pycairo-1.20.0-cp39-cp39-win_amd64.whl" , hash = "sha256:57166119e424d71eccdba6b318bd731bdabd17188e2ba10d4f315f7bf16ace3f" } ,
{ file = "pycairo-1.20.0.tar.gz" , hash = "sha256:5695a10cb7f9ae0d01f665b56602a845b0a8cb17e2123bfece10c2e58552468c" } ,
]
pycodestyle = [
{ file = "pycodestyle-2.6.0-py2.py3-none-any.whl" , hash = "sha256:2295e7b2f6b5bd100585ebcb1f616591b652db8a741695b3d8f5d28bdc934367" } ,
{ file = "pycodestyle-2.6.0.tar.gz" , hash = "sha256:c58a7d2815e0e8d7972bf1803331fb0152f867bd89adf8a01dfd55085434192e" } ,
]
pyflakes = [
{ file = "pyflakes-2.2.0-py2.py3-none-any.whl" , hash = "sha256:0d94e0e05a19e57a99444b6ddcf9a6eb2e5c68d3ca1e98e90707af8152c90a92" } ,
{ file = "pyflakes-2.2.0.tar.gz" , hash = "sha256:35b2d75ee967ea93b55750aa9edbbf72813e06a66ba54438df2cfac9e3c27fc8" } ,
]
pygments = [
2021-01-13 16:45:11 +01:00
{ file = "Pygments-2.7.4-py3-none-any.whl" , hash = "sha256:bc9591213a8f0e0ca1a5e68a479b4887fdc3e75d0774e5c71c31920c427de435" } ,
{ file = "Pygments-2.7.4.tar.gz" , hash = "sha256:df49d09b498e83c1a73128295860250b0b7edd4c723a32e9bc0d295c7c2ec337" } ,
2020-10-29 06:11:43 +00:00
]
pygobject = [
{ file = "PyGObject-3.38.0.tar.gz" , hash = "sha256:051b950f509f2e9f125add96c1493bde987c527f7a0c15a1f7b69d6d1c3cd8e6" } ,
]
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-01-26 06:00:10 +00:00
{ file = "pytest-6.2.2-py3-none-any.whl" , hash = "sha256:b574b57423e818210672e07ca1fa90aaf194a4f63f3ab909a2c67ebb22913839" } ,
{ file = "pytest-6.2.2.tar.gz" , hash = "sha256:9d1edf9e7d0b84d72ea3dbcdfd22b35fb543a5e8f2a60092dd578936bf63d7f9" } ,
2020-10-29 06:11:43 +00:00
]
pytest-cov = [
2021-01-23 15:14:16 -05:00
{ file = "pytest-cov-2.11.1.tar.gz" , hash = "sha256:359952d9d39b9f822d9d29324483e7ba04a3a17dd7d05aa6beb7ea01e359e5f7" } ,
{ file = "pytest_cov-2.11.1-py2.py3-none-any.whl" , hash = "sha256:bdb9fdb0b85a7cc825269a4c56b48ccaa5c7e365054b6038772c32ddcdc969da" } ,
2020-10-29 06:11:43 +00:00
]
pytest-runner = [
{ file = "pytest-runner-5.2.tar.gz" , hash = "sha256:96c7e73ead7b93e388c5d614770d2bae6526efd997757d3543fe17b557a0942b" } ,
{ file = "pytest_runner-5.2-py2.py3-none-any.whl" , hash = "sha256:5534b08b133ef9a5e2c22c7886a8f8508c95bb0b0bdc6cc13214f269c3c70d51" } ,
]
pytz = [
2021-01-03 20:17:10 +01:00
{ file = "pytz-2020.5-py2.py3-none-any.whl" , hash = "sha256:16962c5fb8db4a8f63a26646d8886e9d769b6c511543557bc84e9569fb9a9cb4" } ,
{ file = "pytz-2020.5.tar.gz" , hash = "sha256:180befebb1927b16f6b57101720075a984c019ac16b1b7575673bea42c6c3da5" } ,
2020-10-29 06:11:43 +00:00
]
pyyaml = [
2021-01-20 09:35:44 +01:00
{ file = "PyYAML-5.4-cp27-cp27m-macosx_10_9_x86_64.whl" , hash = "sha256:f7a21e3d99aa3095ef0553e7ceba36fb693998fbb1226f1392ce33681047465f" } ,
{ file = "PyYAML-5.4-cp27-cp27m-win32.whl" , hash = "sha256:52bf0930903818e600ae6c2901f748bc4869c0c406056f679ab9614e5d21a166" } ,
{ file = "PyYAML-5.4-cp27-cp27m-win_amd64.whl" , hash = "sha256:a36a48a51e5471513a5aea920cdad84cbd56d70a5057cca3499a637496ea379c" } ,
{ file = "PyYAML-5.4-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:5e7ac4e0e79a53451dc2814f6876c2fa6f71452de1498bbe29c0b54b69a986f4" } ,
{ file = "PyYAML-5.4-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:cc552b6434b90d9dbed6a4f13339625dc466fd82597119897e9489c953acbc22" } ,
{ file = "PyYAML-5.4-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:0dc9f2eb2e3c97640928dec63fd8dc1dd91e6b6ed236bd5ac00332b99b5c2ff9" } ,
{ file = "PyYAML-5.4-cp36-cp36m-win32.whl" , hash = "sha256:5a3f345acff76cad4aa9cb171ee76c590f37394186325d53d1aa25318b0d4a09" } ,
{ file = "PyYAML-5.4-cp36-cp36m-win_amd64.whl" , hash = "sha256:f3790156c606299ff499ec44db422f66f05a7363b39eb9d5b064f17bd7d7c47b" } ,
{ file = "PyYAML-5.4-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:124fd7c7bc1e95b1eafc60825f2daf67c73ce7b33f1194731240d24b0d1bf628" } ,
{ file = "PyYAML-5.4-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:8b818b6c5a920cbe4203b5a6b14256f0e5244338244560da89b7b0f1313ea4b6" } ,
{ file = "PyYAML-5.4-cp37-cp37m-win32.whl" , hash = "sha256:737bd70e454a284d456aa1fa71a0b429dd527bcbf52c5c33f7c8eee81ac16b89" } ,
{ file = "PyYAML-5.4-cp37-cp37m-win_amd64.whl" , hash = "sha256:7242790ab6c20316b8e7bb545be48d7ed36e26bbe279fd56f2c4a12510e60b4b" } ,
{ file = "PyYAML-5.4-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:cc547d3ead3754712223abb7b403f0a184e4c3eae18c9bb7fd15adef1597cc4b" } ,
{ file = "PyYAML-5.4-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:8635d53223b1f561b081ff4adecb828fd484b8efffe542edcfdff471997f7c39" } ,
{ file = "PyYAML-5.4-cp38-cp38-win32.whl" , hash = "sha256:26fcb33776857f4072601502d93e1a619f166c9c00befb52826e7b774efaa9db" } ,
{ file = "PyYAML-5.4-cp38-cp38-win_amd64.whl" , hash = "sha256:b2243dd033fd02c01212ad5c601dafb44fbb293065f430b0d3dbf03f3254d615" } ,
{ file = "PyYAML-5.4-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:31ba07c54ef4a897758563e3a0fcc60077698df10180abe4b8165d9895c00ebf" } ,
{ file = "PyYAML-5.4-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:02c78d77281d8f8d07a255e57abdbf43b02257f59f50cc6b636937d68efa5dd0" } ,
{ file = "PyYAML-5.4-cp39-cp39-win32.whl" , hash = "sha256:fdc6b2cb4b19e431994f25a9160695cc59a4e861710cc6fc97161c5e845fc579" } ,
{ file = "PyYAML-5.4-cp39-cp39-win_amd64.whl" , hash = "sha256:8bf38641b4713d77da19e91f8b5296b832e4db87338d6aeffe422d42f1ca896d" } ,
{ file = "PyYAML-5.4.tar.gz" , hash = "sha256:3c49e39ac034fd64fd576d63bb4db53cda89b362768a67f07749d55f128ac18a" } ,
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 = [
2020-11-15 16:32:48 +01:00
{ file = "regex-2020.11.13-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:8b882a78c320478b12ff024e81dc7d43c1462aa4a3341c754ee65d857a521f85" } ,
{ file = "regex-2020.11.13-cp36-cp36m-manylinux1_i686.whl" , hash = "sha256:a63f1a07932c9686d2d416fb295ec2c01ab246e89b4d58e5fa468089cab44b70" } ,
{ file = "regex-2020.11.13-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:6e4b08c6f8daca7d8f07c8d24e4331ae7953333dbd09c648ed6ebd24db5a10ee" } ,
{ file = "regex-2020.11.13-cp36-cp36m-manylinux2010_i686.whl" , hash = "sha256:bba349276b126947b014e50ab3316c027cac1495992f10e5682dc677b3dfa0c5" } ,
{ file = "regex-2020.11.13-cp36-cp36m-manylinux2010_x86_64.whl" , hash = "sha256:56e01daca75eae420bce184edd8bb341c8eebb19dd3bce7266332258f9fb9dd7" } ,
{ file = "regex-2020.11.13-cp36-cp36m-manylinux2014_aarch64.whl" , hash = "sha256:6a8ce43923c518c24a2579fda49f093f1397dad5d18346211e46f134fc624e31" } ,
{ file = "regex-2020.11.13-cp36-cp36m-manylinux2014_i686.whl" , hash = "sha256:1ab79fcb02b930de09c76d024d279686ec5d532eb814fd0ed1e0051eb8bd2daa" } ,
{ file = "regex-2020.11.13-cp36-cp36m-manylinux2014_x86_64.whl" , hash = "sha256:9801c4c1d9ae6a70aeb2128e5b4b68c45d4f0af0d1535500884d644fa9b768c6" } ,
{ file = "regex-2020.11.13-cp36-cp36m-win32.whl" , hash = "sha256:49cae022fa13f09be91b2c880e58e14b6da5d10639ed45ca69b85faf039f7a4e" } ,
{ file = "regex-2020.11.13-cp36-cp36m-win_amd64.whl" , hash = "sha256:749078d1eb89484db5f34b4012092ad14b327944ee7f1c4f74d6279a6e4d1884" } ,
{ file = "regex-2020.11.13-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:b2f4007bff007c96a173e24dcda236e5e83bde4358a557f9ccf5e014439eae4b" } ,
{ file = "regex-2020.11.13-cp37-cp37m-manylinux1_i686.whl" , hash = "sha256:38c8fd190db64f513fe4e1baa59fed086ae71fa45083b6936b52d34df8f86a88" } ,
{ file = "regex-2020.11.13-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:5862975b45d451b6db51c2e654990c1820523a5b07100fc6903e9c86575202a0" } ,
{ file = "regex-2020.11.13-cp37-cp37m-manylinux2010_i686.whl" , hash = "sha256:262c6825b309e6485ec2493ffc7e62a13cf13fb2a8b6d212f72bd53ad34118f1" } ,
{ file = "regex-2020.11.13-cp37-cp37m-manylinux2010_x86_64.whl" , hash = "sha256:bafb01b4688833e099d79e7efd23f99172f501a15c44f21ea2118681473fdba0" } ,
{ file = "regex-2020.11.13-cp37-cp37m-manylinux2014_aarch64.whl" , hash = "sha256:e32f5f3d1b1c663af7f9c4c1e72e6ffe9a78c03a31e149259f531e0fed826512" } ,
{ file = "regex-2020.11.13-cp37-cp37m-manylinux2014_i686.whl" , hash = "sha256:3bddc701bdd1efa0d5264d2649588cbfda549b2899dc8d50417e47a82e1387ba" } ,
{ file = "regex-2020.11.13-cp37-cp37m-manylinux2014_x86_64.whl" , hash = "sha256:02951b7dacb123d8ea6da44fe45ddd084aa6777d4b2454fa0da61d569c6fa538" } ,
{ file = "regex-2020.11.13-cp37-cp37m-win32.whl" , hash = "sha256:0d08e71e70c0237883d0bef12cad5145b84c3705e9c6a588b2a9c7080e5af2a4" } ,
{ file = "regex-2020.11.13-cp37-cp37m-win_amd64.whl" , hash = "sha256:1fa7ee9c2a0e30405e21031d07d7ba8617bc590d391adfc2b7f1e8b99f46f444" } ,
{ file = "regex-2020.11.13-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:baf378ba6151f6e272824b86a774326f692bc2ef4cc5ce8d5bc76e38c813a55f" } ,
{ file = "regex-2020.11.13-cp38-cp38-manylinux1_i686.whl" , hash = "sha256:e3faaf10a0d1e8e23a9b51d1900b72e1635c2d5b0e1bea1c18022486a8e2e52d" } ,
{ file = "regex-2020.11.13-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:2a11a3e90bd9901d70a5b31d7dd85114755a581a5da3fc996abfefa48aee78af" } ,
{ file = "regex-2020.11.13-cp38-cp38-manylinux2010_i686.whl" , hash = "sha256:d1ebb090a426db66dd80df8ca85adc4abfcbad8a7c2e9a5ec7513ede522e0a8f" } ,
{ file = "regex-2020.11.13-cp38-cp38-manylinux2010_x86_64.whl" , hash = "sha256:b2b1a5ddae3677d89b686e5c625fc5547c6e492bd755b520de5332773a8af06b" } ,
{ file = "regex-2020.11.13-cp38-cp38-manylinux2014_aarch64.whl" , hash = "sha256:2c99e97d388cd0a8d30f7c514d67887d8021541b875baf09791a3baad48bb4f8" } ,
{ file = "regex-2020.11.13-cp38-cp38-manylinux2014_i686.whl" , hash = "sha256:c084582d4215593f2f1d28b65d2a2f3aceff8342aa85afd7be23a9cad74a0de5" } ,
{ file = "regex-2020.11.13-cp38-cp38-manylinux2014_x86_64.whl" , hash = "sha256:a3d748383762e56337c39ab35c6ed4deb88df5326f97a38946ddd19028ecce6b" } ,
{ file = "regex-2020.11.13-cp38-cp38-win32.whl" , hash = "sha256:7913bd25f4ab274ba37bc97ad0e21c31004224ccb02765ad984eef43e04acc6c" } ,
{ file = "regex-2020.11.13-cp38-cp38-win_amd64.whl" , hash = "sha256:6c54ce4b5d61a7129bad5c5dc279e222afd00e721bf92f9ef09e4fae28755683" } ,
{ file = "regex-2020.11.13-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:1862a9d9194fae76a7aaf0150d5f2a8ec1da89e8b55890b1786b8f88a0f619dc" } ,
{ file = "regex-2020.11.13-cp39-cp39-manylinux1_i686.whl" , hash = "sha256:4902e6aa086cbb224241adbc2f06235927d5cdacffb2425c73e6570e8d862364" } ,
{ file = "regex-2020.11.13-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:7a25fcbeae08f96a754b45bdc050e1fb94b95cab046bf56b016c25e9ab127b3e" } ,
{ file = "regex-2020.11.13-cp39-cp39-manylinux2010_i686.whl" , hash = "sha256:d2d8ce12b7c12c87e41123997ebaf1a5767a5be3ec545f64675388970f415e2e" } ,
{ file = "regex-2020.11.13-cp39-cp39-manylinux2010_x86_64.whl" , hash = "sha256:f7d29a6fc4760300f86ae329e3b6ca28ea9c20823df123a2ea8693e967b29917" } ,
{ file = "regex-2020.11.13-cp39-cp39-manylinux2014_aarch64.whl" , hash = "sha256:717881211f46de3ab130b58ec0908267961fadc06e44f974466d1887f865bd5b" } ,
{ file = "regex-2020.11.13-cp39-cp39-manylinux2014_i686.whl" , hash = "sha256:3128e30d83f2e70b0bed9b2a34e92707d0877e460b402faca908c6667092ada9" } ,
{ file = "regex-2020.11.13-cp39-cp39-manylinux2014_x86_64.whl" , hash = "sha256:8f6a2229e8ad946e36815f2a03386bb8353d4bde368fdf8ca5f0cb97264d3b5c" } ,
{ file = "regex-2020.11.13-cp39-cp39-win32.whl" , hash = "sha256:f8f295db00ef5f8bae530fc39af0b40486ca6068733fb860b42115052206466f" } ,
{ file = "regex-2020.11.13-cp39-cp39-win_amd64.whl" , hash = "sha256:a15f64ae3a027b64496a71ab1f722355e570c3fac5ba2801cafce846bf5af01d" } ,
{ file = "regex-2020.11.13.tar.gz" , hash = "sha256:83d6b356e116ca119db8e7c6fc2983289d87b27b3fac238cfe5dca529d884562" } ,
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 = [
{ file = "six-1.15.0-py2.py3-none-any.whl" , hash = "sha256:8b74bedcbbbaca38ff6d7491d76f2b06b3592611af620f8426e82dddb04a5ced" } ,
{ file = "six-1.15.0.tar.gz" , hash = "sha256:30639c035cdb23534cd4aa2dd52c3bf48f06e5f4a941509c8bafd8ce11080259" } ,
]
snowballstemmer = [
{ file = "snowballstemmer-2.0.0-py2.py3-none-any.whl" , hash = "sha256:209f257d7533fdb3cb73bdbd24f436239ca3b2fa67d56f6ff88e86be08cc5ef0" } ,
{ file = "snowballstemmer-2.0.0.tar.gz" , hash = "sha256:df3bac3df4c2c01363f3dd2cfa78cce2840a79b9f1c2d2de9ce8d31683992f52" } ,
]
sphinx = [
2021-01-08 11:32:49 -05:00
{ file = "Sphinx-3.4.3-py3-none-any.whl" , hash = "sha256:c314c857e7cd47c856d2c5adff514ac2e6495f8b8e0f886a8a37e9305dfea0d8" } ,
{ file = "Sphinx-3.4.3.tar.gz" , hash = "sha256:41cad293f954f7d37f803d97eb184158cfd90f51195131e94875bc07cd08b93c" } ,
2020-10-29 06:11:43 +00:00
]
sphinx-rtd-theme = [
2021-01-05 17:19:54 -05:00
{ file = "sphinx_rtd_theme-0.5.1-py2.py3-none-any.whl" , hash = "sha256:fa6bebd5ab9a73da8e102509a86f3fcc36dec04a0b52ea80e5a033b2aba00113" } ,
{ file = "sphinx_rtd_theme-0.5.1.tar.gz" , hash = "sha256:eda689eda0c7301a80cf122dad28b1861e5605cbf455558f3775e1e8200e83a5" } ,
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 = [
{ file = "sphinxcontrib-htmlhelp-1.0.3.tar.gz" , hash = "sha256:e8f5bb7e31b2dbb25b9cc435c8ab7a79787ebf7f906155729338f3156d93659b" } ,
{ file = "sphinxcontrib_htmlhelp-1.0.3-py2.py3-none-any.whl" , hash = "sha256:3c0bc24a2c41e340ac37c85ced6dafc879ab485c095b1d65d2461ac2f7cca86f" } ,
]
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 = [
{ file = "sphinxcontrib-serializinghtml-1.1.4.tar.gz" , hash = "sha256:eaa0eccc86e982a9b939b2b82d12cc5d013385ba5eadcc7e4fed23f4405f77bc" } ,
{ file = "sphinxcontrib_serializinghtml-1.1.4-py2.py3-none-any.whl" , hash = "sha256:f242a81d423f59617a8e5cf16f5d4d74e28ee9a66f9e5b637a18082991db5a9a" } ,
]
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 = [
{ file = "tomlkit-0.7.0-py2.py3-none-any.whl" , hash = "sha256:6babbd33b17d5c9691896b0e68159215a9387ebfa938aa3ac42f4a4beeb2b831" } ,
{ file = "tomlkit-0.7.0.tar.gz" , hash = "sha256:ac57f29693fab3e309ea789252fcce3061e19110085aa31af5446ca749325618" } ,
]
typed-ast = [
2021-01-03 20:17:10 +01:00
{ file = "typed_ast-1.4.2-cp35-cp35m-manylinux1_i686.whl" , hash = "sha256:7703620125e4fb79b64aa52427ec192822e9f45d37d4b6625ab37ef403e1df70" } ,
{ file = "typed_ast-1.4.2-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:c9aadc4924d4b5799112837b226160428524a9a45f830e0d0f184b19e4090487" } ,
{ file = "typed_ast-1.4.2-cp35-cp35m-manylinux2014_aarch64.whl" , hash = "sha256:9ec45db0c766f196ae629e509f059ff05fc3148f9ffd28f3cfe75d4afb485412" } ,
{ file = "typed_ast-1.4.2-cp35-cp35m-win32.whl" , hash = "sha256:85f95aa97a35bdb2f2f7d10ec5bbdac0aeb9dafdaf88e17492da0504de2e6400" } ,
{ file = "typed_ast-1.4.2-cp35-cp35m-win_amd64.whl" , hash = "sha256:9044ef2df88d7f33692ae3f18d3be63dec69c4fb1b5a4a9ac950f9b4ba571606" } ,
{ file = "typed_ast-1.4.2-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:c1c876fd795b36126f773db9cbb393f19808edd2637e00fd6caba0e25f2c7b64" } ,
{ file = "typed_ast-1.4.2-cp36-cp36m-manylinux1_i686.whl" , hash = "sha256:5dcfc2e264bd8a1db8b11a892bd1647154ce03eeba94b461effe68790d8b8e07" } ,
{ file = "typed_ast-1.4.2-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:8db0e856712f79c45956da0c9a40ca4246abc3485ae0d7ecc86a20f5e4c09abc" } ,
{ file = "typed_ast-1.4.2-cp36-cp36m-manylinux2014_aarch64.whl" , hash = "sha256:d003156bb6a59cda9050e983441b7fa2487f7800d76bdc065566b7d728b4581a" } ,
{ file = "typed_ast-1.4.2-cp36-cp36m-win32.whl" , hash = "sha256:4c790331247081ea7c632a76d5b2a265e6d325ecd3179d06e9cf8d46d90dd151" } ,
{ file = "typed_ast-1.4.2-cp36-cp36m-win_amd64.whl" , hash = "sha256:d175297e9533d8d37437abc14e8a83cbc68af93cc9c1c59c2c292ec59a0697a3" } ,
{ file = "typed_ast-1.4.2-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:cf54cfa843f297991b7388c281cb3855d911137223c6b6d2dd82a47ae5125a41" } ,
{ file = "typed_ast-1.4.2-cp37-cp37m-manylinux1_i686.whl" , hash = "sha256:b4fcdcfa302538f70929eb7b392f536a237cbe2ed9cba88e3bf5027b39f5f77f" } ,
{ file = "typed_ast-1.4.2-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:987f15737aba2ab5f3928c617ccf1ce412e2e321c77ab16ca5a293e7bbffd581" } ,
{ file = "typed_ast-1.4.2-cp37-cp37m-manylinux2014_aarch64.whl" , hash = "sha256:37f48d46d733d57cc70fd5f30572d11ab8ed92da6e6b28e024e4a3edfb456e37" } ,
{ file = "typed_ast-1.4.2-cp37-cp37m-win32.whl" , hash = "sha256:36d829b31ab67d6fcb30e185ec996e1f72b892255a745d3a82138c97d21ed1cd" } ,
{ file = "typed_ast-1.4.2-cp37-cp37m-win_amd64.whl" , hash = "sha256:8368f83e93c7156ccd40e49a783a6a6850ca25b556c0fa0240ed0f659d2fe496" } ,
{ file = "typed_ast-1.4.2-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:963c80b583b0661918718b095e02303d8078950b26cc00b5e5ea9ababe0de1fc" } ,
{ file = "typed_ast-1.4.2-cp38-cp38-manylinux1_i686.whl" , hash = "sha256:e683e409e5c45d5c9082dc1daf13f6374300806240719f95dc783d1fc942af10" } ,
{ file = "typed_ast-1.4.2-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:84aa6223d71012c68d577c83f4e7db50d11d6b1399a9c779046d75e24bed74ea" } ,
{ file = "typed_ast-1.4.2-cp38-cp38-manylinux2014_aarch64.whl" , hash = "sha256:a38878a223bdd37c9709d07cd357bb79f4c760b29210e14ad0fb395294583787" } ,
{ file = "typed_ast-1.4.2-cp38-cp38-win32.whl" , hash = "sha256:a2c927c49f2029291fbabd673d51a2180038f8cd5a5b2f290f78c4516be48be2" } ,
{ file = "typed_ast-1.4.2-cp38-cp38-win_amd64.whl" , hash = "sha256:c0c74e5579af4b977c8b932f40a5464764b2f86681327410aa028a22d2f54937" } ,
{ file = "typed_ast-1.4.2-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:07d49388d5bf7e863f7fa2f124b1b1d89d8aa0e2f7812faff0a5658c01c59aa1" } ,
{ file = "typed_ast-1.4.2-cp39-cp39-manylinux1_i686.whl" , hash = "sha256:240296b27397e4e37874abb1df2a608a92df85cf3e2a04d0d4d61055c8305ba6" } ,
{ file = "typed_ast-1.4.2-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:d746a437cdbca200622385305aedd9aef68e8a645e385cc483bdc5e488f07166" } ,
{ file = "typed_ast-1.4.2-cp39-cp39-manylinux2014_aarch64.whl" , hash = "sha256:14bf1522cdee369e8f5581238edac09150c765ec1cb33615855889cf33dcb92d" } ,
{ file = "typed_ast-1.4.2-cp39-cp39-win32.whl" , hash = "sha256:cc7b98bf58167b7f2db91a4327da24fb93368838eb84a44c472283778fc2446b" } ,
{ file = "typed_ast-1.4.2-cp39-cp39-win_amd64.whl" , hash = "sha256:7147e2a76c75f0f64c4319886e7639e490fee87c9d25cb1d4faef1d8cf83a440" } ,
{ file = "typed_ast-1.4.2.tar.gz" , hash = "sha256:9fc0b3cb5d1720e7141d103cf4819aea239f7d136acf9ee4a69b047b7986175a" } ,
2020-10-29 06:11:43 +00:00
]
typing-extensions = [
{ file = "typing_extensions-3.7.4.3-py2-none-any.whl" , hash = "sha256:dafc7639cde7f1b6e1acc0f457842a83e722ccca8eef5270af2d74792619a89f" } ,
{ file = "typing_extensions-3.7.4.3-py3-none-any.whl" , hash = "sha256:7cb407020f00f7bfc3cb3e7881628838e69d8f3fcab2f64742a5e76b2f841918" } ,
{ file = "typing_extensions-3.7.4.3.tar.gz" , hash = "sha256:99d4073b617d30288f569d3f13d2bd7548c3a7e4c8de87db09a9d29bb3a4a60c" } ,
]
urllib3 = [
2020-11-15 16:32:48 +01:00
{ file = "urllib3-1.26.2-py2.py3-none-any.whl" , hash = "sha256:d8ff90d979214d7b4f8ce956e80f4028fc6860e4431f731ea4a8c08f23f99473" } ,
{ file = "urllib3-1.26.2.tar.gz" , hash = "sha256:19188f96923873c92ccb987120ec4acaa12f0461fa9ce5d3d0772bc965a39e08" } ,
2020-10-29 06:11:43 +00:00
]
virtualenv = [
2021-01-20 09:35:44 +01:00
{ file = "virtualenv-20.4.0-py2.py3-none-any.whl" , hash = "sha256:227a8fed626f2f20a6cdb0870054989f82dd27b2560a911935ba905a2a5e0034" } ,
{ file = "virtualenv-20.4.0.tar.gz" , hash = "sha256:219ee956e38b08e32d5639289aaa5bd190cfbe7dafcb8fa65407fca08e808f9c" } ,
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 = [
2020-11-15 16:32:48 +01:00
{ file = "zipp-3.4.0-py3-none-any.whl" , hash = "sha256:102c24ef8f171fd729d46599845e95c7ab894a4cf45f5de11a44cc7444fb1108" } ,
{ file = "zipp-3.4.0.tar.gz" , hash = "sha256:ed5eee1974372595f9e416cc7bbeeb12335201d8081ca8a0743c954d4446e5cb" } ,
2020-10-29 06:11:43 +00:00
]