Metadata-Version: 2.1
Name: ghastoolkit
Version: 0.11.1
Summary: GitHub Advanced Security Python Toolkit
Author: GeekMasher
Project-URL: Homepage, https://github.com/GeekMasher/ghastoolkit
Project-URL: Bug Tracker, https://github.com/GeekMasher/ghastoolkit/issues
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: certifi==2023.11.17
Requires-Dist: charset-normalizer==3.3.2
Requires-Dist: idna==3.6
Requires-Dist: PyYAML==6.0.1
Requires-Dist: ratelimit==2.2.1
Requires-Dist: requests==2.31.0
Requires-Dist: semantic-version==2.10.0
Requires-Dist: urllib3==2.1.0

<div align="center">
<h1>GHASToolkit</h1>
<img src="https://raw.githubusercontent.com/GeekMasher/ghastoolkit/main/docs/static/ghastoolkit.png" />

[![GitHub](https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white)](https://github.com/GeekMasher/ghastoolkit)
[![GitHub Actions](https://img.shields.io/github/actions/workflow/status/geekmasher/ghastoolkit/python-package.yml?style=for-the-badge)](https://github.com/GeekMasher/ghastoolkit/actions/workflows/python-package.yml?query=branch%3Amain)
[![GitHub Issues](https://img.shields.io/github/issues/geekmasher/ghastoolkit?style=for-the-badge)](https://github.com/GeekMasher/ghastoolkit/issues)
[![GitHub Stars](https://img.shields.io/github/stars/geekmasher/ghastoolkit?style=for-the-badge)](https://github.com/GeekMasher/ghastoolkit)
[![Python Versions](https://img.shields.io/pypi/pyversions/ghastoolkit?style=for-the-badge)](https://pypi.org/project/ghastoolkit/)
[![Licence](https://img.shields.io/github/license/Ileriayo/markdown-badges?style=for-the-badge)](./LICENSE)

</div>

## Overview

[GitHub Advanced Security (GHAS)](https://github.com/features/security) Python Toolkit to make the lives of everyone that uses GHAS a little easier.


## Installing

To install `ghastoolkit`, you can use `pip` or one of `pypi` family's of tools to install:

```bash
# pip 
pip install ghastoolkit

# pipenv
pipenv install ghastoolkit

# poetry
poetry add ghastoolkit
```

## Usage

To see how to use `ghastoolkit`, [take a look at the docs](https://geekmasher.github.io/ghastoolkit).


## Licence

This project is licensed under the terms of the MIT open source license.
Please refer to [MIT](./LICENSE.md) for the full terms.


## Support

Support is via [GitHub Issues](https://github.com/GeekMasher/ghastoolkit/issues)

