Use the package manager pip to install.
pip install sleeper
For examples on how to utilize the different features of this library, see
the example
folder.
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.
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