https://github.com/atp-things/pkg-python-util
ATP-Things python package utilities.
https://github.com/atp-things/pkg-python-util
iot pypi python
Last synced: 22 days ago
JSON representation
ATP-Things python package utilities.
- Host: GitHub
- URL: https://github.com/atp-things/pkg-python-util
- Owner: atp-things
- License: mit
- Created: 2021-12-20T17:22:59.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-10T20:02:53.000Z (over 3 years ago)
- Last Synced: 2025-12-17T03:50:12.628Z (7 months ago)
- Topics: iot, pypi, python
- Language: Python
- Homepage: https://atp-things.github.io/pkg-python-util/
- Size: 5.31 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README



[](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
```