Metadata-Version: 2.1
Name: mend
Version: 0.1.0
Summary: Mend, update, and repair git repositories.
Home-page: https://github.com/jessemyers/mend
Author: Jesse Myers
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click (>=8.0.1)
Requires-Dist: jinja2 (>=3.0.1)
Provides-Extra: dist
Requires-Dist: bumpversion (>=0.6.0) ; extra == 'dist'
Requires-Dist: pip (>=21.1.3) ; extra == 'dist'
Requires-Dist: setuptools (>=57.1.0) ; extra == 'dist'
Requires-Dist: twine (>=3.4.1) ; extra == 'dist'
Requires-Dist: wheel (>=0.36.2) ; extra == 'dist'
Provides-Extra: lint
Requires-Dist: flake8 (>=3.9.2) ; extra == 'lint'
Requires-Dist: flake8-isort (>=4.0.0) ; extra == 'lint'
Requires-Dist: flake8-print (>=4.0.0) ; extra == 'lint'
Provides-Extra: test
Provides-Extra: typehinting
Requires-Dist: mypy (>=0.910.0) ; extra == 'typehinting'

# mend

Mend, update, and repair git repositories.


