Metadata-Version: 2.1
Name: factorio-randovania-mod
Version: 0.3.2
Summary: Generator of Factorio Randomizer mods for Randovania
Author: Henrique Gemignani Passos Lima
Project-URL: Homepage, https://github.com/randovania/factorio-randovania-mod
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pillow
Requires-Dist: numpy
Requires-Dist: jsonschema
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: pytest-mock; extra == "test"
Requires-Dist: pre-commit; extra == "test"
Provides-Extra: typing
Requires-Dist: mypy; extra == "typing"
Requires-Dist: types-Pillow; extra == "typing"
Requires-Dist: types-pyinstaller; extra == "typing"
Requires-Dist: types-jsonschema; extra == "typing"

# Factorio Randomizer

This python package creates Factorio mod files that randomizes the game, based on a JSON file.
Intended to be used by used by [Randovania](https://randovania.org/).
