Metadata-Version: 2.4
Name: pylookyloomonitoring
Version: 1.3.5
Summary: Python API to connect to lookyloo monitoring
License-Expression: BSD-3-Clause
License-File: LICENSE
Author: Raphaël Vinot
Author-email: raphael.vinot@circl.lu
Requires-Python: >=3.10,<3.15
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Telecommunications Industry
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Internet
Classifier: Topic :: Security
Provides-Extra: docs
Requires-Dist: lookyloo-models (>=0.2.1)
Requires-Dist: requests (>=2.33.1)
Requires-Dist: sphinx (>=9.1.0) ; (python_version >= "3.12") and (extra == "docs")
Project-URL: Documentation, https://pylookyloomonitoring.readthedocs.io/en/latest/index.html
Project-URL: Repository, https://github.com/Lookyloo/PyLookylooMonitoring
Description-Content-Type: text/markdown

# Python client and module for Lookyloo Monitoring

There is no public monitoring instance for now, so you will need to
install [your own instance](https://github.com/Lookyloo/monitoring).

## Installation

```bash
pip install pylookyloomonitoring
```

## Usage

### Command line

You can use the `lookyloo_monitor`:

```bash
usage: lookyloo_monitor [-h] --url URL (--monitor_url MONITOR_URL | --compare COMPARE)

Talk to a Lookyloo Monitoring instance.

options:
  -h, --help            show this help message and exit
  --url URL             URL of the instance.
  --monitor_url MONITOR_URL
                        URL to monitor. It will be monitered hourly.
  --compare COMPARE     UUID of the monitoring.
```

### Library

See [API Reference](https://pylookyloomonitoring.readthedocs.io/en/latest/api_reference.html)

