_images/logo.png

S-expression toolkit for Python

https://travis-ci.org/IwoHerka/sexpr.svg?branch=master https://coveralls.io/repos/github/IwoHerka/sexpr/badge.svg?branch=master https://api.codacy.com/project/badge/Grade/dc96c6c6dc5141c4ba956bedb35c120f https://api.codeclimate.com/v1/badges/bd380c4f4a9848a87a20/maintainability

sexpr is small and compact toolkit for working with s-expressions in Python. It provides:

  1. Meta-syntax notation for grammar definition in YAML (similar to EBNF).
  2. Validation of s-expressions against defined grammar.
  3. Small and simple manipulation and rewriting framework.

Want to get a feel for it? Check out README on GitHub. And when you’re ready, have a look at the documentation.

API Reference

If you are looking for information on a specific function, class, or method, this part of the documentation is for you.

Indices and tables