Sleeper
A Python wrapper for the Sleeper API.
Install / Use
/learn @joeyagreco/SleeperREADME
<div align="center">
<img src="https://github.com/joeyagreco/sleeper/raw/main/img/sleeper.png" alt="sleeper logo" width="250"/>
A Python wrapper for the Sleeper API.
Sleeper Website
Sleeper API Documentation
<br>
<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>
Installation
Use the package manager pip to install.
pip install sleeper
Usage
For examples on how to utilize the different features of this library, see
the example folder.
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.
Development
Run these commands from the root folder
- Install Dependencies:
make deps - Format Code:
make fmt - Run Unit Tests:
make test-unit - Run Integration Tests:
make test-integration - Run All Tests:
make test-all
