Metadata-Version: 2.1
Name: pygit-annek
Version: 0.1.1
Summary: A CLI wrapper around Pygithub
License: MIT
Author: Michael MacKenna
Author-email: mmackenna@unitedfiregroup.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: PyGithub (>=1.53,<2.0)
Requires-Dist: click (>=7.1.2,<8.0.0)
Description-Content-Type: text/markdown

# Pygit

Pygit is a cli tool for managing users in Github organizations.
It is a wrapper for the [PyGitHub] library.


[PyGithub]: https://github.com/PyGithub/PyGithub

## Install

Not yet available to be installed from Pypi

```bash
$ pip install pygit_annek
```

