Name | pysuezV2 JSON |
Version |
2.0.7
JSON |
| download |
home_page | None |
Summary | Get your water consumption data from your Suez account (www.toutsurmoneau.fr or www.eau-olivet.fr) |
upload_time | 2025-07-25 13:50:32 |
maintainer | None |
docs_url | None |
author | Farid N27 |
requires_python | >=3.8 |
license | None |
keywords |
suez
toutsurmoneau
water consumption
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
pySuez
=======
Get your consumption data from your Suez account (www.toutsurmoneau.fr)
This work is inspired by the [Sirus](https://github.com/Sirus10)'s [domoticz sensor](https://github.com/Sirus10/domoticz).
It is also inspired by [`pyLinky`](https://github.com/pirionfr/pyLinky) code from [`Pirionfr`](https://github.com/pirionfr).
Installation
------------
The easiest way to install the library is using [`pip`](https://pip.pypa.io/en/stable/):
pip install pySuezV2
You can also download the source code and install it manually::
cd /path/to/pySuez/
python setup.py install
Usage
-----
Print your current and history data
pySuez -u <USERNAME> -p <PASSWORD> [-c <COUNTER_ID>] [-url <endpoint url>] [-l loglevel=DEBUG|INFO|...]
You need to get your `COUNTER_ID` either from your bill or from your history consumption on your Suez's website. You can find it in the source code of this webpage, right after `.../mon-compte-en-ligne/statMData/xxxxxxx?...`.
If no provider name is given, `Tout sur mon eau` will be used. The only one supported here is `Eau Olivet`.
Dev env
-------
create virtual env and install project
virtualenv -p /usr/bin/python env
pip install -e .
## Credits
Originally forked from [ooii/pySuez](https://github.com/ooii/pySuez)
Raw data
{
"_id": null,
"home_page": null,
"name": "pysuezV2",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "suez, toutsurmoneau, water consumption",
"author": "Farid N27",
"author_email": "jb101010-2 <dev.julien.basson@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/6c/29/03e6c20d1971f6c5076f96fcf1e4e210f1e14bc46646d3f75925fd073bca/pysuezv2-2.0.7.tar.gz",
"platform": null,
"description": "\npySuez\n=======\nGet your consumption data from your Suez account (www.toutsurmoneau.fr) \n\nThis work is inspired by the [Sirus](https://github.com/Sirus10)'s [domoticz sensor](https://github.com/Sirus10/domoticz).\nIt is also inspired by [`pyLinky`](https://github.com/pirionfr/pyLinky) code from [`Pirionfr`](https://github.com/pirionfr).\n\nInstallation\n------------\n\nThe easiest way to install the library is using [`pip`](https://pip.pypa.io/en/stable/):\n\n pip install pySuezV2\n\nYou can also download the source code and install it manually::\n\n cd /path/to/pySuez/\n python setup.py install\n\nUsage\n-----\nPrint your current and history data\n\n pySuez -u <USERNAME> -p <PASSWORD> [-c <COUNTER_ID>] [-url <endpoint url>] [-l loglevel=DEBUG|INFO|...]\n\nYou need to get your `COUNTER_ID` either from your bill or from your history consumption on your Suez's website. You can find it in the source code of this webpage, right after `.../mon-compte-en-ligne/statMData/xxxxxxx?...`.\nIf no provider name is given, `Tout sur mon eau` will be used. The only one supported here is `Eau Olivet`.\n\nDev env\n-------\ncreate virtual env and install project\n\n virtualenv -p /usr/bin/python env\n pip install -e .\n\n## Credits\nOriginally forked from [ooii/pySuez](https://github.com/ooii/pySuez)\n",
"bugtrack_url": null,
"license": null,
"summary": "Get your water consumption data from your Suez account (www.toutsurmoneau.fr or www.eau-olivet.fr)",
"version": "2.0.7",
"project_urls": {
"Homepage": "https://github.com/jb101010-2/pySuez",
"Issues": "https://github.com/jb101010-2/pySuez/issues"
},
"split_keywords": [
"suez",
" toutsurmoneau",
" water consumption"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "4897b524df85f57d0f842f1bdfe3b9ac595ab013ab6ba1a54567bdd314fc5386",
"md5": "8fea02fb06bb3062687be14af5720266",
"sha256": "df21f48810015819f4934e0d55a793346e658202febb018c23d3165aee381021"
},
"downloads": -1,
"filename": "pysuezv2-2.0.7-py3-none-any.whl",
"has_sig": false,
"md5_digest": "8fea02fb06bb3062687be14af5720266",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 15569,
"upload_time": "2025-07-25T13:50:30",
"upload_time_iso_8601": "2025-07-25T13:50:30.990671Z",
"url": "https://files.pythonhosted.org/packages/48/97/b524df85f57d0f842f1bdfe3b9ac595ab013ab6ba1a54567bdd314fc5386/pysuezv2-2.0.7-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "6c2903e6c20d1971f6c5076f96fcf1e4e210f1e14bc46646d3f75925fd073bca",
"md5": "3f771d0c7736de9be192c294c121f8ad",
"sha256": "fc6770eeda8780de7da47ff4f011fe69432f67324c16469bcc517a098c432d9d"
},
"downloads": -1,
"filename": "pysuezv2-2.0.7.tar.gz",
"has_sig": false,
"md5_digest": "3f771d0c7736de9be192c294c121f8ad",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 14481,
"upload_time": "2025-07-25T13:50:32",
"upload_time_iso_8601": "2025-07-25T13:50:32.103984Z",
"url": "https://files.pythonhosted.org/packages/6c/29/03e6c20d1971f6c5076f96fcf1e4e210f1e14bc46646d3f75925fd073bca/pysuezv2-2.0.7.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-25 13:50:32",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "jb101010-2",
"github_project": "pySuez",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "pysuezv2"
}