Metadata-Version: 2.1
Name: prasticus
Version: 0.0.6
Summary: Projet prasticus: Catchall module extensible by plugins.
Home-page: https://sourceforge.net/projects/prasticus/
Author: Eric Ringeisen
Author-email: 
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

## prasticus

[Package documentation: soon available](http://)

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.

## Post install

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

### License

This software is licensed under the [MIT License](http://en.wikipedia.org/wiki/MIT_License)

© 2018 Eric Ringeisen


