Metadata-Version: 2.1
Name: microdaemon
Version: 0.1.5
Summary: A small framework for python services
Home-page: https://github.com/chiara-paci/microdaemon
Author: Chiara Paci
Author-email: chiara.paci@gmail.com
License: UNKNOWN
Description: 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;
        * threading support:
          * channels for threading communication;
          * advanced threading logic;
        * wsgi interface support, with predefined pages for rapid development.
        
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: POSIX :: Linux
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Description-Content-Type: text/markdown
