Lispify converts Python objects into Lisp-like encoded strings that are interpretable in Common Lisp. This library requires Python 2.6, 2.7, or 3.3+.
Each release should be documented in CHANGELOG.md.
Version numbers MAJOR.MINOR.PATCH
should follow a system inspired by semantic versioning. Increment the:
- MAJOR version when you make incompatible API changes (unlikely to change from
1.x.x
), - MINOR version when you add functionality in a backwards-compatible manner, and
- PATCH version when you make backwards-compatible bug fixes.
Create a release on Github for each new version.