Metadata-Version: 2.1
Name: atpthings
Version: 0.0.42
Summary: ATP-things python package
Author-email: Andraz Polak <andrazpolak@gmail.com>
License: MIT
Project-URL: homepage, https://github.com/atp-things/pkg-python-util
Project-URL: documentation, https://atp-things.github.io/pkg-python-util/
Project-URL: repository, https://github.com/atp-things/pkg-python-util
Keywords: atpthings,iot
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54)
![Github release](https://img.shields.io/github/release/atp-things/pkg-python-util.svg?label=tag&colorB=11ccbb)
![](https://anaconda.org/andrazpolak/atpthings/badges/version.svg)
[![PyPI](https://badge.fury.io/py/atpthings.svg)](https://badge.fury.io/py/atpthings)


# ATP-things

Homepage: https://atp-things.github.io/
Repository: https://github.com/atp-things/pkg-python-util

## PYPI

URL: https://pypi.org/project/atpthings/

### Install

```bash
pip install atpthings
```

## Conda

URL: https://anaconda.org/andrazpolak/atpthings

### Install

```bash
conda install -c andrazpolak atpthings
```

## Import

```python
import atpthings
```
