Metadata-Version: 2.4
Name: mysolenso
Version: 1.0.0
Summary: Library to interface Solenso site monitor.solenso.net.
Author-email: franck VANHOUCKE <vanhoucke.franck@free.fr>
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/thanatos-vf-2000/mysolenso
Project-URL: Issues, https://github.com/thanatos-vf-2000/mysolenso
Project-URL: Documents, https://thanatos-vf-2000.github.io/mysolenso/
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: 3.15
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.31.0
Dynamic: license-file

# mysolenso library

![PyPI](https://img.shields.io/pypi/v/mysolenso) ![TestPyPI](https://img.shields.io/badge/dynamic/json?label=TestPyPI&url=https%3A%2F%2Ftest.pypi.org%2Fpypi%2Fmysolenso%2Fjson&query=$.info.version) ![License](https://img.shields.io/pypi/l/mysolenso) 

[![Docs](https://img.shields.io/badge/docs-online-brightgreen)](https://thanatos-vf-2000.github.io/mysolenso/) [![Workflow Status](https://github.com/thanatos-vf-2000/mysolenso/actions/workflows/docs.yml/badge.svg?branch=main)](https://github.com/thanatos-vf-2000/mysolenso/actions)

![Python Versions](https://img.shields.io/pypi/pyversions/mysolenso)
![Downloads](https://img.shields.io/pypi/dm/mysolenso)


MySolenso library for Python 3. The library was created to call api from your https://monitor.solenso.net/platform/.

To recover your encrypted password, please use the project [pwdsolenso](https://github.com/thanatos-vf-2000/pwdsolenso)


## Document

[Document](https://thanatos-vf-2000.github.io/mysolenso/)

## Example usage

See [example.py](./example.py) for a basic usage and tests

```code
PYTHONPATH=./src/ python3 example.py --username <USER> --password <PASSWORD_CRYPT>
```

## https://www.solenso.fr/ - mysolenso

This library can read information from https://monitor.solenso.net/platform/. The project is independent of Solenso.

## Help

- You must use your crypt password or a token, not your password directly. To do this, use the project [pwdsolenso](https://github.com/thanatos-vf-2000/pwdsolenso).


## Issues

You can create issues in this repository to plan, discuss, and track work. Issues can track bug reports, new features and ideas, and anything else you need to write down or discuss. [➡️ Go to issues ⬅️](https://github.com/thanatos-vf-2000/mysolenso/issues)

## Contributing

We welcome contributions of all kinds to this repository. For instructions on how to get started and
descriptions of our development workflows, please see our [contributing guide][contrib].

[contrib]: https://github.com/thanatos-vf-2000/mysolenso/blob/main/CONTRIBUTING.md

## License

Copyright 2026 @Franck VANHOUCKE

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.


For the full license text see [`LICENSE`](LICENSE).
