Metadata-Version: 2.1
Name: coziepy
Version: 0.0.14
Summary: A package for processing and visualizing data collected with the Cozie-Apple app
Author-email: Mario Frei <mario.frei@gmx.net>
Project-URL: homepage, https://www.cozie-apple.app/
Project-URL: repository, https://github.com/cozie-app/cozie-wizard/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: arrow>=1.2.3
Requires-Dist: DateTime>=5.2
Requires-Dist: fastparquet>=2023.7.0
Requires-Dist: folium>=0.14.0
Requires-Dist: influxdb>=5.3.1
Requires-Dist: matplotlib>=3.7.1
Requires-Dist: matplotlib-inline>=0.1.6
Requires-Dist: numpy>=1.22.4
Requires-Dist: packaging>=23.1
Requires-Dist: pandas>=1.5.2
Requires-Dist: plotly>=5.13.0
Requires-Dist: pyarrow>=9.0.0
Requires-Dist: pytz>=2022.7.0
Requires-Dist: requests>=2.27.0
Requires-Dist: seaborn>=0.12.2
Requires-Dist: utm>=0.7.0
Requires-Dist: shapely>=2.0.0
Requires-Dist: geopandas>=0.13.0
Requires-Dist: kaleido>=0.2.0
Requires-Dist: nbformat>=5.9.2


# Under Construction 
This package is in the early development stage and not yet complete. Use it at your own risk.

# What is it?
CoziePy is a Python package to retrieve, process, and visualize data collected with the [Cozie Apple app](https://cozie-apple.app/). It aims to make the handling aof Cozie data easier.

# Where to get it?
The package is available at the [Python Package Index (PyPI)](https://pypi.org/project/coziepy/).

```sh
pip install coziepy
```

# How to use it?
Import the package in any python script or notebook using the following line

```python
from coziepy import Cozie, CoziePlot
```

# License
[GPLv3](https://github.com/cozie-app/cozie-wizard/blob/main/LICENSE)

# Getting Help
For any kind of questions or feedback, the best place to go to is [GitHub Discussions](https://github.com/cozie-app/cozie-wizard/discussions/).
