Metadata-Version: 2.1
Name: FactorioSolver
Version: 0.0.41
Summary: Tools to solve the Factorio problem
Author: Nim
Project-URL: Repository, https://gitlab.com/Santerre/factoriosolver
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: igraph==0.10.8
Requires-Dist: matplotlib-inline==0.1.6
Requires-Dist: matplotlib==3.8.0
Requires-Dist: numpy==1.26.0
Requires-Dist: pandas==2.1.1

# FactorioSolver

Python helper to produce production graphs from the game recipes. Default data is Factorio 2.0. Space Exploration data also available.

## Source

`https://gitlab.com/Santerre/factoriosolver`

## Installation

`pyhon -m pip install FactorioSolver`

## Basic usage

To print a production graph, use : 
```py
import FactorioSolver.FactorioSolver as fs
fs.print_production({"automation-science-pack": 1})
```
