mirror of
https://github.com/wax911/plugin-architecture.git
synced 2025-07-21 12:31:03 +02:00
15 lines
324 B
YAML
15 lines
324 B
YAML
name: 'Sample Plugin'
|
|
alias: 'sample-plugin'
|
|
creator: 'wax911'
|
|
runtime:
|
|
main: 'sample.py'
|
|
tests:
|
|
- 'tests/core.py'
|
|
repository: 'https://github.com/wax911/sample-plugin'
|
|
description: 'Sample plugin template'
|
|
version: '0.0.2'
|
|
requirements:
|
|
- name: 'PyYAML'
|
|
version: '5.3.1'
|
|
- name: 'pytz'
|
|
version: '2019.3' |