Metadata-Version: 2.1
Name: gregtech-flow
Version: 1.0.0
Summary: YAML Driven Flowcharts for Gregtech: New Horizons
Home-page: https://velolib.github.io/gregtech-flow
License: MIT
Keywords: gregtech,minecraft,graphviz,graphs
Author: velolib
Author-email: vlocitize@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: fastjsonschema (>=2.16.2,<3.0.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: ruamel-yaml (>=0.17.21,<0.18.0)
Requires-Dist: sympy (>=1.11.1,<2.0.0)
Requires-Dist: typer (>=0.7.0,<0.8.0)
Project-URL: Documentation, https://velolib.github.io/gregtech-flow
Project-URL: Repository, https://github.com/velolib/gregtech-flow
Description-Content-Type: text/markdown

<p></p>
<p align="center"><img src="https://raw.githubusercontent.com/velolib/gregtech-flow/master/assets/gt_flow.png"/></p>
<br>
<p align="center">
    <a href="https://pypi.org/project/gregtech-flow/">
        <img alt="PyPI - Python Version" src="https://img.shields.io/pypi/pyversions/gregtech.flow?style=for-the-badge">
    </a>
    <a href="https://pypi.org/project/gregtech-flow/" >
        <img alt="PyPI" src="https://img.shields.io/pypi/v/gregtech-flow?style=for-the-badge">
    </a>
    <a href="https://github.com/velolib/gregtech-flow/blob/master/LICENSE.txt" >
        <img src="https://img.shields.io/github/license/velolib/gregtech-flow?style=for-the-badge" alt="License MIT"/>
    </a>
    <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>
    <a href="https://velolib.github.io/gregtech-flow/">
        <img alt="GitHub deployments" src="https://img.shields.io/github/deployments/velolib/gregtech-flow/github-pages?label=deployment&style=for-the-badge">
    </a>
</p>
<p></p>

## ❓ What is it?
<img align="right" width="192" height="192" src="https://raw.githubusercontent.com/velolib/gregtech-flow/master/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
5. Full documentation

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>
    <summary><strong>Samples</strong></summary>
    <img src="https://raw.githubusercontent.com/velolib/gregtech-flow/c5f8a9e02e2a1f2f84ab92f0ce28d2a6c3e620cc/samples/rutile-titanium.svg" alt="Rutile -> Titanium">
    <img src="https://raw.githubusercontent.com/velolib/gregtech-flow/c5f8a9e02e2a1f2f84ab92f0ce28d2a6c3e620cc/samples/epoxid.svg" alt="Epoxid">
</details>
