General Python Helpers and Utilities.
Contents
pyrobase
assembles general Python helper functions and classes that
can be applied to any project. That includes some additional tasks
for the Paver build tool, an improved xmlrpc2scgi module, unit test
helpers, and generic base modules for various domains.
All modules have unit tests (currently pyrobase.paver is an exception), and the goal is to reach >80% coverage.
Install the package with python -m pip install --user pyrobase
,
or more commonly just add it as a dependency to your project
and call python -m pip install -r requirements.txt
.
Installing into a virtualenv is recommended.
See the project's unit tests for examples, and for a full API documentation visit the API Reference.
The Contributing Guidelines tell you how to report problems and request new features, and what to do as a developer or documentation author.
- Repository hosting @ GitHub.
- Documentation hosting by https://readthedocs.io/.
- Paver @ http://paver.github.com/paver/.
- https://github.com/Quantique for the inspiration on the scgi+ssh transport.