elabapy
This Python 3 library provides easy access to eLabFTW's API to list or update experiments or items.
How to install
You can install elabapy using pip
pip install -U elabapy
or via sources:
python setup.py install
How to use
Read the docs
Links
- Documentation: https://doc.elabftw.net/api.html
- PyPI page: https://pypi.org/project/elabapy/
Update version
Version needs to be changed in setup.py
and elabapy/__init__.py
.
Create new release
git tag -s $version -m '$version'
git push --tags
python setup.py sdist bdist_egg bdist_wheel
twine upload dist/*