A Pythonic base for building administrator tools for distributed (IoT) applications.


License
MIT
Install
pip install baseadmin==1.0.13

Documentation

baseadmin

A Pythonic base for building administrator tools for distributed (IoT) applications.

Latest Version on PyPI Supported Implementations Build Status Documentation Status Coverage Status Built with PyPi Template

Rationale

Having developed several (IoT) solutions that included an administrative backend, common patterns emerged. With baseAdmin I'm extracting the common parts into a framework that can be used to build context-specific applications. The main goal is to have a working solution out of the box that can be extended with minimal effort.

Philosophy

As the main goal of baseAdmin is out of the box functionality that is extendable with minimal effort, it is highly driven by conventions. Trying to break away from these conventions will probably result in pain. If you feel that any of the conventions don't fit your needs, you better don't use baseAdmin.

Documentation

Visit Read the Docs for the full documentation, including overviews and full setup walkthroughs.