Skip to content

A lightweight library to generate syntax for variables.

License

Notifications You must be signed in to change notification settings

cemde/CopySyntax

Repository files navigation

LiteralCopy

PyPI - Python Version PyPI Status PyPI Status Tests codecov ReadTheDocs license

Features

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])

Install

To install stable version from PyPI use

pip install copy-syntax

To install from git use

pip install git+iNSERT LINK

Documentation

The documentation is published at ReadTheDocs.

The docs contain:

  • Api Reference
  • Examples

Contribute

Any contributions welcome. Please open a PR.