Metadata-Version: 2.1
Name: dftools-core
Version: 0.0.10
Summary: Data Flooder Tools - Core Package
Author: Lirav DUVSHANI
Author-email: Lirav DUVSHANI <lirav.duvshani@dataflooder.com>
Project-URL: Homepage, https://github.com/dataflooder/dftools-core
Keywords: df,dataflooder,dftools,data,dataengineering
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Development Status :: 3 - Alpha
Requires-Python: >=3.8.0
Description-Content-Type: text/markdown
Requires-Dist: strenum
Requires-Dist: regex
Requires-Dist: pandas
Requires-Dist: jinja2
Requires-Dist: ordered_set
Provides-Extra: dev


# DF Tools - Core library
## Python data engineering tool enabling the standard

This library provides standard methods for data engineering recurrent tasks, linked to structure and data flow management

### Main Features
  - Data Structure Cataloging
  - Data Structure Templating / Checking / Comparison

### Installation
You can install with pip
```python
pip install --upgrade dftools-core
```

### Dependencies

- strenum
- regex
- pandas
- jinja2
- ordered_set

### Project status
On going development

