Skip to main content

Sub-library which contains core modules, classes, and data types which are used by other parts of PyFarm.

Project description

build status (master) coverage

This library contains core modules, classes, and data types which are used by other parts of the PyFarm project. This package is contains:

  • A configuration module for loading and merging configuration files from disk.

  • Enumerations of basic system information such as interpreter information, Python types, operating systems and other basic information that can be shared across the project.

  • Logger setup and handling

  • Miscellaneous utilities

Python Version Support

This library supports Python 2.6+ and 3.2+ in one code base. Python 2.5 and lower is not supported due to significant syntax, library and other differences. This library must support the range of Python versions that python.master and pyfarm.agent supports.

Documentation

The documentation for this this library is hosted on Read The Docs. It’s generated directly from this library using sphinx (setup may vary depending on platform):

virtualenv env
. env/bin/activate
pip install sphinx nose
pip install -e . --egg
make -C docs html

Testing

Tests are run on Travis for every commit. They can also be run locally too (setup may vary depending on platform):

virtualenv env
. env/bin/activate
pip install nose
pip install -e . --egg
nosetests tests/

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyfarm.core-0.9.3.tar.gz (18.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page