microdaemon

A small framework for python services


Licenses
GPL-3.0/GPL-3.0+
Install
pip install microdaemon==0.1.5

Documentation

Microdaemon

Framework for python services.

Microdaemon is a python library providing bricks to build little, modular daemons with multithreading logic.

Features:

  • easy daemonize function;
  • enhanced json configuration syntax;
  • builtin browser-like behaviour for interacting with websites, with or without API, and with html parsing;
  • threading support:
    • channels for threading communication;
    • advanced threading logic;
  • wsgi interface support, with predefined pages for rapid development.