Flespi REST API for Python
Project description
Flespi REST API wrapper for Python
Installation
Use the package manager pip to install flespi
$ pip3 install flespi
Usage
from flespi import FlespiClient
# Or
from flespi.rest import FlespiClient
token = 'your_token' # Without "FlespiToken"
# Initialize Flespi instance
flespi = FlespiClient(token)
response = flespi.get('/gw/devices/all')
print(response)
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
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
flespi-2.0.1.tar.gz
(3.7 kB
view hashes)
Built Distribution
flespi-2.0.1-py3-none-any.whl
(3.8 kB
view hashes)