Metadata-Version: 2.4
Name: nwn_dg
Version: 0.5.0
Summary: Neverwinter Nights (nwn) dungeon generator
Author-email: Julien Lecomte <julien@lecomte.at>
License-Expression: MIT
Project-URL: Homepage, https://gitlab.com/cappysan/apps/nwn-dg
Project-URL: Source code, https://gitlab.com/cappysan/apps/nwn-dg
Project-URL: Bug tracker, https://gitlab.com/cappysan/apps/nwn-dg/-/issues
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: boltons>=25.0.0
Requires-Dist: matplotlib
Requires-Dist: networkx
Requires-Dist: pycairo
Requires-Dist: torxtools
Provides-Extra: dev
Provides-Extra: api
Requires-Dist: connexion[swagger-ui,uvicorn]; extra == "api"
Dynamic: license-file

[![license](https://img.shields.io/badge/license-MIT-brightgreen)](https://spdx.org/licenses/MIT.html)
[![pipelines](https://gitlab.com/cappysan/nwn-dg/badges/master/pipeline.svg?ignore_skipped=true)](https://gitlab.com/cappysan/nwn-dg/pipelines)
[![coverage](https://gitlab.com/cappysan/nwn-dg/badges/master/coverage.svg)](/coverage/index.html)

# nwn-dg

Work in progress: in alpha stage. Please refer to file POC.md for more information.

Neverwinter Nights (nwn) dungeon generator: cli & api.


## Installation

You can install the latest version from PyPI package repository.

~~~bash
pipx install nwn-dg
~~~


## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.


## Locations

  * Website: [https://gitlab.com/cappysan/nwn-dg](https://gitlab.com/cappysan/nwn-dg)
  * PyPi: [https://pypi.org/project/nwn_dg](https://pypi.org/project/nwn_dg)
