Metadata-Version: 2.1
Name: python-modrinth
Version: 1.1.0
Summary: A Python library that interacts with the Modrinth API
Home-page: https://github.com/RevolvingMadness/Pyrinth
Author: RevolvingMadness
Author-email: revolvingmad@gmail.com
Project-URL: Bug Tracker, https://github.com/RevolvingMadness/Pyrinth/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE.txt

<div align="center">

<div id="user-content-toc">
  <ul>
    <summary><h1 style="display: inline-block;">Pyrinth</h1></summary>
  </ul>
</div>

  <p align="center">
    Interacts with the Modrinth API
    <br />
    <a href="https://github.com/RevolvingMadness/Pyrinth"><strong>Explore the docs »</strong></a>
    <br />
    <br />
    <a href="https://github.com/RevolvingMadness/Pyrinth/issues">Report Bug</a>
    ·
    <a href="https://github.com/RevolvingMadness/Pyrinth/issues">Request Feature</a>
  </p>

[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![Apache License][license-shield]][license-url]
</div>
<br />


## Getting Started

### Prerequisites

To use Pyrinth you need the following:
- [Python](https://www.python.org/downloads)
- pip (Comes with Python)

### Installation

#### Automatic Installation

To automatically install the latest version of Pyrinth, run this command in the terminal:
```sh
pip install python-modrinth
```
---

#### Manual Installation
If you want to get the latest beta or pre-releases, follow the steps below:
1. Go to the releases page and download one of the `.whl` files.
2. Open a terminal and go to the downloads directory.
3. Type this: `pip install pyrinth`, then press tab and it should autocomplete.

## Issues

If you find a bug, please check if the issue already exists, otherwise open an issue through [this](https://github.com/RevolvingMadness/Pyrinth/issues) link.



## Contributing

### Creating A Fork And Pull Request
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".  
Don't forget to give the project a star! Thanks again!

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request

### Using Pyrinth Source Code
When you are using the Pyrinth source code, navigate to the `src` directory and create your main Python file.





## License

This project is distributed under the Apache 2.0 License. See `LICENSE.txt` for more information.

## Contact

Project Link: [https://github.com/RevolvingMadness/Pyrinth](https://github.com/RevolvingMadness/Pyrinth)  
Discord Server: Coming Soon!



[contributors-shield]: https://img.shields.io/github/contributors/RevolvingMadness/Pyrinth.svg?style=for-the-badge
[contributors-url]: https://github.com/RevolvingMadness/Pyrinth/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/RevolvingMadness/Pyrinth.svg?style=for-the-badge
[forks-url]: https://github.com/RevolvingMadness/Pyrinth/network/members
[stars-shield]: https://img.shields.io/github/stars/RevolvingMadness/Pyrinth.svg?style=for-the-badge
[stars-url]: https://github.com/RevolvingMadness/Pyrinth/stargazers
[issues-shield]: https://img.shields.io/github/issues/RevolvingMadness/Pyrinth.svg?style=for-the-badge
[issues-url]: https://github.com/RevolvingMadness/Pyrinth/issues
[license-shield]: https://img.shields.io/github/license/RevolvingMadness/Pyrinth.svg?style=for-the-badge
[license-url]: https://github.com/RevolvingMadness/Pyrinth/LICENSE.txt
