Metadata-Version: 2.4
Name: com-link-gen-10
Version: 0.0.3
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
Requires-Dist: pd-code-components
Requires-Dist: pip-pkg-info
Requires-Dist: prime-link-knot-10
Description-Content-Type: text/markdown

# com_link_gen_10
生成复合链环表示。复合链环的表示方式详见：https://pypi.org/project/link-rep/

## Install

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

## Usage

```python
import com_link_gen_10

for line in com_link_gen_10.com_link_gen(10, 3):
    print(line)
```

