Metadata-Version: 2.1
Name: fleaflicker
Version: 1.0.0
Summary: A Python wrapper for the Fleaflicker API.
Home-page: https://github.com/joeyagreco/fleaflicker
Author: Joey Greco
Author-email: joeyagreco@gmail.com
License: MIT
Keywords: fleaflicker api wrapper api-wrapper fantasy
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE

<div align="center">

<img src="https://raw.githubusercontent.com/joeyagreco/fleaflicker/main/img/ff_final.png" alt="fleaflicker logo" width="250"/>

A Python wrapper for the Fleaflicker API.

[Fleaflicker Website](https://www.fleaflicker.com/)\
[Fleaflicker API Documentation](https://www.fleaflicker.com/api-docs/index.html)

<a target="_blank" href="https://www.python.org/downloads/" title="Python version"><img src="https://img.shields.io/badge/python-%3E=_3.10-teal.svg"></a>
![Last Commit](https://img.shields.io/github/last-commit/joeyagreco/fleaflicker)
</div>

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install.

```bash
pip install fleaflicker
```

## Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

## License

[MIT](https://choosealicense.com/licenses/mit/)
