cga2121


Namecga2121 JSON
Version 1.1 PyPI version JSON
download
home_pagehttps://github.com/drolano/cga2121
SummaryTechnicolor CGA2121 Gateway library
upload_time2023-02-02 17:39:46
maintainer
docs_urlNone
authordrolano
requires_python
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## Technicolor CGA2121 Gateway Scraper library

This is a library to use in order to scrape Technicolor Gateway CGA2121

### Installation


`pip install cga2121`


### How to use it



```
from cga2121 import Cga2121
    
gateway = Cga2121("192.168.0.1", "80", "user", "pass")
  
gateway.authenticate()
  
devices = gateway.get_device_modal()
  
```
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/drolano/cga2121",
    "name": "cga2121",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "drolano",
    "author_email": "drolano@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/5d/38/ad29f107385ecfb810ed9ef5163d474780c81c12e144da240703948f5ec3/cga2121-1.1.tar.gz",
    "platform": null,
    "description": "## Technicolor CGA2121 Gateway Scraper library\n\nThis is a library to use in order to scrape Technicolor Gateway CGA2121\n\n### Installation\n\n\n`pip install cga2121`\n\n\n### How to use it\n\n\n\n```\nfrom cga2121 import Cga2121\n    \ngateway = Cga2121(\"192.168.0.1\", \"80\", \"user\", \"pass\")\n  \ngateway.authenticate()\n  \ndevices = gateway.get_device_modal()\n  \n```",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Technicolor CGA2121 Gateway library",
    "version": "1.1",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5d38ad29f107385ecfb810ed9ef5163d474780c81c12e144da240703948f5ec3",
                "md5": "881d7f70c18af007ccdd5a818bbb2cda",
                "sha256": "599b7d343cfc62aed97b35d3a00724a3f52a4db3eb46988eadbfb495da18d855"
            },
            "downloads": -1,
            "filename": "cga2121-1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "881d7f70c18af007ccdd5a818bbb2cda",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3322,
            "upload_time": "2023-02-02T17:39:46",
            "upload_time_iso_8601": "2023-02-02T17:39:46.522251Z",
            "url": "https://files.pythonhosted.org/packages/5d/38/ad29f107385ecfb810ed9ef5163d474780c81c12e144da240703948f5ec3/cga2121-1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-02-02 17:39:46",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "drolano",
    "github_project": "cga2121",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "cga2121"
}
        
Elapsed time: 0.03477s