Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/opalmer/pyfarm
A Python based distributed job system which is intended to be easy to deploy and maintain. Initially developed to be used solely by the Visual Effects industry there is the intention to expand into other areas as well such as the general scientific community. For more direct information about the project please see the README.
https://github.com/opalmer/pyfarm
Last synced: 3 months ago
JSON representation
A Python based distributed job system which is intended to be easy to deploy and maintain. Initially developed to be used solely by the Visual Effects industry there is the intention to expand into other areas as well such as the general scientific community. For more direct information about the project please see the README.
- Host: GitHub
- URL: https://github.com/opalmer/pyfarm
- Owner: opalmer
- License: other
- Created: 2010-04-28T05:20:19.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2015-06-04T03:05:58.000Z (over 9 years ago)
- Last Synced: 2023-03-11T02:07:59.461Z (almost 2 years ago)
- Language: Python
- Homepage:
- Size: 27.5 MB
- Stars: 11
- Watchers: 4
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
PyFarm
======**NOTE**: This repo has been broken down into individual projects under
https://github.com/pyfarm for better transparency, isolation, and tracking.
All that remains in this repo are tools for development and deployment.A Python based distributed job system which is intended to be easy to deploy
and maintain. Initially developed to be used solely by the Visual Effects
industry there is the intention to expand into other areas as well such as the
general scientific community. Currently the project is undergoing heavy
development and this page serves as a placeholder. For more direct information
about the project please use the resources below or view the online
`documentation `_Subprojects
===========
Below are the current subprojects of PyFarm which are under active development.
More detailed information about the individual project(s) can be found in either
the documentation or in the respective repo.* `pyfarm.core `_
Sub-library containing core modules, classes, and data types which are
used throughout the project... 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* `pyfarm.master `_
Sub-library which contains the code necessary to communicate with the
database via a REST api... image:: https://travis-ci.org/pyfarm/pyfarm-master.png?branch=master
:target: https://travis-ci.org/pyfarm/pyfarm-master
:align: left.. image:: https://coveralls.io/repos/pyfarm/pyfarm-master/badge.png?branch=master
:target: https://coveralls.io/r/pyfarm/pyfarm-master?branch=master
:align: left* `pyfarm.agent `_
Core module containing code to run PyFarm's agent.
.. image:: https://travis-ci.org/pyfarm/pyfarm-agent.png?branch=master
:target: https://travis-ci.org/pyfarm/pyfarm-agent
:align: left.. image:: https://coveralls.io/repos/pyfarm/pyfarm-agent/badge.png?branch=master
:target: https://coveralls.io/r/pyfarm/pyfarm-agent?branch=master
:align: left