Metadata-Version: 1.0
Name: nuageux
Version: 0.1
Summary: lightweight distributed computing library
Home-page: https://github.com/thouis/nuageux
Author: Thouis (Ray) Jones
Author-email: thouis.jones@curie.fr
License: UNKNOWN
Description: Nuageux is a very simple library for ad-hoc cloud computing (i.e.,
        with a set of desktop machines in a single office, and without
        worrying about security/"cheating" or any sort of optimal scheduling).
        Job information, data, and results are all communicated over HTTP (for
        ease of debugging).  It makes use of Twisted and will eventually allow
        auto-discovery of work servers using Bonjour/Zeroconf.
        
Keywords: dsitributed computing twisted
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Topic :: System :: Distributed Computing
Classifier: Framework :: Twisted
