Metadata-Version: 2.4
Name: git_well
Version: 0.3.1
Summary: The git_well module
Author-email: Jon Crall <erotemic@gmail.com>
License: Apache 2
Project-URL: Homepage, https://github.com/Erotemic/git_well
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Requires-Python: >=3.10
Requires-Dist: ubelt>=1.3.3
Requires-Dist: scriptconfig>=0.9.1; python_version >= "3.6"
Requires-Dist: rich>=12.4.4; python_version >= "3.8"
Requires-Dist: rich>=11.2.0; python_version < "3.8" and python_version >= "3.6"
Requires-Dist: git-python>=1.0.0; python_version >= "2.7"
Requires-Dist: packaging>=21.3
Requires-Dist: pyyaml>=6.0
Requires-Dist: networkx>=2.8; python_version < "4.0" and python_version >= "3.11"
Requires-Dist: networkx>=2.7; python_version < "3.11" and python_version >= "3.8"
Requires-Dist: networkx>=2.6.2; python_version < "3.8" and python_version >= "3.7"
Requires-Dist: networkx<=2.5.1,>=2.2.0; python_version < "3.7.0" and python_version >= "3.6.0"
Provides-Extra: docs
Requires-Dist: sphinx>=5.0.1; extra == "docs"
Requires-Dist: sphinx-autobuild>=2021.3.14; extra == "docs"
Requires-Dist: sphinx_rtd_theme>=1.0.0; extra == "docs"
Requires-Dist: sphinxcontrib-napoleon>=0.7; extra == "docs"
Requires-Dist: sphinx-autoapi>=1.8.4; extra == "docs"
Requires-Dist: Pygments>=2.9.0; extra == "docs"
Requires-Dist: myst_parser>=0.18.0; extra == "docs"
Requires-Dist: sphinx-reredirects>=0.0.1; extra == "docs"
Provides-Extra: optional
Requires-Dist: argcomplete>=1.0; extra == "optional"
Requires-Dist: rich_argparse>=1.1.0; python_version >= "3.7" and extra == "optional"
Requires-Dist: fsspec; extra == "optional"
Requires-Dist: paramiko; extra == "optional"
Provides-Extra: tests
Requires-Dist: xdoctest>=1.1.5; extra == "tests"
Requires-Dist: pytest>=8.1.1; (python_version < "4.0" and python_version >= "3.13") and extra == "tests"
Requires-Dist: pytest>=8.1.1; python_version < "3.13" and extra == "tests"
Requires-Dist: pytest-cov>=3.0.0; extra == "tests"
Requires-Dist: pytest_timeout>=2.3.1; (python_version < "4.0" and python_version >= "3.12") and extra == "tests"
Requires-Dist: pytest_timeout>=1.4.2; python_version < "3.12" and extra == "tests"
Requires-Dist: coverage>=7.3.0; (python_version < "4.0" and python_version >= "3.12") and extra == "tests"
Requires-Dist: coverage>=6.1.1; (python_version < "3.12" and python_version >= "3.10") and extra == "tests"
Requires-Dist: coverage>=5.3.1; (python_version < "3.10" and python_version >= "3.9") and extra == "tests"
Requires-Dist: coverage>=6.1.1; (python_version < "3.9" and python_version >= "3.8") and extra == "tests"
