{ "info": { "author": "David Cameron", "author_email": "dave.j.cameron+pip@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6" ], "description": "Cisco SPA ATA devices |Build Status| |PyPi Version|\n===================================================\n\nA library to interact with the SPA112 ATA to gather phone line status details and reboot the device remotely.\n\n\nCommand Line Usage\n------------------\n\n1. Install PyCiscoSPA.\n\n .. code:: python\n\n pip install pyciscospa\n\n2. Get the status of the connected phone lines (default admin/admin)\n\n .. code:: bash\n\n pyciscospa --host 192.168.1.20\n pyciscospa --host 192.168.1.20 -u admin -p admin\n\n3. Reboot the ATA\n\n .. code:: bash\n\n pyciscospa --host 192.168.1.20 --reboot\n pyciscospa --host 192.168.1.20 -u admin -p admin --reboot\n\n\nModule Usage\n------------\n\n1. Get phone lines status\n\n .. code:: python\n\n from pyciscospa import CiscoClient\n\n client = CiscoClient(192.168.1.20)\n phone_lines = client.phones()\n\n2. Reboot the ATA\n\n .. code:: python\n\n from pyciscospa import CiscoClient\n\n client = CiscoClient(192.168.1.20)\n client.reboot()\n\n\n\n\n.. |Build Status| image:: https://travis-ci.org/davejcameron/pyciscospa.svg?branch=master\n :target: https://travis-ci.org/davejcameron/pyciscospa\n\n.. |PyPi Version| image:: https://img.shields.io/pypi/v/pyciscospa.svg\n :target: https://pypi.python.org/pypi/pyciscospa/", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/davejcameron/pyciscospa", "keywords": "cisco ata", "license": "Apache Software License 2.0", "maintainer": "", "maintainer_email": "", "name": "pyciscospa", "package_url": "https://pypi.org/project/pyciscospa/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pyciscospa/", "project_urls": { "Homepage": "https://github.com/davejcameron/pyciscospa" }, "release_url": "https://pypi.org/project/pyciscospa/0.1.4/", "requires_dist": [ "requests", "xmljson", "check-manifest; extra == 'dev'", "requests-mock; extra == 'dev'" ], "requires_python": "", "summary": "A package to interface with Cisco SPA ATA devices", "version": "0.1.4" }, "last_serial": 2830316, "releases": { "0.1.0": [], "0.1.1": [ { "comment_text": "", "digests": { "md5": "99d6a3206cddcfac178e4f60a0ef9a04", "sha256": "5d487ba1ab972472af9cf11585064c8089f9fce58cffae7465e97301614f979e" }, "downloads": -1, "filename": "pyciscospa-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "99d6a3206cddcfac178e4f60a0ef9a04", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4947, "upload_time": "2017-04-23T01:45:27", "url": "https://files.pythonhosted.org/packages/4b/b7/2494b95b4e79517953dffaea01549f7fa208c0382f72d8e9788901cd1649/pyciscospa-0.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d9ce0f7c65083ffebf9e4df01017cbe2", "sha256": "bfd4805a402338955a3bbac49a1b9b62bb057ba4c25c5c83662e1742735dd46d" }, "downloads": -1, "filename": "pyciscospa-0.1.1.tar.gz", "has_sig": false, "md5_digest": "d9ce0f7c65083ffebf9e4df01017cbe2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4428, "upload_time": "2017-04-23T01:45:28", "url": "https://files.pythonhosted.org/packages/04/69/6255c290e17091af40df9b5e4df88d7a106eb3493408fffb66ccdfec7e04/pyciscospa-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "979b882970ec50e49ed6c1136c96d6f6", "sha256": "aad537a24c565f170ecb479f9ee60b8b1a5f72d9a7d750960db89780cb9f25a1" }, "downloads": -1, "filename": "pyciscospa-0.1.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "979b882970ec50e49ed6c1136c96d6f6", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4977, "upload_time": "2017-04-25T12:26:51", "url": "https://files.pythonhosted.org/packages/0d/79/27110cf07d0d96db6a381f9e5820dc658cb8076c0ac6646c5a57abb0d3b9/pyciscospa-0.1.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "567d010975acc99ed2195012e3b9ede0", "sha256": "b2ec97bdfa764febc95e578fa82d16ce3692d36b96362d50bb85f494f77167ac" }, "downloads": -1, "filename": "pyciscospa-0.1.2.tar.gz", "has_sig": false, "md5_digest": "567d010975acc99ed2195012e3b9ede0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4428, "upload_time": "2017-04-25T12:26:53", "url": "https://files.pythonhosted.org/packages/ab/d4/3c1ee2361ef3cd4497c4e9515dfb7089f3618a6d6fa56256e397c7b81861/pyciscospa-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "59cad6593cd21bfdda9eca6009060f80", "sha256": "9756a8d0ba29de208ef10c51ae8f2abafcd6817f8de5a5e9114a784d0d125d9f" }, "downloads": -1, "filename": "pyciscospa-0.1.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "59cad6593cd21bfdda9eca6009060f80", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4973, "upload_time": "2017-04-25T15:12:37", "url": "https://files.pythonhosted.org/packages/2b/03/f929f8299805e7566fdb70010e09a6a2c2962ec0e9c0281578d6d9a9ba32/pyciscospa-0.1.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "25d67ac35d3eab6c77e3e582daca285a", "sha256": "179a3f720c79b27083c94ff95366a9e77b6c1cca8228dd8b7956cded8ab319a0" }, "downloads": -1, "filename": "pyciscospa-0.1.3.tar.gz", "has_sig": false, "md5_digest": "25d67ac35d3eab6c77e3e582daca285a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4426, "upload_time": "2017-04-25T15:12:38", "url": "https://files.pythonhosted.org/packages/b8/1f/9e0ebf45b30a48db3a356b1022751dee3b566e69b6dc2b93257a72012904/pyciscospa-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "8a4a0f8826657b54d24810a6f7ee3616", "sha256": "edfdabacb8e7f6de3b6692f3eda5e06f352686f34e74abb0d526956c0ce9c803" }, "downloads": -1, "filename": "pyciscospa-0.1.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8a4a0f8826657b54d24810a6f7ee3616", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5025, "upload_time": "2017-04-25T23:54:45", "url": "https://files.pythonhosted.org/packages/b2/3e/d97ce04da411ab89a5cf5cdb1b05ebca5f8aa56f24f45f85d9d5ed6dae6d/pyciscospa-0.1.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6ed067e5864e68f95bf6f5edd701c988", "sha256": "11b39e21d631e329d9d3c164fd09bbd9e8ccc1b81146b73b325398766d91fa8c" }, "downloads": -1, "filename": "pyciscospa-0.1.4.tar.gz", "has_sig": false, "md5_digest": "6ed067e5864e68f95bf6f5edd701c988", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4480, "upload_time": "2017-04-25T23:54:46", "url": "https://files.pythonhosted.org/packages/3a/ff/c259bf2cf4af450c58f39e3095855d55316dadea0d1a54d13946119d2bb9/pyciscospa-0.1.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8a4a0f8826657b54d24810a6f7ee3616", "sha256": "edfdabacb8e7f6de3b6692f3eda5e06f352686f34e74abb0d526956c0ce9c803" }, "downloads": -1, "filename": "pyciscospa-0.1.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8a4a0f8826657b54d24810a6f7ee3616", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5025, "upload_time": "2017-04-25T23:54:45", "url": "https://files.pythonhosted.org/packages/b2/3e/d97ce04da411ab89a5cf5cdb1b05ebca5f8aa56f24f45f85d9d5ed6dae6d/pyciscospa-0.1.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6ed067e5864e68f95bf6f5edd701c988", "sha256": "11b39e21d631e329d9d3c164fd09bbd9e8ccc1b81146b73b325398766d91fa8c" }, "downloads": -1, "filename": "pyciscospa-0.1.4.tar.gz", "has_sig": false, "md5_digest": "6ed067e5864e68f95bf6f5edd701c988", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4480, "upload_time": "2017-04-25T23:54:46", "url": "https://files.pythonhosted.org/packages/3a/ff/c259bf2cf4af450c58f39e3095855d55316dadea0d1a54d13946119d2bb9/pyciscospa-0.1.4.tar.gz" } ] }