Skip to content

mmngreco/takt_plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Takt Plugin Template

Use this template as a starting point to create new takt plugins. Choose a descriptive name and replace the plugin placeholder in takt_plugin.py and pyproject.toml references.

For example:

  • Rename takt_plugin.py to takt_metrics.py.
  • Update pyproject.toml accordingly, for example, change the value of name to "takt_metrics".

Warning

Takt uses the prefix takt_ to locate plugins.

Test

Here is a simple example of how you can test your plugin.

python -m venv venv
source venv/bin/activate
pip install git+https://github.com/mmngreco/takt
pip install .
takt --help  # check your plugin section
takt <your-command>

Warning

To make the plugin work, you need to install it in non-editable mode. Otherwise, takt will not be able to detect the plugin.

About

Pluging template for takt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages