Name | pysuez-fork JSON |
Version |
0.2.1
JSON |
| download |
home_page | https://github.com/jb101010-2/pySuez |
Summary | Get your water consumption data from your Suez account (www.toutsurmoneau.fr or www.eau-olivet.fr) |
upload_time | 2024-09-29 13:06:16 |
maintainer | None |
docs_url | None |
author | Farid N27 |
requires_python | None |
license | Apache 2.0 |
keywords |
|
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 pySuez
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> -P <PROVIDER_NAME>
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 requirements
virtualenv -p /usr/bin/python3.4 env
pip install -r requirements.txt
Raw data
{
"_id": null,
"home_page": "https://github.com/jb101010-2/pySuez",
"name": "pysuez-fork",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": null,
"author": "Farid N27",
"author_email": "pySuezWater@ooii.io",
"download_url": "https://files.pythonhosted.org/packages/7e/6b/b205d1e9b2dc184119efba12a988ef46bf74f2ff3f57075123121c3e3dcd/pysuez_fork-0.2.1.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 pySuez\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> -P <PROVIDER_NAME>\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 requirements\n\n virtualenv -p /usr/bin/python3.4 env\n pip install -r requirements.txt\n",
"bugtrack_url": null,
"license": "Apache 2.0",
"summary": "Get your water consumption data from your Suez account (www.toutsurmoneau.fr or www.eau-olivet.fr)",
"version": "0.2.1",
"project_urls": {
"Download": "https://github.com/jb101010-2/pySuez/releases/tag/0.2.1",
"Homepage": "https://github.com/jb101010-2/pySuez"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "d7ffb4f7c99b7f1904c3bbb89d824a22d528340dbabc15ab5d45ac2e10478a40",
"md5": "cd82b2d2e69e6bed52e20f310c751b15",
"sha256": "f34b2867dad4ee2373ab718fb09909400d94065dfb2ae315993d81a7320da1aa"
},
"downloads": -1,
"filename": "pysuez_fork-0.2.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "cd82b2d2e69e6bed52e20f310c751b15",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 8942,
"upload_time": "2024-09-29T13:06:15",
"upload_time_iso_8601": "2024-09-29T13:06:15.064505Z",
"url": "https://files.pythonhosted.org/packages/d7/ff/b4f7c99b7f1904c3bbb89d824a22d528340dbabc15ab5d45ac2e10478a40/pysuez_fork-0.2.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7e6bb205d1e9b2dc184119efba12a988ef46bf74f2ff3f57075123121c3e3dcd",
"md5": "8a5d3d4e3694fe22d091532dcb387ee1",
"sha256": "9d4dc5874d6b1b44f5ed47adb7c03add5040a37da1082d36ef7ad030576bc77d"
},
"downloads": -1,
"filename": "pysuez_fork-0.2.1.tar.gz",
"has_sig": false,
"md5_digest": "8a5d3d4e3694fe22d091532dcb387ee1",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 8390,
"upload_time": "2024-09-29T13:06:16",
"upload_time_iso_8601": "2024-09-29T13:06:16.265533Z",
"url": "https://files.pythonhosted.org/packages/7e/6b/b205d1e9b2dc184119efba12a988ef46bf74f2ff3f57075123121c3e3dcd/pysuez_fork-0.2.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-09-29 13:06:16",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "jb101010-2",
"github_project": "pySuez",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [],
"lcname": "pysuez-fork"
}