A Python SDK for interacting with the Fortlev Solar API.
Project description
Fortlev Solar SDK Documentation
This SDK is designed to simplify the process of interacting with the Fortlev Solar API.
Go to: Docs
Installation
You can install the SDK using pip:
pip install fortlev_solar_sdk
Quick Example
Here's a quick example of how to use the SDK to authenticate and fetch available surfaces:
from fortlev_solar_sdk import FortlevSolarClient
client = FortlevSolarClient()
client.authenticate(username="username", pwd="password")
orders = client.orders(power=5.0, voltage="220", phase=1, surface="surface_id", city="city_id")
for order in orders:
print(order)
API Reference
For a complete reference of available endpoints, visit the official API documentation:
Fortlev Solar API Documentation
Fortlev Solar Platform
To access the Fortlev Solar platform, where you can manage your orders and more, visit:
Contributing
We welcome contributions to the SDK! If you'd like to report an issue or contribute to the project, please visit our GitHub repository.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file fortlev_solar_sdk-0.2.2.tar.gz
.
File metadata
- Download URL: fortlev_solar_sdk-0.2.2.tar.gz
- Upload date:
- Size: 11.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eeca0f81c78428e876f8146b7da8b26baa1c926a27a7bd3cbf76dcc3fb7bbc18 |
|
MD5 | 579b66b3685445611bca7dd67d69b58a |
|
BLAKE2b-256 | f4e3408dc58fb8649b9a7810982d34b0792ab8e2997b32481965073d0a12bf63 |
File details
Details for the file fortlev_solar_sdk-0.2.2-py3-none-any.whl
.
File metadata
- Download URL: fortlev_solar_sdk-0.2.2-py3-none-any.whl
- Upload date:
- Size: 12.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d9a4efea75554115efd546a3d0f4ff8fc530c746110d1420a92ed66273de5637 |
|
MD5 | a77f2bfb114a636e32519b11551488bc |
|
BLAKE2b-256 | ad737e6e107b52760e50a515d66864538b8a031d57e2fe779cc0e1c1a495aba7 |