Python interface to the obsidian-actions-uri (https://github.com/czottmann/obsidian-actions-uri). This package is still in alpha stage and being actively written.
pip install git+https://github.com/MichielCottaar/py-obsidian-actions.git
Any bug reports and feature requests are very welcome (see issue tracker).
First clone the repository:
pip install https://github.com/MichielCottaar/py-obsidian-actions.git
Then, 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