Metadata-Version: 2.4
Name: nwn
Version: 0.0.20
Summary: collection of modules for working with Neverwinter Nights 1: Enhanced Edition
Project-URL: Source Code, https://github.com/niv/nwn.py
Project-URL: Issue Tracker, https://github.com/niv/nwn.py/issues
Project-URL: Documentation, https://niv.github.io/nwn.py/
Author-email: Bernhard Stoeckner <n@e-ix.net>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Games/Entertainment :: Role-Playing
Requires-Python: >=3.11
Requires-Dist: pyzstd>=0.18.0
Description-Content-Type: text/x-rst

nwn
===

A python package with various modules for accessing Neverwinter Nights: Enhanced Edition
data formats and functionality.

Stability
---------

This package is currently in ALPHA state. API stability is not guaranteed.

Installation
------------

The package is available on PyPI and can be installed with pip:

.. code-block:: bash

    pip install nwn

Documentation
-------------

See the `documentation <https://niv.github.io/nwn.py/>`_ for usage.

License
-------

This package is licensed under the MIT license.
