Skip to content

educationwarehouse/edwh-demo-tasks-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

edwh-demo-plugin

PyPI - Version PyPI - Python Version


Table of Contents

USING THIS TEMPLATE REPOSITORY

  1. remove this markdown section;
  2. replace 'demo' in README.md, pyproject.toml and the name of the plugin in src to your actual plugin name;
  3. (add your actual plugin code of course);
  4. run semantic-release publish, hatch build -c and hatch publish.

Installation

pip install edwh-demo-plugin

But probably you want to install the whole edwh package:

pipx install edwh[demo]
# or
pipx install edwh[plugins,omgeving]

License

edwh-demo-plugin is distributed under the terms of the MIT license.