Metadata-Version: 1.1
Name: pyfarm.core
Version: 0.7.0-dev6
Summary: This sub-library contains core modules, classes,
    and data types which are used by other parts of PyFarm.
Home-page: https://github.com/pyfarm/pyfarm-core
Author: Oliver Palmer
Author-email: development@pyfarm.net
License: Apache v2.0
Description: .. Copyright 2013 Oliver Palmer
        ..
        .. Licensed under the Apache License, Version 2.0 (the "License");
        .. you may not use this file except in compliance with the License.
        .. You may obtain a copy of the License at
        ..
        ..   http://www.apache.org/licenses/LICENSE-2.0
        ..
        .. Unless required by applicable law or agreed to in writing, software
        .. distributed under the License is distributed on an "AS IS" BASIS,
        .. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
        .. See the License for the specific language governing permissions and
        .. limitations under the License.
        
        PyFarm Core
        ===========
        
        .. image:: https://travis-ci.org/pyfarm/pyfarm-core.png?branch=master
            :target: https://travis-ci.org/pyfarm/pyfarm-core
            :align: left
        
        .. image:: https://coveralls.io/repos/pyfarm/pyfarm-core/badge.png?branch=master
            :target: https://coveralls.io/r/pyfarm/pyfarm-core?branch=master
            :align: left
        
        
        This sub-library contains core modules, classes, and data types which are
        used by other parts of the project.  Overall this library contains:
            * core exceptions and warnings
            * system information submodule
            * file operations wrappers and classes
            * base command line wrapper
            * other general utilities
        
        
        Installation Note
        -----------------
        The installation of this module does not ensure all its dependencies are met.
        As an example sqlalchemy is required for part of the ``core.config`` module
        however that specific module is only required for the admin interface and
        master.
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2 :: Only
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: System :: Distributed Computing
