Metadata-Version: 2.4
Name: nunchux
Version: 0.0.1
Summary: Reserved namespace package for Python software.
License-Expression: LicenseRef-Proprietary
License-File: LICENSE
Requires-Python: >=3.13
Project-URL: Homepage, https://github.com/nunchaku-ai
Description-Content-Type: text/markdown

# nunchux

The `nunchux` name on PyPI is **reserved** as the top-level namespace
for the Python software. This distribution is a placeholder
namespace anchor; it does not contain any implementation.

## What does this package do?

Nothing on its own. `import nunchux` succeeds and exposes a
[PEP 420](https://peps.python.org/pep-0420/) namespace package.
Internal distributions install code under `nunchux.<name>` and
merge into this namespace at import time.

The only module shipped by this distribution is `nunchux._about`, which
exposes `__version__`.

## Where is the real package?

The software is closed-source and distributed privately through
[github.com/nunchaku-ai](https://github.com/nunchaku-ai).

## License

See [LICENSE](./LICENSE).
