/elabapy

Python package to interact with eLabFTW's API

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

elabapy

release wheel license

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

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/*