Metadata-Version: 2.4
Name: hexon
Version: 0.0.1
Summary: Python package to create and work with hexagonal maps.
Author-email: Rafael Lopez <rafael.lopez@universite-paris-saclay.fr>
License: MIT
Keywords: railroad,diagram
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: perlin_noise
Requires-Dist: Pillow
Provides-Extra: tests
Requires-Dist: pytest; extra == "tests"
Requires-Dist: coverage; extra == "tests"
Provides-Extra: cli
Requires-Dist: typer; extra == "cli"
Provides-Extra: documentation
Requires-Dist: mkdocs; extra == "documentation"
Requires-Dist: mkdocs-material; extra == "documentation"
Requires-Dist: mkdocs-plugin-inline-svg; extra == "documentation"
Requires-Dist: mkdocstrings[python]; extra == "documentation"
Requires-Dist: markdown-exec; extra == "documentation"
Dynamic: license-file

# Hexon

Library and CLI to manipulate and generate hexagonal maps.

## Documentation

Coming soon.

## Contributing

Coming soon.

## Authors and acknowledgment

None of it would exist without the fantastic articles from [RedBlobGames](https://www.redblobgames.com/).

## License

MIT License

## Project status

Work in progress.
