Skip to content

MichielCottaar/py-obsidian-actions

Repository files navigation

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.

Installation

pip install git+https://github.com/MichielCottaar/py-obsidian-actions.git

Any bug reports and feature requests are very welcome (see issue tracker).

Setting up local test environment

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.

Releasing new versions

  • Run bump2version (install using pip install bump2version)
  • Push to gitlab
  • Manually activate the "to_pypi" task in the pipeline to upload to pypi

About

Python interface to the obsidian-actions-uri (https://github.com/czottmann/obsidian-actions-uri)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages