Python interface to the obsidian-actions-uri (https://github.com/czottmann/obsidian-actions-uri).
pip install git+https://github.com/MichielCottaar/py-obsidian-actions.gitAny bug reports and feature requests are very welcome (see issue tracker).
First clone the repository:
pip install https://github.com/MichielCottaar/py-obsidian-actions.gitThen, we install the package in an interactive manner:
cd py-obsidian-actions
pip install -e .Development tools can be installed using:
pip install -r requirements_dev.txt
pre-commit install # installs pre-commit hooks to keep the code clean
Pull requests with any bug fixes are always welcome.
For new features, please raise an issue to allow for discussion before you spend the time implementing them.
- Run
bump2version(install usingpip install bump2version) - Push to gitlab
- Manually activate the "to_pypi" task in the pipeline to upload to pypi