cimatosa / jobmanager

easy distributed computing based on the python class SyncManager for remote communication and python module multiprocessing for local parallelism
MIT License
6 stars 3 forks source link

Pypi setup files #7

Closed paulmueller closed 9 years ago

paulmueller commented 9 years ago

Hey Richard @cimatosa,

I added setup files and fixed a small bug (simple_example.py did not work). I also updated the readme with a quick guide. If you want to upload a first version of jobmanager to pypi, run this:

python setup.py sdist upload

Main changes:

Cheers, Paul

cimatosa commented 9 years ago

has been registered and uploaded to pypi :-)