This website requires JavaScript.
Explore
Help
Register
Sign In
Lerking
/
XtendR
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Packages
Projects
Releases
5
Wiki
Activity
4
Commits
1
Branch
22
Tags
ea45973df2e82af957af93825161f480effede4c
T
Code
Clone
HTTPS
Tea CLI
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
Lerking
ea45973df2
Add test_plugin/example_plugin.py
2024-12-06 18:30:03 +01:00
test_plugin
Add test_plugin/example_plugin.py
2024-12-06 18:30:03 +01:00
xtendr
Update xtendr/import os import importlib.util from abc import ABC, abstractmethod # Define the interface that all plugins must implement class PluginInterface(ABC): @abstractmethod def execute(self, *args, **kwargs): """ Execute the plugcore.py
2024-12-06 18:27:11 +01:00
.gitignore
Initial commit
2024-11-15 10:52:37 +01:00
LICENSE
Initial commit
2024-11-15 10:52:37 +01:00
README.md
Initial commit
2024-11-15 10:52:37 +01:00
setup.py
Initial checkin
#1
#2
#3
. /JL
2024-11-15 11:42:29 +01:00
README.md
xtendr
A python 3 extension system to ease the use of plugins.
Reference in New Issue
View Git Blame
Copy Permalink
S
Description
A python 3 extension system to ease the use of plugins.
Readme
MIT
148
KiB
Releases
5
0.5.2
Latest
2026-07-27 20:57:47 +02:00
Languages
Python
99.5%
Makefile
0.5%