Metadata-Version: 2.4
Name: skyblock-repo
Version: 1.0.6
Summary: Cargo/Python package to interface with the Skyblock Repo
Keywords: skyblock,hypixel,hypixel-skyblock
Home-Page: https://skyblockrepo.com
License: MIT
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Source Code, https://github.com/SkyblockRepo/RepoRS

# RepoRS

Rust/Python package to interface with the [Skyblock Repo]

### Adding to your project

Rust
```sh
cargo add skyblock-repo
```

Python
```sh
pip install skyblock-repo
```

### Usage

Look at the [examples](./examples) or [Integration docs] for how to use.

[Skyblock Repo]: https://skyblockrepo.com
[Integration docs]: https://skyblockrepo.com/docs/integrations/rust

