Metadata-Version: 2.4 Name: pyuptimerobot Version: 25.0.0 Summary: Python API wrapper for Uptime Robot. Project-URL: Repository, https://github.com/ludeeus/pyuptimerobot Author-email: Joakim Sorensen Maintainer-email: Joakim Sorensen License: MIT License-File: LICENSE Keywords: homeassistant,update,version Classifier: Intended Audience :: Developers Classifier: License :: OSI Approved :: MIT License Classifier: Natural Language :: English Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3.14 Classifier: Topic :: Software Development :: Libraries :: Python Modules Requires-Python: >=3.14.0 Requires-Dist: aiohttp<4.0,>=3.6.1 Provides-Extra: dev Requires-Dist: aresponses==3.0.0; extra == 'dev' Requires-Dist: mypy==1.20.2; extra == 'dev' Requires-Dist: pre-commit==4.6.0; extra == 'dev' Requires-Dist: pytest-asyncio==1.3.0; extra == 'dev' Requires-Dist: pytest-cov==7.1.0; extra == 'dev' Requires-Dist: pytest==9.0.3; extra == 'dev' Requires-Dist: ruff==0.15.12; extra == 'dev' Description-Content-Type: text/markdown # pyuptimerobot [![codecov](https://codecov.io/gh/ludeeus/pyuptimerobot/branch/main/graph/badge.svg)](https://codecov.io/gh/ludeeus/pyuptimerobot) [![PyPI](https://img.shields.io/pypi/v/pyuptimerobot)](https://pypi.org/project/pyuptimerobot) ![Actions](https://github.com/ludeeus/pyuptimerobot/workflows/Actions/badge.svg?branch=main) _Python API wrapper for Uptime Robot_ ## Installation ```bash python3 -m pip install pyuptimerobot ``` Look at the file `example.py` for a usage example. ## Contribute **All** contributions are welcome! 1. Fork the repository 2. Clone the repository locally and open the devcontainer or use GitHub codespaces 3. Do your changes 4. Lint the files with `scripts/lint` 5. Ensure all tests passes with `scripts/test` 6. Ensure 100% coverage with `scripts/coverage` 7. Commit your work, and push it to GitHub 8. Create a PR against the `main` branch