https://github.com/educationwarehouse/edwh-demo-tasks-plugin
demo project for loading plugin tasks into the edwh command.
https://github.com/educationwarehouse/edwh-demo-tasks-plugin
edwh invoke plugin python
Last synced: 11 months ago
JSON representation
demo project for loading plugin tasks into the edwh command.
- Host: GitHub
- URL: https://github.com/educationwarehouse/edwh-demo-tasks-plugin
- Owner: educationwarehouse
- License: mit
- Created: 2023-04-04T21:22:00.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-09-05T15:14:06.000Z (over 1 year ago)
- Last Synced: 2024-12-08T22:20:00.350Z (over 1 year ago)
- Topics: edwh, invoke, plugin, python
- Language: Python
- Homepage: https://pypi.org/project/edwh-demo-plugin
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# edwh-demo-plugin
[](https://pypi.org/project/edwh-demo-plugin)
[](https://pypi.org/project/edwh-demo-plugin)
-----
**Table of Contents**
- [Installation](#installation)
- [License](#license)
## 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
```console
pip install edwh-demo-plugin
```
But probably you want to install the whole edwh package:
```console
pipx install edwh[demo]
# or
pipx install edwh[plugins,omgeving]
```
## License
`edwh-demo-plugin` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.