yalelaundry

Library for fetching data from the Yale Laundry APIs.


License
GPL-2.0+
Install
pip install yalelaundry==0.1.0

Documentation

yalelaundry PyPI version

Python library for interfacing with the Yale Laundry APIs.

API documentation

Setup

First, install the module:

pip3 install yalelaundry

Then, to use these functions, you must import the module:

import yalelaundry

Before using the library, you must instantiate its class, for example:

laundry = yalelaundry.YaleLaundry('your API key here')

You can obtain your API key as described here.

Retrieval Functions

  • TODO

See example.py for several usage examples.

Author

Erik Boesen

License

GPL