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
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fortlev_solar_sdk-0.2.4.tar.gz.
File metadata
- Download URL: fortlev_solar_sdk-0.2.4.tar.gz
- Upload date:
- Size: 11.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c0405a96b2d6054855a5c4996cd5dc5e4b91b16b3df3ceb943da851bb9ae65a3
|
|
| MD5 |
ae4ee33ccdf112e9a19b60d085e1bb6d
|
|
| BLAKE2b-256 |
1350317cd07796b84475ae0f930f3094155d3d1fe096aa0862b67a69961bd44d
|
File details
Details for the file fortlev_solar_sdk-0.2.4-py3-none-any.whl.
File metadata
- Download URL: fortlev_solar_sdk-0.2.4-py3-none-any.whl
- Upload date:
- Size: 13.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a4873f2612b8aa804f531e85659572e80320eec6ca5116e89d7be0fec02cc247
|
|
| MD5 |
6490ad873a73bf951ce8f57e749516cd
|
|
| BLAKE2b-256 |
2fef93afe36bc3b6f662e90ef581385a595b6d565227816508be3f708e6aebb5
|