Metadata-Version: 2.1
Name: pygitstats
Version: 1.0.0rc1
Summary: "A Python wrapper for the GitHub API"
Home-page: https://github.com/DillonB07/GitStats
Author: Dillon Barnes
Author-email: dillonbarnes07@gmail.com
License: UNKNOWN
Project-URL: Documentation, https://github.com/DillonB07/GitStats
Project-URL: Source Code, https://github.com/DillonB07/GitStats
Project-URL: Bug Tracker, https://github.com/DillonB07/GitStats/issues
Project-URL: Discussions, https://github.com/DillonB07/GitStats/discussions
Keywords: dillonb07,utils
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# GitStats

![PyPI](https://img.shields.io/pypi/v/pygitstats?color=blue&label=PyPi&logo=pypi&logoColor=yellow)
![PyPI - Downloads](https://img.shields.io/pypi/dm/pygitstats?color=blue&label=Downloads&logo=pypi&logoColor=yellow)
![PyPI - Format](https://img.shields.io/pypi/format/pygitstats?color=blue&&label=Format&logo=pypi&logoColor=yellow)
![PyPI - Status](https://img.shields.io/pypi/status/pygitstats?color=blue&label=Status&logo=pypi&logoColor=yellow)
![PyPI - License](https://img.shields.io/pypi/l/pygitstats?color=blue&label=License&logo=pypi&logoColor=yellow)

pygitstats is a package that allows you to use the GitHub GraphQL API with ease in your Python programs.

## Installation

Anyone can use this package by installing it from PyPi via one of the following commands:

### Pip

```zsh
pip install pygitstats
```

```zsh
pip3 install pygitstats
```

```zsh
python -m pip install pygitstats
```

```zsh
python3 -m pip install pygitstats
```

### Poetry

```zsh
poetry install pygitstats
```

### Conda

```zsh
conda install pygitstats
```

### Pipenv

```zsh
pipenv install pygitstats
```

## Usage

Just import the modules you need and get started!

## License

This project is licensed under the LGPLv3 license.


