Metadata-Version: 2.1
Name: pydevice42
Version: 0.1.0.post1
Summary: Python library to interact with Device42
Home-page: https://github.com/post-luxembourg/pydevice42
License: GPL-3.0-only
Author: Joaquim Esteves
Author-email: joaquimbve@hotmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Typing :: Typed
Requires-Dist: requests (>=2.25.0,<3.0.0)
Description-Content-Type: text/markdown

[![CI](https://github.com/post-luxembourg/pydevice42/workflows/CI/badge.svg)](https://github.com/post-luxembourg/pydevice42/actions?query=workflow%3ACI)
[![PyPI](https://img.shields.io/pypi/v/pydevice42)](https://pypi.org/project/pydevice42/)

# pydevice42

## Installation

```shell
pip install pydevice42
```

## Usage

```python
from pydevice42 import D42Client

client = D42Client(host="d42.example.com", username="admin", password="admin")
```

