Metadata-Version: 2.1
Name: lefi
Version: 0.2.4
Summary: A discord API wrapper focused on clean code, and usability
Home-page: https://github.com/an-dyy/Lefi
License: MIT
Keywords: discord,discordbot,discordapi
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: PyNaCl (>=1.4.0,<2.0.0)
Requires-Dist: aiohttp (>=3.7.4,<4.0.0)
Project-URL: Documentation, https://lefi.readthedocs.io/en/latest/
Description-Content-Type: text/markdown

<div align="center">
    <img src="https://github.com/an-dyy/Lefi/raw/master/docs/logo.png"</img>
    <p>
        <a href="https://lefi.readthedocs.io/en/latest/"><img src="https://img.shields.io/readthedocs/lefi"</img></a>
        <a href="https://pypi.org/project/lefi/"><img src="https://img.shields.io/pypi/dm/lefi?color=gre"</img></a>
        <a href="https://discord.com/invite/QPFXzFbqrK"><img src="https://img.shields.io/discord/907106240537169980?label=discord"</img></a>
        <a href="https://github.com/an-dyy/Lefi/releases"><img src="https://img.shields.io/github/v/release/an-dyy/lefi?include_prereleases&sort=semver"</img></a>
    </p>
    A discord API wrapper focused on clean code, and usability
</div>


## Installation

1. Poetry

   ```
   poetry add lefi
   ```

2. Pip
   ```
   pip install lefi
   ```

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

## Documentation
[Here!](https://lefi.readthedocs.io/en/latest/)

## 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
    ```

## Join the discord!
- [Discord](https://discord.gg/ZcAqDBaxRf)

## Notable contributors

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


