All Projects â†’ pyroscope â†’ pyrobase

pyroscope / pyrobase

Licence: GPL-2.0 license
📦 General Python Helpers and Utilities

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Labels

pyrobase

Travis CI Documentation Status Issues  PyPI

General Python Helpers and Utilities.

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].