Sub-library which contains core modules, classes, and data types which are used by other parts of PyFarm.
Project description
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pyfarm.core-0.9.3.tar.gz
.
File metadata
- Download URL: pyfarm.core-0.9.3.tar.gz
- Upload date:
- Size: 18.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6dbf276bbffc4d99703f0ceb91e95812a7e0a9c6be53400efe6ffeeb9a0984a2 |
|
MD5 | 9291c38d7cd8a3d5f6a4e494fba2d312 |
|
BLAKE2b-256 | cbf01012aaa01cb72b405ef8e3a5f5ed62745f0ac1382f0b7679fc8cfe2843bb |