Metadata-Version: 2.1
Name: pygitm
Version: 0.10.1
Summary: A git library written in Python
Home-page: https://github.com/alexisbeaulieu97/pygitm
License: MIT
Author: Alexis Beaulieu
Author-email: alexisbeaulieu97@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: pytcm (>=0.5.6,<0.6.0)
Project-URL: Changelog, https://github.com/alexisbeaulieu97/pytcm/blob/main/CHANGELOG.md
Project-URL: Repository, https://github.com/alexisbeaulieu97/pygitm
Description-Content-Type: text/markdown

# pygitm

A git library written in Python

## Installation

```
$ pip install pygitm
```

## Usage

COMING SOON

## Contributing

Thank you for considering making pytcm better.

Please refer to [docs](docs/CONTRIBUTING.md).

## Change Log

See [CHANGELOG](CHANGELOG.md)

## License

MIT
