Metadata-Version: 2.1
Name: pinecore
Version: 0.0.0
Summary: Restructuring existing Python source from a mess into clean code and flexible design.
Home-page: https://github.com/hieupth/pinecore
Author: Hieu Pham
Author-email: 64821726+hieupth@users.noreply.github.com
License: GNU AGPL v3.0
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pydantic
Requires-Dist: beanie
Requires-Dist: networkx
Requires-Dist: polars
Requires-Dist: rawpy
Requires-Dist: pillow_heif

# Pinecore
Python package that helps to write well-architectured application and restructuring existing code from a mess into clean via design patterns and utilities. 

This package is written for my daily work of designing python backend for data processing and machine learning, so it is heavily designed based on graph and change data capture pattern.

The package can be installed from pypi
```bash
pip install pinecore
```
## License
[GNU AGPL v3.0.](LICENSE)<br>
Copyright &copy; 2024 [Hieu Pham](https://github.com/hieupth). All rights reserved.
