prasticus Code
Brought to you by:
gribouillis
| File | Date | Author | Commit |
|---|---|---|---|
| src | 2019-07-30 |
|
[d1f80d] Ajout d'une commande permettant de créer des fi... |
| test | 2019-07-24 |
|
[ebec61] Commit de sauvegarde avant première publication... |
| .gitignore | 2019-07-25 |
|
[ce9ecb] Modifié setup.py |
| .kateproject | 2018-06-15 |
|
[c0db04] Commit initial du projet prasticus. |
| LICENSE | 2018-06-15 |
|
[c0db04] Commit initial du projet prasticus. |
| README.md | 2019-07-30 |
|
[d1f80d] Ajout d'une commande permettant de créer des fi... |
| setup.py | 2019-07-30 |
|
[d1f80d] Ajout d'une commande permettant de créer des fi... |
Package documentation: soon available
Catchall module extensible by plugins
This is a root module to allow its author to distribute
other modules as plugins. There are currently two subpackages:
prasticus.catchall an extensible container for plugins.prasticus.configure a module configuration system.The configure subpackage needs a root directory to work. Create
a directory and initialize it with the command
python -W ignore -m prasticus.configure set-root --create DIRECTORY
The catchall subpackage needs an initial configuration file to work.
Create one with the command
python3 -m prasticus.configure init-config prasticus.catchall
This software is licensed under the MIT License
© 2018 Eric Ringeisen