8 projects
py-yacc
A YAML based configuration DSL and associated parser/validator.
voom
A python message bus that you can put 4 million volts through.
marx-workflows
marx
caipyrus
Cairo based procedural rendering tool.
osm_downloader
A set of tools for downloading OSM files via the API.
autorm
A minimal ORM
ligeos
A library for linear referencing on linestrings, including geographic calculations.
servable
Webservice mixin. Just subclass Servable, create your class, and transmute it into a webservice with the Servable-inherited 'wsgi_app' method. Plug that method into your favorite webserver, and go. If you don't have a favorite webserver, you can call 'run_test_server' on your Servable-derived class. That'll do in a pinch.