Metadata-Version: 2.1
Name: atptools
Version: 0.0.22
Summary: Dataset manipulation tool.
Author-email: Andraz Polak <andrazpolak@gmail.com>
Project-URL: homepage, https://github.com/atp-things/pkgpy-atp-tools
Project-URL: repository, https://github.com/atp-things/pkgpy-atp-tools
Project-URL: PyPI, https://pypi.org/project/atptools/
Keywords: records,csv,dataset,measurement
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: toml
Requires-Dist: types-toml
Requires-Dist: types-pyyaml
Requires-Dist: pandas-stubs
Requires-Dist: aiofiles
Requires-Dist: fastapi

# pkgpy-atp-tools

Simple tools for data manipulation.

## URLs

- [GitHub](https://github.com/atp-things/pkgpy-atp-tools)
- [PyPI](https://pypi.org/project/atptools/)

## Installation

### From PyPI

```bash
pip install atptools
```

```bash
pipenv install atptools
```

## Content

### File io (async)

### Records

### DictDefault

### Csv
