Pandora: Box of utilities

Release v0.2.3 (What’s new?).

Pandora is an MIT-licensed Python package with all kinds of handy utilities that will speedup your development process:

Path

Path provides a matching method based upon the technique of Werkzeug. The idea however, was the extract this awesome matching (and sorting) technique and use it wherever and however you want. We use it in Avenue (routing) and Laborer (auto-parameter-providing) for example.

There a three default converters: str, int and greedy. Based on the usage of converters, cost is being calculated. You can use this cost to sort the paths on.

User’s Guide

Project Information

Indices and tables