Adapter layer between sampleManager and legacy api.
Can't pip these yet :(
1st, get sampleManager:
git clone https://github.com/NSLS-II/sampleManager.git cd sampleManager python setup.py build && su -c python setup.py install
then sampleMangler:
git clone https://github.com/cowanml/sampleMangler.git cd sampleMangler python setup.py build && su -c python setup.py install ...eventually just...? pip install sampleMangler
https://samplemangler.readthedocs.org/
Use gitflow.
To run tests:
tox -e pep8 tox -e flake8 tox -e 2.7 ...