Metadata-Version: 2.1 Name: ciscomobilityexpress Version: 0.3.9 Summary: Module to interact with Cisco Mobility Express APIs to fetch connected devices. Home-page: https://github.com/fbradyirl/ciscomobilityexpress Author: Finbarr Brady Author-email: fbradyirl@github.io License: MIT license Keywords: ciscomobilityexpress Platform: UNKNOWN Classifier: Development Status :: 2 - Pre-Alpha Classifier: Intended Audience :: Developers Classifier: License :: OSI Approved :: MIT License Classifier: Natural Language :: English Classifier: Programming Language :: Python :: 3.6 Classifier: Programming Language :: Python :: 3.7 Requires-Dist: requests (>=2.21.0) ==================== ciscomobilityexpress ==================== .. image:: https://img.shields.io/pypi/v/ciscomobilityexpress.svg :target: https://pypi.python.org/pypi/ciscomobilityexpress .. image:: https://img.shields.io/travis/fbradyirl/ciscomobilityexpress.svg :target: https://travis-ci.org/fbradyirl/ciscomobilityexpress .. image:: https://readthedocs.org/projects/ciscomobilityexpress/badge/?version=latest :target: https://ciscomobilityexpress.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status .. image:: https://pyup.io/repos/github/fbradyirl/ciscomobilityexpress/shield.svg :target: https://pyup.io/repos/github/fbradyirl/ciscomobilityexpress/ :alt: Updates Module to interact with `Cisco Mobility Express`_ APIs to fetch connected devices. Tested with version 8.5.135.0 of the `Cisco Mobility Express`_ firmware. * Free software: MIT license * Documentation: https://ciscomobilityexpress.readthedocs.io. Features -------- * Fetches all associated devices on the wireless network. Credits ------- This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template. .. _Cookiecutter: https://github.com/audreyr/cookiecutter .. _`Cisco Mobility Express` : https://www.cisco.com/c/en_uk/solutions/enterprise-networks/mobility-express/index.html .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage ======= History ======= 0.1.1 (2019-02-27) ------------------ * First release on PyPI. 0.1.2 (2019-02-27) ------------------ * Improved docs. * Only add client ID to tuple when looking up device name. 0.1.3 (2019-03-26) ------------------ * Fixes missing devices #12 0.1.4 (2019-03-26) ------------------ * Unpin reqs 0.1.5 (2019-03-27) ------------------ * Always set clId to default string 0.1.6 (2019-07-23) ------------------ * Add extra logging 0.3.1 (2019-07-24) ------------------ * Remove f strings * Add py35, py36 to tox.ini 0.3.2 (2019-08-08) ------------------ * Fix for https://github.com/home-assistant/home-assistant/issues/25183 0.3.3 (2019-08-08) ------------------ * Fix bug 0.3.4 (2020-12-07) ------------------ * Don't log initial 401 0.3.5 (2020-12-07) ------------------ * Update travis auth 0.3.6 (2020-12-07) ------------------ * Update travis auth again. 0.3.7 (2020-12-08) ------------------ * Switch build from travis to github actions 0.3.8 (2020-12-08) ------------------ * Fix build wheel for tox 0.3.9 (2020-12-08) ------------------ * Build wheel