Literal copy is a light-weight Python library to create the syntax string of objects in memory.
For example:
import copy_syntax as cs
supercoolexample = "Here"
cs.syntax("Hello World")
cs.syntax([1,2])
cs.syntax_like([1,5,2])
To install stable version from PyPI use
pip install copy-syntax
To install from git use
pip install git+iNSERT LINK
The documentation is published at ReadTheDocs.
The docs contain:
- Api Reference
- Examples
Any contributions welcome. Please open a PR.