TheFenrisLycaon / MODOK-Tools

This is a repository holding tools for MODOK project.

Repository from Github https://github.comTheFenrisLycaon/MODOK-ToolsRepository from Github https://github.comTheFenrisLycaon/MODOK-Tools

EOL

The project has been flagged as EOL (End of Life) on December 2022. Moving forward to more simplistic approach for better automation and other changes. You can still use the structure but please dont expect more updates or support.

Overview

tests
package

This project is a toolset for Second Brain, This would help us to quickly and more efficiently create notes using Second Brain Vault.

  • Free software: Apache Software License 2.0

Installation

pip3 install second-brain-tools

You can also install the in-development version with:

pip install https://github.com/rohanbatrain/Second-Brain-Tools/archive/main.zip

Documentation

Please note the developement is paused for 3 months due to 12th -> (CBSE BOARDS 2023)

To use the project:

from second_brain_tools import cli
cli.main()

Or from your terminal

second-brain-tools --help

Currently no time for writing docs, join me on the discussion on obsidian forums.

https://forum.obsidian.md/t/second-brain-vault-template-cli/50758

Development

To run all the tests run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows
set PYTEST_ADDOPTS=--cov-append
tox
Other
PYTEST_ADDOPTS=--cov-append tox

About

This is a repository holding tools for MODOK project.

License:Other


Languages

Language:Python 100.0%