Metadata-Version: 2.4
Name: com-link-gen-10
Version: 0.2.0
Summary: calculate all composite link under 10 crossing.
License: MIT
License-File: LICENSE
Author: GGN_2015
Author-email: premierbob@qq.com
Requires-Python: >=3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: group-diagram-combination (>=0.1.0)
Requires-Dist: pd-code-components (>=0.1.0)
Requires-Dist: prime-link-knot-10 (>=0.1.0)
Description-Content-Type: text/markdown

# com-link-gen-10

Generate composite-link descriptions from the bundled prime-link catalogue.

## Installation

```bash
pip install com-link-gen
```

## Quick start

`from com_link_gen_10 import com_link_gen` then `com_link_gen(10, 3)`.

PD codes are lists of four-entry crossings. Each arc label must occur exactly twice. Functions validate their inputs and do not mutate caller-owned PD-code lists unless explicitly documented.

## Development

Use Python 3.10 or newer for Python packages. Build distributions with `poetry build`. Run the package's tests or examples before publishing. C++ projects require a modern standards-compliant compiler.

## License

MIT. See `LICENSE`.

