Metadata-Version: 2.1
Name: gregtech-flow
Version: 0.4.1
Summary: Factory Optimization Flowcharts for Gregtech: New Horizons
License: MIT
Author: velolib
Author-email: vlocitize@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: PyYAML (>=6.0,<7.0)
Requires-Dist: graphviz (>=0.20.1,<0.21.0)
Requires-Dist: prompt-toolkit (>=3.0.36,<4.0.0)
Requires-Dist: rich (>=13.0.0,<14.0.0)
Requires-Dist: schema (>=0.7.5,<0.8.0)
Requires-Dist: sympy (>=1.11.1,<2.0.0)
Requires-Dist: typer (>=0.7.0,<0.8.0)
Description-Content-Type: text/markdown

<p></p>
<p align="center"><img src="assets/gt_flow.png"/></p>
<br>
<p align="center">
    <img alt="PyPI - Python Version" src="https://img.shields.io/pypi/pyversions/gregtech.flow?style=for-the-badge">
    <img src="https://img.shields.io/github/license/velolib/gregtech-flow?style=for-the-badge" alt="License MIT"/>
    <a href="https://codecov.io/github/velolib/gregtech-flow" >
        <img src="https://img.shields.io/codecov/c/github/velolib/gregtech-flow?style=for-the-badge&token=Y59FTD1UC1" alt="Code Coverage"/>
    </a>
</p>
<p></p>

## ❓ What is it?
<img align="right" width="192" height="192" src="assets/logo_512x.png"/>

This is a fork of OrderedSet86's [gtnh-flow](https://github.com/OrderedSet86/gtnh-flow). In addition to the functionalities of the original tool, this fork has:
1. Extended formatting of projects
2. Added stylization add formatting of graphs
3. Standards to increase readability
4. A custom command line interface

To view the full documentation see the official [GT: Flow website](https://velolib.github.io/gregtech-flow/).

## 📖 Samples
Samples of the graphs included in the repository.
<details open>
    <summary><strong>Samples</strong></summary>
    <img src="samples/rutile-titanium.svg" alt="Rutile -> Titanium">
    <img src="samples/epoxid.svg" alt="Epoxid">
</details>

