link-rep
Parse, validate, and serialize TopLink composite-link representation documents.
Installation
pip install link-rep
Usage example
from link_rep import LinkRep
text = """K3a1: [[1,5,2,4],[3,1,4,6],[5,3,6,2]]
[K3a1, K3a1]
L[1, 1]#L[2, 1]
"""
rep = LinkRep()
rep.deserialize(text)
print(rep.serialize())
print(rep.json_serialize())
Algorithm
The parser separates four grammatical objects: comments, named PD-code definitions, the ordered factor set, and component-join terms. Each object has matching text and JSON serializers. Link identifiers are decomposed into mirror, knot/link, crossing, alternating, and table-index fields, which gives the rest of the toolchain a structured representation instead of ad-hoc string handling.
Input conventions
A PD code is represented as a list of four-entry crossings. Arc labels normally occur exactly twice. Public functions validate inputs and return new values rather than mutating caller-owned data unless their API explicitly says otherwise.
External software
No external software is required.
Development
Run examples and package checks before release. Python packages require Python 3.10 or newer. Build PyPI artifacts with:
poetry check
poetry build
License
MIT. See LICENSE.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file link_rep-0.0.5.tar.gz.
File metadata
- Download URL: link_rep-0.0.5.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.4.1 CPython/3.11.15 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7c7ef97c6a150baec979568f5f74a16dcd1f5cbab07e5d791275f7c1eacbbf8e
|
|
| MD5 |
809c0b86d6b130fa8d9c0f0ad1510f8e
|
|
| BLAKE2b-256 |
6d6bd782ab8ce1afa16ff55a6a9d1ebea05030849faa0ffdb74184afc6982401
|
File details
Details for the file link_rep-0.0.5-py3-none-any.whl.
File metadata
- Download URL: link_rep-0.0.5-py3-none-any.whl
- Upload date:
- Size: 11.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.4.1 CPython/3.11.15 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0fc6e10d89f0c618599966ae42dd4eaf870cb550ab218db06dda74cd4df24562
|
|
| MD5 |
7c03241d724e022d91f345d7a5aded60
|
|
| BLAKE2b-256 |
6cdfe4f95e5657ebcf5112c793af82bd27c9d1e4f849f06a984d71c1f9a93b96
|