{"id":15707736,"url":"https://github.com/andrew-codechimp/python-andrews-arnold","last_synced_at":"2025-10-14T17:30:40.169Z","repository":{"id":250856051,"uuid":"835694874","full_name":"andrew-codechimp/python-andrews-arnold","owner":"andrew-codechimp","description":"Asynchronous Python client for Andrews \u0026 Arnold Broadband","archived":true,"fork":false,"pushed_at":"2024-07-31T10:33:50.000Z","size":93,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-30T05:49:31.176Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andrew-codechimp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-30T10:54:52.000Z","updated_at":"2024-08-05T16:57:17.000Z","dependencies_parsed_at":"2024-10-03T20:41:30.744Z","dependency_job_id":"33d9ba21-7608-4209-acbf-9286c9bb90dd","html_url":"https://github.com/andrew-codechimp/python-andrews-arnold","commit_stats":null,"previous_names":["andrew-codechimp/python-andrews-arnold"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrew-codechimp%2Fpython-andrews-arnold","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrew-codechimp%2Fpython-andrews-arnold/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrew-codechimp%2Fpython-andrews-arnold/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrew-codechimp%2Fpython-andrews-arnold/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andrew-codechimp","download_url":"https://codeload.github.com/andrew-codechimp/python-andrews-arnold/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236495226,"owners_count":19158125,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-03T20:41:15.796Z","updated_at":"2025-10-14T17:30:34.856Z","avatar_url":"https://github.com/andrew-codechimp.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Python: Andrews \u0026 Arnold\n\n[![GitHub Release][releases-shield]][releases]\n[![Python Versions][python-versions-shield]][pypi]\n![Project Stage][project-stage-shield]\n![Project Maintenance][maintenance-shield]\n[![License][license-shield]](LICENSE.md)\n\n[![Build Status][build-shield]][build]\n[![Code Coverage][codecov-shield]][codecov]\n[![Code Smells][code-smells]][sonarcloud]\n\nAsynchronous Python client for Andrews \u0026 Arnold.\n\n## About\n\nThis package allows you to fetch data from your Andrews \u0026 Arnold broadband account.\n\n## Installation\n\n```bash\npip install aioandrewsarnold\n```\n\n## Usage\n```python\nfrom aioandrewsarnold.andrewsarnold import AndrewsArnoldClient, QuotaResponse\n\nclient = AndrewsArnoldClient(\n    control_login=\"something@a\", control_password=\"password\"\n)\n\ninfo_response = await client.get_info()\n```\n\n## Changelog \u0026 Releases\n\nThis repository keeps a change log using [GitHub's releases][releases]\nfunctionality. The format of the log is based on\n[Keep a Changelog][keepchangelog].\n\nReleases are based on [Semantic Versioning][semver], and use the format\nof ``MAJOR.MINOR.PATCH``. In a nutshell, the version will be incremented\nbased on the following:\n\n- ``MAJOR``: Incompatible or major changes.\n- ``MINOR``: Backwards-compatible new features and enhancements.\n- ``PATCH``: Backwards-compatible bugfixes and package updates.\n\n## Contributing\n\nThis is an active open-source project. We are always open to people who want to\nuse the code or contribute to it.\n\nWe've set up a separate document for our\n[contribution guidelines](.github/CONTRIBUTING.md).\n\nThank you for being involved! :heart_eyes:\n\n## Setting up development environment\n\nThis Python project is fully managed using the [Poetry][poetry] dependency manager. But also relies on the use of NodeJS for certain checks during development.\n\nYou need at least:\n\n- Python 3.11+\n- [Poetry][poetry-install]\n- NodeJS 12+ (including NPM)\n\nTo install all packages, including all development requirements:\n\n```bash\nnpm install\npoetry install\n```\n\nAs this repository uses the [pre-commit][pre-commit] framework, all changes\nare linted and tested with each commit. You can run all checks and tests\nmanually, using the following command:\n\n```bash\npoetry run pre-commit run --all-files\n```\n\nTo run just the Python tests:\n\n```bash\npoetry run pytest\n```\n\n## Authors \u0026 contributors\n\nThe content is by [Andrew Jackson][andrew-codechimp].\n\nFor a full list of all authors and contributors,\ncheck [the contributor's page][contributors].\n\n## Disclaimer\n\nThis library is in no way approved, endorsed or supported by Andrews \u0026 Arnold Ltd.\n\n## License\n\nMIT License\n\nCopyright (c) 2024 Andrew Jackson\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n[build-shield]: https://github.com/andrew-codechimp/python-andrews-arnold/actions/workflows/tests.yaml/badge.svg\n[build]: https://github.com/andrew-codechimp/python-andrews-arnold/actions\n[code-smells]: https://sonarcloud.io/api/project_badges/measure?project=andrew-codechimp_python-andrews-arnold\u0026metric=code_smells\n[codecov-shield]: https://codecov.io/gh/andrew-codechimp/python-andrews-arnold/branch/main/graph/badge.svg\n[codecov]: https://codecov.io/gh/andrew-codechimp/python-andrews-arnold\n[commits-shield]: https://img.shields.io/github/commit-activity/y/andrew-codechimp/python-andrews-arnold.svg\n[commits]: https://github.com/andrew-codechimp/python-andrews-arnold/commits/master\n[contributors]: https://github.com/andrew-codechimp/python-andrews-arnold/graphs/contributors\n[andrew-codechimp]: https://github.com/andrew-codechimp\n[keepchangelog]: http://keepachangelog.com/en/1.0.0/\n[license-shield]: https://img.shields.io/github/license/andrew-codechimp/python-andrews-arnold.svg\n[maintenance-shield]: https://img.shields.io/maintenance/yes/2024.svg\n[poetry-install]: https://python-poetry.org/docs/#installation\n[poetry]: https://python-poetry.org\n[pre-commit]: https://pre-commit.com/\n[project-stage-shield]: https://img.shields.io/badge/project%20stage-stable-green.svg\n[python-versions-shield]: https://img.shields.io/pypi/pyversions/aioandrewsarnold\n[releases-shield]: https://img.shields.io/github/release/andrew-codechimp/python-andrews-arnold.svg\n[releases]: https://github.com/andrew-codechimp/python-andrews-arnold/releases\n[semver]: http://semver.org/spec/v2.0.0.html\n[sonarcloud]: https://sonarcloud.io/summary/new_code?id=andrew-codechimp_python-andrews-arnold\n[pypi]: https://pypi.org/project/aioandrewsarnold/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrew-codechimp%2Fpython-andrews-arnold","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrew-codechimp%2Fpython-andrews-arnold","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrew-codechimp%2Fpython-andrews-arnold/lists"}