Metadata-Version: 2.1
Name: pyrosetta-distributed
Version: 0.0.1
Summary: Enables the distributed and pydata integration features of PyRosetta
Home-page: https://github.com/RosettaCommons/pyrosetta-distributed/
Author: Brian D. Weitzner
Author-email: bweitzner@lyell.com
License: MIT License
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >3.3
Description-Content-Type: text/markdown
Requires-Dist: pyrosetta
Requires-Dist: blosc (==1.8.3)
Requires-Dist: cloudpickle (==0.7.0)
Requires-Dist: dask (>=2.11.0)
Requires-Dist: dask-jobqueue (>=0.7.0)
Requires-Dist: distributed (>=2.11.0)
Requires-Dist: jupyter (>=1.0.0)
Requires-Dist: numpy (>=1.17.3)
Requires-Dist: pandas (>=0.25.2)
Requires-Dist: py3Dmol (>=0.8.0)
Requires-Dist: scipy (>=1.3.1)
Requires-Dist: traitlets (>=4.3.3)

# pyrosetta-distributed
A module that enables the distributed and pydata integration features of PyRosetta

## How to build package for release and upload to PyPI
```
pip install --user --upgrade setuptools wheel twine
python setup.py sdist bdist_wheel
twine upload dist/*
```


