Metadata-Version: 2.1
Name: neso-utils
Version: 0.0.8
Summary: Library of utilities for NESO.
Author: Joao Nisa
Author-email: joao.nisa@mesh-ai.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: fastavro (==1.9.1)
Requires-Dist: geopandas (==1.0.1)
Requires-Dist: numpy (==1.24.1)
Requires-Dist: randomname (==0.2.1)
Requires-Dist: rdflib (==6.3.2)
Requires-Dist: setuptools (==68.2.2)
Requires-Dist: shapely (==2.0.6)
Description-Content-Type: text/markdown

<!-- <p align='center'>
    <img src='./.docs/cctv.png' width='20%' height='20%'>
</p> -->

<h1 align='center'>
    <strong> neso-utils </strong>
</h1>

<p align='center'>
    Library of utilities for NESO.
</p>

### **1. Installation**

```bash
pip install neso-utils
```

### **2. Utilities**

- [Synthetic Data Generator](./neso_utils/synthetic_data_generator/README.md) [![coverage](https://img.shields.io/badge/coverage-100%25-brightgreen) ![tests](https://img.shields.io/badge/tests-35%20passed%2C%200%20failed-brightgreen) ![python](https://img.shields.io/badge/python-3.10-blue?logo=python&logoColor=white)]

### **3. Example of Usage**

```python
from neso_utils import SyntheticDataGenerator
```

### **4. Documentation [TBC]**

[Documentation](https://neso-utils.readthedocs.io/en/latest/)

