Metadata-Version: 2.1
Name: pygitops
Version: 0.11.1
Summary: Wrapper for low-level git logic. Useful for systems automating git operations.
Home-page: https://github.com/wayfair-incubator/pygitops
Author: Josh Woodward
Author-email: josh.woodward2693@gmail.com
License: UNKNOWN
Description: # pygitops
        
        [![CI pipeline status](https://github.com/wayfair-incubator/pygitops/workflows/CI/badge.svg?branch=main)][ci]
        [![PyPI](https://img.shields.io/pypi/v/pygitops)][pypi]
        [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pygitops)][pypi]
        [![codecov](https://codecov.io/gh/wayfair-incubator/pygitops/branch/main/graph/badge.svg)][codecov]
        [![Checked with mypy](https://img.shields.io/badge/mypy-checked-blue)][mypy-home]
        [![Code style: black](https://img.shields.io/badge/code%20style-black-black.svg)][black-home]
        
        Wrapper for low-level git logic. Useful for systems automating git operations.
        
        For more information, please see the [pygitops docs][pygitops-docs]
        
        [ci]: https://github.com/wayfair-incubator/pygitops/actions
        [pypi]: https://pypi.org/project/pygitops/
        [codecov]: https://codecov.io/gh/wayfair-incubator/pygitops
        [mypy-home]: http://mypy-lang.org/
        [black-home]: https://github.com/psf/black
        [pygitops-docs]: https://wayfair-incubator.github.io/pygitops/
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
