Fortlev-solar-sdk

Latest version: v0.2.3

Safety actively analyzes 682229 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.2.3

Key Changes

1. Enhanced Authentication Handling
- The SDK now includes improved authentication management, allowing users to set their username and password through environment variables.
- You can configure the SDK using the following environment variables in your `.env` file:
- `FORTLEV_SOLAR_USERNAME`
- `FORTLEV_SOLAR_PWD`

2. Token Renewal Feature by patrickpasquini in https://github.com/patrickpasquini/fortlev_solar_sdk/pull/12
- The SDK now automatically checks if the authentication token is expired when making requests. If the token is expired, it will be renewed seamlessly, ensuring uninterrupted access to the API.
- This improvement enhances the robustness of your application by preventing authentication errors during API calls.

3. Development Mode Recommendation
- For development purposes, it is recommended to use the `FortlevSolarClient` in development mode. You can initialize the client with:
python
FortlevSolarClient(env="DEV")


**Full Changelog**: https://github.com/patrickpasquini/fortlev_solar_sdk/compare/0.2.2...0.2.3

0.2.2

**Full Changelog**: https://github.com/patrickpasquini/fortlev_solar_sdk/compare/0.2.1...0.2.2

0.2.1

**Full Changelog**: https://github.com/patrickpasquini/fortlev_solar_sdk/compare/0.2.0...0.2.1

0.2.0

What's Changed
* 🔨 Create pypi workflow by patrickpasquini in https://github.com/patrickpasquini/fortlev_solar_sdk/pull/7
* Ci workflow by patrickpasquini in https://github.com/patrickpasquini/fortlev_solar_sdk/pull/8
* 📝 Update README by patrickpasquini in https://github.com/patrickpasquini/fortlev_solar_sdk/pull/9
* Financing by patrickpasquini in https://github.com/patrickpasquini/fortlev_solar_sdk/pull/10


**Full Changelog**: https://github.com/patrickpasquini/fortlev_solar_sdk/compare/0.1.0...0.2.0

0.1.0

What's Changed
* Dev by patrickpasquini in https://github.com/patrickpasquini/fortlev_solar_sdk/pull/1
* Dev by patrickpasquini in https://github.com/patrickpasquini/fortlev_solar_sdk/pull/2
* Dev by patrickpasquini in https://github.com/patrickpasquini/fortlev_solar_sdk/pull/3
* Dev by patrickpasquini in https://github.com/patrickpasquini/fortlev_solar_sdk/pull/4
* Dev by patrickpasquini in https://github.com/patrickpasquini/fortlev_solar_sdk/pull/5
* 🔨 Update ci workflow with mkdocstrings-python by patrickpasquini in https://github.com/patrickpasquini/fortlev_solar_sdk/pull/6

New Contributors
* patrickpasquini made their first contribution in https://github.com/patrickpasquini/fortlev_solar_sdk/pull/1

**Full Changelog**: https://github.com/patrickpasquini/fortlev_solar_sdk/commits/0.1.0

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.