pysuez


Namepysuez JSON
Version 0.2.0 PyPI version JSON
download
home_pagehttps://github.com/ooii/pySuez
SummaryGet your water consumption data from your Suez account (www.toutsurmoneau.fr and its sub-providers)
upload_time2023-11-06 14:53:59
maintainer
docs_urlNone
authorFarid N27
requires_python
licenseApache 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/ooii/pySuez",
    "name": "pysuez",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Farid N27",
    "author_email": "pySuezWater@ooii.io",
    "download_url": "https://files.pythonhosted.org/packages/ea/6b/c50d82107b76a041998e1c77f07fca930c08add0be41c000c7db0b8e2371/pysuez-0.2.0.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 and its sub-providers)",
    "version": "0.2.0",
    "project_urls": {
        "Download": "https://github.com/ooii/pySuez/releases/tag/0.2.0",
        "Homepage": "https://github.com/ooii/pySuez"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a8a0b3964460ede9e175b7213b9a0070cea5c600075e735e531e2156e20088dc",
                "md5": "75cefd33c6675bed7407a705132f1cf1",
                "sha256": "5acd8dc6b344c4205a4d720ec00e105768b8cb8ace44a4e44699b50d25fb855c"
            },
            "downloads": -1,
            "filename": "pysuez-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "75cefd33c6675bed7407a705132f1cf1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 8982,
            "upload_time": "2023-11-06T14:53:58",
            "upload_time_iso_8601": "2023-11-06T14:53:58.434684Z",
            "url": "https://files.pythonhosted.org/packages/a8/a0/b3964460ede9e175b7213b9a0070cea5c600075e735e531e2156e20088dc/pysuez-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ea6bc50d82107b76a041998e1c77f07fca930c08add0be41c000c7db0b8e2371",
                "md5": "116ad1ca4d737bed982c6bc55616292c",
                "sha256": "b5bdb2b29b42866aba41f0a75700c511a1d44f33e6cb9ac20f158091f2524a06"
            },
            "downloads": -1,
            "filename": "pysuez-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "116ad1ca4d737bed982c6bc55616292c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 8390,
            "upload_time": "2023-11-06T14:53:59",
            "upload_time_iso_8601": "2023-11-06T14:53:59.951009Z",
            "url": "https://files.pythonhosted.org/packages/ea/6b/c50d82107b76a041998e1c77f07fca930c08add0be41c000c7db0b8e2371/pysuez-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-06 14:53:59",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ooii",
    "github_project": "pySuez",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "pysuez"
}
        
Elapsed time: 0.55719s