Skip to main content

Flespi REST API for Python

Project description

flespi-Python

flespi-python is a flespi Rest API Wrapper for python language. GitHub license pypi version

Installation

Use the package manager pip to install flespi-python. Install the dependencies and devDependencies and start the server.

$ pip3 install flespi

Usage

from flespi.rest import FlespiClient

token = 'your_token' # Without "FlespiToken"
is_development = True
# Initialize Flespi instance
flespi = FlespiClient(token=token, is_development=is_development)

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

MIT

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-1.1.0.tar.gz (2.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page