Metadata-Version: 2.1
Name: rin
Version: 0.1.1
Summary: A successor to the Lefi project
Home-page: https://github.com/an-dyy/Rin
License: MIT
Keywords: discord,discord-api
Author: an-dyy
Author-email: andy.development@protonmail.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: aiohttp (>=3.8.1,<4.0.0)
Requires-Dist: typing-extensions (>=4.0.1,<5.0.0)
Description-Content-Type: text/markdown

# Rin
A strongly typed discord API wrapper.
This is the successor to the Lefi project.

## Installation

1. Poetry

   ```
   poetry add git+https//github.com/an-dyy/Rin
   ```

2. Pip
   ```
   pip install git+https//github.com/an-dyy/Rin
   ```

## Example(s)
[Here!](examples/)

## Documentation
[Documentation](https://rin.readthedocs.io/en/latest/index.html)

## Contributing
1. If you plan on contributing please open an issue beforehand
2. Fork the repo, and setup the poetry env (with dev dependencies)
3. Install pre-commit hooks (*makes it a lot easier for me*)
    ```
    pre-commit install
    ```

## Notable contributors

- [blanketsucks](https://github.com/blanketsucks) - collaborator
- [an-dyy](https://github.com/an-dyy) - creator and maintainer

[![Discord!](https://img.shields.io/badge/Discord-Rin-blue)](https://discord.gg/ZcAqDBaxRf)

