Skip to content

pyroscope/pyrobase

Repository files navigation

pyrobase

Travis CI Documentation Status IssuesPyPI

General Python Helpers and Utilities.

Contents

What is it?

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.

GitHub

https://github.com/pyroscope/pyrobase#readme

PyPI

http://pypi.python.org/pypi/pyrobase/

API docs

https://pyrobase.readthedocs.io/en/latest/api.html

OpenHub

https://www.openhub.net/p/pyrobase

Installation

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.

Usage

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.

Acknowledgements