Generic Django Apps Plugin System
Project description
The GDAPS library allows Django to make real "pluggable" apps.
A standard Django "app" is reusable (if done correctly), but is not pluggable, like being distributed and "plugged" into a Django main application without modifications. GDAPS is filling this gap.
The reason you want to use GDAPS is: you want to create an application that should be extended via plugins. GDAPS consists of a few bells and twistles where Django lacks "automagic":
- Apps are automatically found using setuptools' entry points
- Apps can provide their own URLs (they are included and merged into urlpatterns automatically)
- Apps can define
Interfaces
, that other GDAPS apps then can implement - Apps can provide Javascript frontends that are found and compiled automatically (WorkInProgress)
Support
You can support me in various ways.
- Test the code and write bug reports.
- Write code
- Write ideas (as bug report)
- Support this work financially. Feel free to send me a few bucks vie Ethereum at 0xf29f45a3632a1721b9ea3795808337eba06e1814:
Credits
I was majorly influenced by other plugin systems when writing this code, big thanks to them:
- Marty Alchin's Simple plugin framework
- The PyUtilib library
- The Pretix ecosystem
- Yapsy
- Django-Rest-Framework
- Graphene-Django
License
GDAPS is licensed under the GNU Public License v3.0 or later, see License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file gdaps-0.6.2.tar.gz
.
File metadata
- Download URL: gdaps-0.6.2.tar.gz
- Upload date:
- Size: 3.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.27.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3e8274d0daa1e2e3fccf52780b5bdefaa5eeb99e142cdfad2ad739c68ecae6d1 |
|
MD5 | 2f8461d21a3f4828ae3b009d89a1b388 |
|
BLAKE2b-256 | 35ba1d7e7eeff35d19c80b312e6dcc1fa659889da80d950e77e7683219b7bcee |
Provenance
File details
Details for the file gdaps-0.6.2-py3-none-any.whl
.
File metadata
- Download URL: gdaps-0.6.2-py3-none-any.whl
- Upload date:
- Size: 49.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.27.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8628b486e643609973125fb351a51075794d7b5ffbc4e8d1a2199e44d1e36b7a |
|
MD5 | 6dd05b965f4dd32dc6e0b6ef06af7b92 |
|
BLAKE2b-256 | aa10c6f72b4fc6094b0f7747ad606b823f7fa01821d817cb9fbc2fd5d6285c5c |