Metadata-Version: 2.3
Name: ssv2py
Version: 0.2.0
Summary: A Python wrapper for the SSV2 API
License: GPL-3.0-only
Keywords: game,minecraft,serverseeker,serverseekerv2
Author: Nucceteere
Author-email: ruzgar@nucceteere.xyz
Requires-Python: >=3.9
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Requires-Dist: requests (>=2.32.3,<3.0.0)
Project-URL: Bug Tracker, https://git.funtimes909.xyz/ServerSeekerV2/ssv2py/issues
Project-URL: Contribute, https://git.funtimes909.xyz/ServerSeekerV2/ssv2py/pulls
Project-URL: Documentation, https://git.funtimes909.xyz/ServerSeekerV2/ssv2py/wiki/
Project-URL: Homepage, https://git.funtimes909.xyz/ServerSeekerV2/ssv2py/src/branch/main/README.md
Project-URL: Repository, https://git.funtimes909.xyz/ServerSeekerV2/ssv2py
Description-Content-Type: text/markdown

<br/>
<div align="center">
<a href="https://github.com/ShaanCoding/ReadME-Generator">
<img src="https://git.funtimes909.xyz/repo-avatars/248ef58dc8dc0ffa0a1cd47485a11703b49348540f2877b747c1846b843552b0" alt="Logo" width="80" height="80">
</a>
<h3 align="center">ssv2py</h3>
<p align="center">
A Python wrapper for the SSV2 API

<br/>

<a href="https://git.funtimes909.xyz/ServerSeekerV2/ssv2py/issues">Report Bug</a> -
<a href="https://git.funtimes909.xyz/ServerSeekerV2/ssv2py/issues">Request Feature</a>

</p>
</div>

## About

A simple Python wrapper for the SSV2 API

## Getting Started

### Prerequisites

Any module manager for Python (pip, pipx, uv etc.)

### Installation

- pip
  ```sh
  pip install ssv2py
  ```
- pipx
  ```sh
  pipx install ssv2py
  ```

## Usage

Add example usage here with code snippets

## Contributing

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

## License

Distributed under the GPL-3.0 License. See [GPL-3.0 License](https://opensource.org/license/gpl-3.0) for more information.

## Contact

Rüzgar Engür - [@nucceteere.xyz](https://bsky.app/profile/nucceteere.xyz) - `ruzgar (at) nucceteere.xyz`

Project Link: [Funtimes909 Forgejo](https://git.funtimes909.xyz/ServerSeekerV2/ssv2py)

