Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erikboesen/yalelaundry
A Python wrapper for the Yale Laundry APIs.
https://github.com/erikboesen/yalelaundry
Last synced: about 1 month ago
JSON representation
A Python wrapper for the Yale Laundry APIs.
- Host: GitHub
- URL: https://github.com/erikboesen/yalelaundry
- Owner: ErikBoesen
- License: gpl-3.0
- Created: 2019-06-23T02:11:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-20T16:23:03.000Z (over 5 years ago)
- Last Synced: 2024-09-24T17:37:11.440Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# yalelaundry [![PyPI version](https://badge.fury.io/py/yalelaundry.svg)](https://badge.fury.io/py/yalelaundry)
> Python library for interfacing with the Yale Laundry APIs.
[API documentation](https://developers.yale.edu/laundry-api-group)
## Setup
First, install the module:```sh
pip3 install yalelaundry
```Then, to use these functions, you must import the module:
```py
import yalelaundry
```Before using the library, you must instantiate its class, for example:
```py
laundry = yalelaundry.YaleLaundry('your API key here')
```You can obtain your API key as described [here](https://developers.yale.edu/how-info/how-do-i-get-access-apis).
## Retrieval Functions
- TODOSee `example.py` for several usage examples.
## Author
[Erik Boesen](https://github.com/ErikBoesen)## License
[GPL](LICENSE)