From 06d9baed174b88f8fbce26766f85d176d2500b9b Mon Sep 17 00:00:00 2001 From: Jeff Moe Date: Mon, 2 Sep 2024 06:34:49 -0600 Subject: [PATCH] Poetry lock --- poetry.lock | 1198 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 1198 insertions(+) create mode 100644 poetry.lock diff --git a/poetry.lock b/poetry.lock new file mode 100644 index 0000000..c754f5c --- /dev/null +++ b/poetry.lock @@ -0,0 +1,1198 @@ +[[package]] +category = "main" +description = "A light, configurable Sphinx theme" +name = "alabaster" +optional = false +python-versions = ">=3.9" +version = "0.7.16" + +[[package]] +category = "main" +description = "High level compatibility layer for multiple asynchronous event loop implementations" +name = "anyio" +optional = false +python-versions = ">=3.8" +version = "4.4.0" + +[package.dependencies] +idna = ">=2.8" +sniffio = ">=1.1" + +[package.dependencies.exceptiongroup] +python = "<3.11" +version = ">=1.0.2" + +[package.dependencies.typing-extensions] +python = "<3.11" +version = ">=4.1" + +[package.extras] +doc = ["packaging", "Sphinx (>=7)", "sphinx-rtd-theme", "sphinx-autodoc-typehints (>=1.2.0)"] +test = ["anyio", "coverage (>=7)", "exceptiongroup (>=1.2.0)", "hypothesis (>=4.0)", "psutil (>=5.9)", "pytest (>=7.0)", "pytest-mock (>=3.6.1)", "trustme", "uvloop (>=0.17)"] +trio = ["trio (>=0.23)"] + +[[package]] +category = "main" +description = "Internationalization utilities" +name = "babel" +optional = false +python-versions = ">=3.8" +version = "2.16.0" + +[package.extras] +dev = ["pytest (>=6.0)", "pytest-cov", "freezegun (>=1.0,<2.0)"] + +[[package]] +category = "dev" +description = "Backport of CPython tarfile module" +marker = "python_version >= \"3.6\" and python_version < \"3.12\"" +name = "backports.tarfile" +optional = false +python-versions = ">=3.8" +version = "1.2.0" + +[package.extras] +docs = ["sphinx (>=3.5)", "jaraco.packaging (>=9.3)", "rst.linker (>=1.9)", "furo", "sphinx-lint"] +testing = ["pytest (>=6,<8.1.0 || >=8.2.0)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "jaraco.test", "pytest (<8.0.0 || >=8.1.0)"] + +[[package]] +category = "dev" +description = "The uncompromising code formatter." +name = "black" +optional = false +python-versions = ">=3.7" +version = "22.12.0" + +[package.dependencies] +click = ">=8.0.0" +mypy-extensions = ">=0.4.3" +pathspec = ">=0.9.0" +platformdirs = ">=2" + +[package.dependencies.tomli] +python = "<3.11.0a7" +version = ">=1.1.0" + +[package.extras] +colorama = ["colorama (>=0.4.3)"] +d = ["aiohttp (>=3.7.4)"] +jupyter = ["ipython (>=7.8.0)", "tokenize-rt (>=3.2.0)"] +uvloop = ["uvloop (>=0.15.2)"] + +[[package]] +category = "dev" +description = "httplib2 caching for requests" +marker = "python_version >= \"3.6\" and python_version < \"4.0\"" +name = "cachecontrol" +optional = false +python-versions = ">=3.6" +version = "0.12.14" + +[package.dependencies] +msgpack = ">=0.5.2" +requests = "*" + +[package.dependencies.lockfile] +optional = true +version = ">=0.9" + +[package.extras] +filecache = ["lockfile (>=0.9)"] +redis = ["redis (>=2.10.5)"] + +[[package]] +category = "dev" +description = "Cachy provides a simple yet effective caching library." +name = "cachy" +optional = false +python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" +version = "0.3.0" + +[package.extras] +memcached = ["python-memcached (>=1.59,<2.0)"] +msgpack = ["msgpack-python (>=0.5,<0.6)"] +redis = ["redis (>=3.3.6,<4.0.0)"] + +[[package]] +category = "main" +description = "Python package for providing Mozilla's CA Bundle." +name = "certifi" +optional = false +python-versions = ">=3.6" +version = "2024.8.30" + +[[package]] +category = "dev" +description = "Foreign Function Interface for Python calling C code." +marker = "python_version >= \"3.6\" and python_version < \"4.0\" and sys_platform == \"linux\" and platform_python_implementation != \"PyPy\"" +name = "cffi" +optional = false +python-versions = ">=3.8" +version = "1.17.0" + +[package.dependencies] +pycparser = "*" + +[[package]] +category = "main" +description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet." +name = "charset-normalizer" +optional = false +python-versions = ">=3.7.0" +version = "3.3.2" + +[[package]] +category = "dev" +description = "Cleo allows you to create beautiful and testable command-line interfaces." +name = "cleo" +optional = false +python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" +version = "0.8.1" + +[package.dependencies] +clikit = ">=0.6.0,<0.7.0" + +[[package]] +category = "main" +description = "Composable command line interface toolkit" +name = "click" +optional = false +python-versions = ">=3.7" +version = "8.1.7" + +[package.dependencies] +colorama = "*" + +[[package]] +category = "dev" +description = "CliKit is a group of utilities to build beautiful and testable command line interfaces." +name = "clikit" +optional = false +python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" +version = "0.6.2" + +[package.dependencies] +pastel = ">=0.2.0,<0.3.0" +pylev = ">=1.3,<2.0" + +[package.dependencies.crashtest] +python = ">=3.6,<4.0" +version = ">=0.3.0,<0.4.0" + +[[package]] +category = "main" +description = "Cross-platform colored terminal text." +name = "colorama" +optional = false +python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7" +version = "0.4.6" + +[[package]] +category = "dev" +description = "Manage Python errors with ease" +marker = "python_version >= \"3.6\" and python_version < \"4.0\"" +name = "crashtest" +optional = false +python-versions = ">=3.6,<4.0" +version = "0.3.1" + +[[package]] +category = "dev" +description = "cryptography is a package which provides cryptographic recipes and primitives to Python developers." +marker = "python_version >= \"3.6\" and python_version < \"4.0\" and sys_platform == \"linux\"" +name = "cryptography" +optional = false +python-versions = ">=3.7" +version = "43.0.0" + +[package.dependencies] +cffi = ">=1.12" + +[package.extras] +docs = ["sphinx (>=5.3.0)", "sphinx-rtd-theme (>=1.1.1)"] +docstest = ["pyenchant (>=1.6.11)", "readme-renderer", "sphinxcontrib-spelling (>=4.0.1)"] +nox = ["nox"] +pep8test = ["ruff", "mypy", "check-sdist", "click"] +sdist = ["build"] +ssh = ["bcrypt (>=3.1.5)"] +test = ["cryptography-vectors (43.0.0)", "pytest (>=6.2.0)", "pytest-benchmark", "pytest-cov", "pytest-xdist", "pretend", "certifi"] +test-randomorder = ["pytest-randomly"] + +[[package]] +category = "dev" +description = "Distribution utilities" +name = "distlib" +optional = false +python-versions = "*" +version = "0.3.8" + +[[package]] +category = "main" +description = "Docutils -- Python Documentation Utilities" +name = "docutils" +optional = false +python-versions = ">=3.7" +version = "0.19" + +[[package]] +category = "main" +description = "Backport of PEP 654 (exception groups)" +marker = "python_version < \"3.11\"" +name = "exceptiongroup" +optional = false +python-versions = ">=3.7" +version = "1.2.2" + +[package.extras] +test = ["pytest (>=6)"] + +[[package]] +category = "dev" +description = "A platform independent file lock." +name = "filelock" +optional = false +python-versions = ">=3.8" +version = "3.15.4" + +[package.extras] +docs = ["furo (>=2023.9.10)", "sphinx-autodoc-typehints (>=1.25.2)", "sphinx (>=7.2.6)"] +testing = ["covdefaults (>=2.3)", "coverage (>=7.3.2)", "diff-cover (>=8.0.1)", "pytest-asyncio (>=0.21)", "pytest-cov (>=4.1)", "pytest-mock (>=3.12)", "pytest-timeout (>=2.2)", "pytest (>=7.4.3)", "virtualenv (>=20.26.2)"] +typing = ["typing-extensions (>=4.8)"] + +[[package]] +category = "main" +description = "A pure-Python, bring-your-own-I/O implementation of HTTP/1.1" +name = "h11" +optional = false +python-versions = ">=3.7" +version = "0.14.0" + +[[package]] +category = "dev" +description = "HTML parser based on the WHATWG HTML specification" +name = "html5lib" +optional = false +python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" +version = "1.1" + +[package.dependencies] +six = ">=1.9" +webencodings = "*" + +[package.extras] +all = ["genshi", "chardet (>=2.2)", "lxml"] +chardet = ["chardet (>=2.2)"] +genshi = ["genshi"] +lxml = ["lxml"] + +[[package]] +category = "main" +description = "Internationalized Domain Names in Applications (IDNA)" +name = "idna" +optional = false +python-versions = ">=3.6" +version = "3.8" + +[[package]] +category = "main" +description = "Getting image size from png/jpeg/jpeg2000/gif file" +name = "imagesize" +optional = false +python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" +version = "1.4.1" + +[[package]] +category = "dev" +description = "Read metadata from Python packages" +marker = "python_version >= \"3.6\" and python_version < \"3.12\"" +name = "importlib-metadata" +optional = false +python-versions = ">=3.8" +version = "8.4.0" + +[package.dependencies] +zipp = ">=0.5" + +[package.extras] +doc = ["sphinx (>=3.5)", "jaraco.packaging (>=9.3)", "rst.linker (>=1.9)", "furo", "sphinx-lint", "jaraco.tidelift (>=1.4)"] +perf = ["ipython"] +test = ["pytest (>=6,<8.1.0 || >=8.2.0)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-mypy", "pytest-enabler (>=2.2)", "packaging", "pyfakefs", "flufl.flake8", "pytest-perf (>=0.9.2)", "jaraco.test (>=5.4)", "importlib-resources (>=1.3)", "pytest-ruff (>=0.2.1)"] + +[[package]] +category = "dev" +description = "Utility functions for Python class constructs" +marker = "python_version >= \"3.6\" and python_version < \"4.0\"" +name = "jaraco.classes" +optional = false +python-versions = ">=3.8" +version = "3.4.0" + +[package.dependencies] +more-itertools = "*" + +[package.extras] +docs = ["sphinx (>=3.5)", "jaraco.packaging (>=9.3)", "rst.linker (>=1.9)", "furo", "sphinx-lint", "jaraco.tidelift (>=1.4)"] +testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-mypy", "pytest-enabler (>=2.2)", "pytest-ruff (>=0.2.1)"] + +[[package]] +category = "dev" +description = "Useful decorators and context managers" +marker = "python_version >= \"3.6\" and python_version < \"4.0\"" +name = "jaraco.context" +optional = false +python-versions = ">=3.8" +version = "6.0.1" + +[package.dependencies] +[package.dependencies."backports.tarfile"] +python = "<3.12" +version = "*" + +[package.extras] +doc = ["sphinx (>=3.5)", "jaraco.packaging (>=9.3)", "rst.linker (>=1.9)", "furo", "sphinx-lint", "jaraco.tidelift (>=1.4)"] +test = ["pytest (>=6,<8.1.0 || >=8.2.0)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-mypy", "pytest-enabler (>=2.2)", "portend", "pytest-ruff (>=0.2.1)"] + +[[package]] +category = "dev" +description = "Functools like those found in stdlib" +marker = "python_version >= \"3.6\" and python_version < \"4.0\"" +name = "jaraco.functools" +optional = false +python-versions = ">=3.8" +version = "4.0.2" + +[package.dependencies] +more-itertools = "*" + +[package.extras] +doc = ["sphinx (>=3.5)", "jaraco.packaging (>=9.3)", "rst.linker (>=1.9)", "furo", "sphinx-lint", "jaraco.tidelift (>=1.4)"] +test = ["pytest (>=6,<8.1.0 || >=8.2.0)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-mypy", "pytest-enabler (>=2.2)", "jaraco.classes", "pytest-ruff (>=0.2.1)"] + +[[package]] +category = "dev" +description = "Low-level, pure Python DBus protocol wrapper." +marker = "python_version >= \"3.6\" and python_version < \"4.0\" and sys_platform == \"linux\"" +name = "jeepney" +optional = false +python-versions = ">=3.7" +version = "0.8.0" + +[package.extras] +test = ["pytest", "pytest-trio", "pytest-asyncio (>=0.17)", "testpath", "trio", "async-timeout"] +trio = ["trio", "async-generator"] + +[[package]] +category = "main" +description = "A very fast and expressive template engine." +name = "jinja2" +optional = false +python-versions = ">=3.7" +version = "3.1.4" + +[package.dependencies] +MarkupSafe = ">=2.0" + +[package.extras] +i18n = ["Babel (>=2.7)"] + +[[package]] +category = "dev" +description = "Store and access your passwords safely." +marker = "python_version >= \"3.6\" and python_version < \"4.0\"" +name = "keyring" +optional = false +python-versions = ">=3.8" +version = "25.3.0" + +[package.dependencies] +SecretStorage = ">=3.2" +"jaraco.classes" = "*" +"jaraco.context" = "*" +"jaraco.functools" = "*" +jeepney = ">=0.4.2" +pywin32-ctypes = ">=0.2.0" + +[package.dependencies.importlib-metadata] +python = "<3.12" +version = ">=4.11.4" + +[package.extras] +completion = ["shtab (>=1.1.0)"] +doc = ["sphinx (>=3.5)", "jaraco.packaging (>=9.3)", "rst.linker (>=1.9)", "furo", "sphinx-lint", "jaraco.tidelift (>=1.4)"] +test = ["pytest (>=6,<8.1.0 || >=8.2.0)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-mypy", "pytest-enabler (>=2.2)", "pyfakefs", "pytest-ruff (>=0.2.1)"] + +[[package]] +category = "dev" +description = "Platform-independent file locking module" +marker = "python_version >= \"3.6\" and python_version < \"4.0\"" +name = "lockfile" +optional = false +python-versions = "*" +version = "0.12.2" + +[[package]] +category = "main" +description = "Python implementation of John Gruber's Markdown." +name = "markdown" +optional = false +python-versions = ">=3.8" +version = "3.7" + +[package.extras] +docs = ["mkdocs (>=1.5)", "mkdocs-nature (>=0.6)", "mdx-gh-links (>=0.2)", "mkdocstrings", "mkdocs-gen-files", "mkdocs-section-index", "mkdocs-literate-nav"] +testing = ["coverage", "pyyaml"] + +[[package]] +category = "main" +description = "Safely add untrusted strings to HTML/XML markup." +name = "markupsafe" +optional = false +python-versions = ">=3.7" +version = "2.1.5" + +[[package]] +category = "dev" +description = "More routines for operating on iterables, beyond itertools" +marker = "python_version >= \"3.6\" and python_version < \"4.0\"" +name = "more-itertools" +optional = false +python-versions = ">=3.8" +version = "10.4.0" + +[[package]] +category = "dev" +description = "MessagePack serializer" +marker = "python_version >= \"3.6\" and python_version < \"4.0\"" +name = "msgpack" +optional = false +python-versions = ">=3.8" +version = "1.0.8" + +[[package]] +category = "dev" +description = "Type system extensions for programs checked with the mypy type checker." +name = "mypy-extensions" +optional = false +python-versions = ">=3.5" +version = "1.0.0" + +[[package]] +category = "main" +description = "Core utilities for Python packages" +name = "packaging" +optional = false +python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" +version = "20.9" + +[package.dependencies] +pyparsing = ">=2.0.2" + +[[package]] +category = "dev" +description = "Bring colors to your terminal." +name = "pastel" +optional = false +python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" +version = "0.2.1" + +[[package]] +category = "dev" +description = "Utility library for gitignore style pattern matching of file paths." +name = "pathspec" +optional = false +python-versions = ">=3.8" +version = "0.12.1" + +[[package]] +category = "dev" +description = "Pexpect allows easy control of interactive console applications." +name = "pexpect" +optional = false +python-versions = "*" +version = "4.9.0" + +[package.dependencies] +ptyprocess = ">=0.5" + +[[package]] +category = "dev" +description = "Query metadata from sdists / bdists / installed packages." +name = "pkginfo" +optional = false +python-versions = ">=3.8" +version = "1.11.1" + +[package.extras] +testing = ["pytest", "pytest-cov", "wheel"] + +[[package]] +category = "dev" +description = "A small Python package for determining appropriate platform-specific dirs, e.g. a `user data dir`." +name = "platformdirs" +optional = false +python-versions = ">=3.8" +version = "4.2.2" + +[package.extras] +docs = ["furo (>=2023.9.10)", "proselint (>=0.13)", "sphinx-autodoc-typehints (>=1.25.2)", "sphinx (>=7.2.6)"] +test = ["appdirs (1.4.4)", "covdefaults (>=2.3)", "pytest-cov (>=4.1)", "pytest-mock (>=3.12)", "pytest (>=7.4.3)"] +type = ["mypy (>=1.8)"] + +[[package]] +category = "dev" +description = "Python dependency management and packaging made easy." +name = "poetry" +optional = false +python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" +version = "1.1.15" + +[package.dependencies] +cachy = ">=0.3.0,<0.4.0" +cleo = ">=0.8.1,<0.9.0" +clikit = ">=0.6.2,<0.7.0" +html5lib = ">=1.0,<2.0" +packaging = ">=20.4,<21.0" +pexpect = ">=4.7.0,<5.0.0" +pkginfo = ">=1.4,<2.0" +poetry-core = ">=1.0.7,<1.1.0" +requests = ">=2.18,<3.0" +requests-toolbelt = ">=0.9.1,<0.10.0" +shellingham = ">=1.1,<2.0" +tomlkit = ">=0.7.0,<1.0.0" +virtualenv = ">=20.0.26,<21.0.0" + +[package.dependencies.cachecontrol] +extras = ["filecache"] +python = ">=3.6,<4.0" +version = ">=0.12.9,<0.13.0" + +[package.dependencies.crashtest] +python = ">=3.6,<4.0" +version = ">=0.3.0,<0.4.0" + +[package.dependencies.keyring] +python = ">=3.6,<4.0" +version = ">=21.2.0" + +[[package]] +category = "dev" +description = "Poetry PEP 517 Build Backend" +name = "poetry-core" +optional = false +python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" +version = "1.0.8" + +[[package]] +category = "main" +description = "A library to manipulate gettext files (po and mo files)." +name = "polib" +optional = false +python-versions = "*" +version = "1.2.0" + +[[package]] +category = "dev" +description = "Run a subprocess in a pseudo terminal" +name = "ptyprocess" +optional = false +python-versions = "*" +version = "0.7.0" + +[[package]] +category = "main" +description = "ISO country, subdivision, language, currency and script definitions and their translations" +name = "pycountry" +optional = false +python-versions = ">=3.8" +version = "24.6.1" + +[[package]] +category = "dev" +description = "C parser in Python" +marker = "python_version >= \"3.6\" and python_version < \"4.0\" and sys_platform == \"linux\" and platform_python_implementation != \"PyPy\"" +name = "pycparser" +optional = false +python-versions = ">=3.8" +version = "2.22" + +[[package]] +category = "main" +description = "Pygments is a syntax highlighting package written in Python." +name = "pygments" +optional = false +python-versions = ">=3.8" +version = "2.18.0" + +[package.extras] +windows-terminal = ["colorama (>=0.4.6)"] + +[[package]] +category = "dev" +description = "A pure Python Levenshtein implementation that's not freaking GPL'd." +name = "pylev" +optional = false +python-versions = "*" +version = "1.4.0" + +[[package]] +category = "main" +description = "pyparsing module - Classes and methods to define and execute parsing grammars" +name = "pyparsing" +optional = false +python-versions = ">=3.6.8" +version = "3.1.4" + +[package.extras] +diagrams = ["railroad-diagrams", "jinja2"] + +[[package]] +category = "dev" +description = "Help visualize profiling data from cProfile with kcachegrind and qcachegrind" +name = "pyprof2calltree" +optional = false +python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" +version = "1.4.5" + +[[package]] +category = "dev" +description = "A (partial) reimplementation of pywin32 using ctypes/cffi" +marker = "python_version >= \"3.6\" and python_version < \"4.0\" and sys_platform == \"win32\"" +name = "pywin32-ctypes" +optional = false +python-versions = ">=3.6" +version = "0.2.3" + +[[package]] +category = "main" +description = "Python HTTP for Humans." +name = "requests" +optional = false +python-versions = ">=3.8" +version = "2.32.3" + +[package.dependencies] +certifi = ">=2017.4.17" +charset-normalizer = ">=2,<4" +idna = ">=2.5,<4" +urllib3 = ">=1.21.1,<3" + +[package.extras] +socks = ["PySocks (>=1.5.6,<1.5.7 || >1.5.7)"] +use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] + +[[package]] +category = "dev" +description = "A utility belt for advanced users of python-requests" +name = "requests-toolbelt" +optional = false +python-versions = "*" +version = "0.9.1" + +[package.dependencies] +requests = ">=2.0.1,<3.0.0" + +[[package]] +category = "dev" +description = "Python bindings to FreeDesktop.org Secret Service API" +marker = "python_version >= \"3.6\" and python_version < \"4.0\" and sys_platform == \"linux\"" +name = "secretstorage" +optional = false +python-versions = ">=3.6" +version = "3.3.3" + +[package.dependencies] +cryptography = ">=2.0" +jeepney = ">=0.6" + +[[package]] +category = "main" +description = "the blessed package to manage your versions by scm tags" +name = "setuptools-scm" +optional = false +python-versions = ">=3.8" +version = "8.1.0" + +[package.dependencies] +packaging = ">=20" +setuptools = "*" + +[package.dependencies.tomli] +python = "<3.11" +version = ">=1" + +[package.extras] +docs = ["entangled-cli (>=2.0,<3.0)", "mkdocs", "mkdocs-entangled-plugin", "mkdocs-material", "mkdocstrings", "pygments"] +rich = ["rich"] +test = ["build", "pytest", "rich", "wheel", "typing-extensions"] + +[[package]] +category = "dev" +description = "Tool to Detect Surrounding Shell" +name = "shellingham" +optional = false +python-versions = ">=3.7" +version = "1.5.4" + +[[package]] +category = "dev" +description = "Python 2 and 3 compatibility utilities" +name = "six" +optional = false +python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" +version = "1.16.0" + +[[package]] +category = "main" +description = "Sniff out which async library your code is running under" +name = "sniffio" +optional = false +python-versions = ">=3.7" +version = "1.3.1" + +[[package]] +category = "main" +description = "This package provides 29 stemmers for 28 languages generated from Snowball algorithms." +name = "snowballstemmer" +optional = false +python-versions = "*" +version = "2.2.0" + +[[package]] +category = "main" +description = "Python documentation generator" +name = "sphinx" +optional = false +python-versions = ">=3.6" +version = "5.1.1" + +[package.dependencies] +Jinja2 = ">=2.3" +Pygments = ">=2.0" +alabaster = ">=0.7,<0.8" +babel = ">=1.3" +colorama = ">=0.3.5" +docutils = ">=0.14,<0.20" +imagesize = "*" +packaging = "*" +requests = ">=2.5.0" +snowballstemmer = ">=1.1" +sphinxcontrib-applehelp = "*" +sphinxcontrib-devhelp = "*" +sphinxcontrib-htmlhelp = ">=2.0.0" +sphinxcontrib-jsmath = "*" +sphinxcontrib-qthelp = "*" +sphinxcontrib-serializinghtml = ">=1.1.5" + +[package.extras] +docs = ["sphinxcontrib-websupport"] +lint = ["flake8 (>=3.5.0)", "flake8-comprehensions", "flake8-bugbear", "isort", "mypy (>=0.971)", "sphinx-lint", "docutils-stubs", "types-typed-ast", "types-requests"] +test = ["pytest (>=4.6)", "html5lib", "cython", "typed-ast"] + +[[package]] +category = "main" +description = "Rebuild Sphinx documentation on changes, with hot reloading in the browser." +name = "sphinx-autobuild" +optional = false +python-versions = ">=3.9" +version = "2024.4.16" + +[package.dependencies] +colorama = "*" +sphinx = "*" +starlette = ">=0.35" +uvicorn = ">=0.25" +watchfiles = ">=0.20" +websockets = ">=11" + +[package.extras] +test = ["pytest (>=6)"] + +[[package]] +category = "main" +description = "Type hints (PEP 484) support for the Sphinx autodoc extension" +name = "sphinx-autodoc-typehints" +optional = false +python-versions = ">=3.7" +version = "1.19.2" + +[package.dependencies] +Sphinx = ">=5.1.1" + +[package.extras] +testing = ["covdefaults (>=2.2)", "coverage (>=6.4.2)", "diff-cover (>=6.5.1)", "nptyping (>=2.2)", "pytest (>=7.1.2)", "pytest-cov (>=3)", "sphobjinv (>=2.2.2)", "typing-extensions (>=4.3)"] +type_comments = ["typed-ast (>=1.5.4)"] + +[[package]] +category = "main" +description = "Sphinx utility that make it easy to translate and to apply translation." +name = "sphinx-intl" +optional = false +python-versions = ">=3.7" +version = "2.2.0" + +[package.dependencies] +babel = "*" +click = "*" +setuptools = "*" +sphinx = "*" + +[package.extras] +test = ["pytest", "mock"] + +[[package]] +category = "main" +description = "Sphinx extension to build a 404 page with absolute URLs" +name = "sphinx-notfound-page" +optional = false +python-versions = ">=3.8" +version = "1.0.4" + +[package.dependencies] +sphinx = ">=5" + +[package.extras] +doc = ["sphinx-tabs", "sphinx-rtd-theme", "sphinxemoji", "sphinx-autoapi"] +test = ["tox"] + +[[package]] +category = "main" +description = "Read the Docs theme for Sphinx" +name = "sphinx-rtd-theme" +optional = false +python-versions = ">=3.6" +version = "2.0.0" + +[package.dependencies] +docutils = "<0.21" +sphinx = ">=5,<8" +sphinxcontrib-jquery = ">=4,<5" + +[package.extras] +dev = ["transifex-client", "sphinxcontrib-httpdomain", "bump2version", "wheel"] + +[[package]] +category = "main" +description = "sphinxcontrib-applehelp is a Sphinx extension which outputs Apple help books" +name = "sphinxcontrib-applehelp" +optional = false +python-versions = ">=3.9" +version = "2.0.0" + +[package.extras] +lint = ["ruff (0.5.5)", "mypy", "types-docutils"] +standalone = ["Sphinx (>=5)"] +test = ["pytest"] + +[[package]] +category = "main" +description = "sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp documents" +name = "sphinxcontrib-devhelp" +optional = false +python-versions = ">=3.9" +version = "2.0.0" + +[package.extras] +lint = ["ruff (0.5.5)", "mypy", "types-docutils"] +standalone = ["Sphinx (>=5)"] +test = ["pytest"] + +[[package]] +category = "main" +description = "sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files" +name = "sphinxcontrib-htmlhelp" +optional = false +python-versions = ">=3.9" +version = "2.1.0" + +[package.extras] +lint = ["ruff (0.5.5)", "mypy", "types-docutils"] +standalone = ["Sphinx (>=5)"] +test = ["pytest", "html5lib"] + +[[package]] +category = "main" +description = "Extension to include jQuery on newer Sphinx releases" +name = "sphinxcontrib-jquery" +optional = false +python-versions = ">=2.7" +version = "4.1" + +[package.dependencies] +Sphinx = ">=1.8" + +[[package]] +category = "main" +description = "A sphinx extension which renders display math in HTML via JavaScript" +name = "sphinxcontrib-jsmath" +optional = false +python-versions = ">=3.5" +version = "1.0.1" + +[package.extras] +test = ["pytest", "flake8", "mypy"] + +[[package]] +category = "main" +description = "Yet another markdown processor for Sphinx" +name = "sphinxcontrib-markdown" +optional = false +python-versions = "*" +version = "0.1.0" + +[package.dependencies] +Markdown = "*" +Sphinx = ">=0.6" + +[[package]] +category = "main" +description = "sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp documents" +name = "sphinxcontrib-qthelp" +optional = false +python-versions = ">=3.9" +version = "2.0.0" + +[package.extras] +lint = ["ruff (0.5.5)", "mypy", "types-docutils"] +standalone = ["Sphinx (>=5)"] +test = ["pytest", "defusedxml (>=0.7.1)"] + +[[package]] +category = "main" +description = "sphinxcontrib-serializinghtml is a sphinx extension which outputs \"serialized\" HTML files (json and pickle)" +name = "sphinxcontrib-serializinghtml" +optional = false +python-versions = ">=3.9" +version = "2.0.0" + +[package.extras] +lint = ["ruff (0.5.5)", "mypy", "types-docutils"] +standalone = ["Sphinx (>=5)"] +test = ["pytest"] + +[[package]] +category = "main" +description = "The little ASGI library that shines." +name = "starlette" +optional = false +python-versions = ">=3.8" +version = "0.38.4" + +[package.dependencies] +anyio = ">=3.4.0,<5" + +[package.extras] +full = ["httpx (>=0.22.0)", "itsdangerous", "jinja2", "python-multipart (>=0.0.7)", "pyyaml"] + +[[package]] +category = "main" +description = "A lil' TOML parser" +marker = "python_version < \"3.11\" or python_full_version < \"3.11.0a7\"" +name = "tomli" +optional = false +python-versions = ">=3.7" +version = "2.0.1" + +[[package]] +category = "dev" +description = "Style preserving TOML library" +name = "tomlkit" +optional = false +python-versions = ">=3.8" +version = "0.13.2" + +[[package]] +category = "main" +description = "Backported and Experimental Type Hints for Python 3.8+" +marker = "python_version < \"3.11\"" +name = "typing-extensions" +optional = false +python-versions = ">=3.8" +version = "4.12.2" + +[[package]] +category = "main" +description = "HTTP library with thread-safe connection pooling, file post, and more." +name = "urllib3" +optional = false +python-versions = ">=3.8" +version = "2.2.2" + +[package.extras] +brotli = ["brotli (>=1.0.9)", "brotlicffi (>=0.8.0)"] +h2 = ["h2 (>=4,<5)"] +socks = ["pysocks (>=1.5.6,<1.5.7 || >1.5.7,<2.0)"] +zstd = ["zstandard (>=0.18.0)"] + +[[package]] +category = "main" +description = "The lightning-fast ASGI server." +name = "uvicorn" +optional = false +python-versions = ">=3.8" +version = "0.30.6" + +[package.dependencies] +click = ">=7.0" +h11 = ">=0.8" + +[package.dependencies.typing-extensions] +python = "<3.11" +version = ">=4.0" + +[package.extras] +standard = ["colorama (>=0.4)", "httptools (>=0.5.0)", "python-dotenv (>=0.13)", "pyyaml (>=5.1)", "uvloop (>=0.14.0,<0.15.0 || >0.15.0,<0.15.1 || >0.15.1)", "watchfiles (>=0.13)", "websockets (>=10.4)"] + +[[package]] +category = "dev" +description = "Virtual Python Environment builder" +name = "virtualenv" +optional = false +python-versions = ">=3.7" +version = "20.26.3" + +[package.dependencies] +distlib = ">=0.3.7,<1" +filelock = ">=3.12.2,<4" +platformdirs = ">=3.9.1,<5" + +[package.extras] +docs = ["furo (>=2023.7.26)", "proselint (>=0.13)", "sphinx (>=7.1.2,<7.3 || >7.3)", "sphinx-argparse (>=0.4)", "sphinxcontrib-towncrier (>=0.2.1a0)", "towncrier (>=23.6)"] +test = ["covdefaults (>=2.3)", "coverage-enable-subprocess (>=1)", "coverage (>=7.2.7)", "flaky (>=3.7)", "packaging (>=23.1)", "pytest-env (>=0.8.2)", "pytest-freezer (>=0.4.8)", "pytest-mock (>=3.11.1)", "pytest-randomly (>=3.12)", "pytest-timeout (>=2.1)", "pytest (>=7.4)", "setuptools (>=68)", "time-machine (>=2.10)"] + +[[package]] +category = "main" +description = "Simple, modern and high performance file watching and code reload in python." +name = "watchfiles" +optional = false +python-versions = ">=3.8" +version = "0.24.0" + +[package.dependencies] +anyio = ">=3.0.0" + +[[package]] +category = "dev" +description = "Character encoding aliases for legacy web content" +name = "webencodings" +optional = false +python-versions = "*" +version = "0.5.1" + +[[package]] +category = "main" +description = "An implementation of the WebSocket Protocol (RFC 6455 & 7692)" +name = "websockets" +optional = false +python-versions = ">=3.8" +version = "13.0.1" + +[[package]] +category = "dev" +description = "Backport of pathlib-compatible object wrapper for zip files" +marker = "python_version >= \"3.6\" and python_version < \"3.12\"" +name = "zipp" +optional = false +python-versions = ">=3.8" +version = "3.20.1" + +[package.extras] +check = ["pytest-checkdocs (>=2.4)", "pytest-ruff (>=0.2.1)"] +cover = ["pytest-cov"] +doc = ["sphinx (>=3.5)", "jaraco.packaging (>=9.3)", "rst.linker (>=1.9)", "furo", "sphinx-lint", "jaraco.tidelift (>=1.4)"] +enabler = ["pytest-enabler (>=2.2)"] +test = ["pytest (>=6,<8.1.0 || >=8.2.0)", "jaraco.itertools", "jaraco.functools", "more-itertools", "big-o", "pytest-ignore-flaky", "jaraco.test", "importlib-resources"] +type = ["pytest-mypy"] + +[metadata] +content-hash = "c4126ef307e95f9be7e412c0ca32cea1231149beaf564a7b9343e29dba671068" +lock-version = "1.0" +python-versions = ">=3.10" + +[metadata.files] +alabaster = [] +anyio = [] +babel = [] +"backports.tarfile" = [] +black = [] +cachecontrol = [] +cachy = [] +certifi = [] +cffi = [] +charset-normalizer = [] +cleo = [] +click = [] +clikit = [] +colorama = [] +crashtest = [] +cryptography = [] +distlib = [] +docutils = [] +exceptiongroup = [] +filelock = [] +h11 = [] +html5lib = [] +idna = [] +imagesize = [] +importlib-metadata = [] +"jaraco.classes" = [] +"jaraco.context" = [] +"jaraco.functools" = [] +jeepney = [] +jinja2 = [] +keyring = [] +lockfile = [] +markdown = [] +markupsafe = [] +more-itertools = [] +msgpack = [] +mypy-extensions = [] +packaging = [] +pastel = [] +pathspec = [] +pexpect = [] +pkginfo = [] +platformdirs = [] +poetry = [] +poetry-core = [] +polib = [] +ptyprocess = [] +pycountry = [] +pycparser = [] +pygments = [] +pylev = [] +pyparsing = [] +pyprof2calltree = [] +pywin32-ctypes = [] +requests = [] +requests-toolbelt = [] +secretstorage = [] +setuptools-scm = [] +shellingham = [] +six = [] +sniffio = [] +snowballstemmer = [] +sphinx = [] +sphinx-autobuild = [] +sphinx-autodoc-typehints = [] +sphinx-intl = [] +sphinx-notfound-page = [] +sphinx-rtd-theme = [] +sphinxcontrib-applehelp = [] +sphinxcontrib-devhelp = [] +sphinxcontrib-htmlhelp = [] +sphinxcontrib-jquery = [] +sphinxcontrib-jsmath = [] +sphinxcontrib-markdown = [] +sphinxcontrib-qthelp = [] +sphinxcontrib-serializinghtml = [] +starlette = [] +tomli = [] +tomlkit = [] +typing-extensions = [] +urllib3 = [] +uvicorn = [] +virtualenv = [] +watchfiles = [] +webencodings = [] +websockets = [] +zipp = []