Metadata-Version: 1.1
Name: ps.basic
Version: 1.2.4
Summary: Basic class used in PS environment
Home-page: https://bitbucket.org/drsetz/ps.basic
Author: Setz
Author-email: thomas@setz.de
License: GPL
Description: Introduction
        ============
        The ps.basic package holds code for the basic building blocks within the "ps".
        
        These are:
        
            - a singleton (class **Basic**), which is used to setup a "ps-component" e.g. a service
              in a consistent manner
        
              - using this class the component adapts easily to the surrounding ps-deployment monitor
              - using this class the component adapts easily to the surrounding mechanisms to handle config files
              - using this class the component adapts easily to the surrounding mechanisms for different production_environments/stages
        
            - a python function  to send mails (having an exception handler trying to send the mail via shell)
        
            - an easier interface for calling a shell
        
            - basics to implement and document services based on finite state machines 
         
              - the machines implementation could be visualized with a graphviz generated picture
              - at runtime the machines statechanges are logged with the Basic module 
        
            - some other small helper  functions helping in integrating logging messages to other services.
        
        
        The usage of this package is closely related to the usage of the ps.herald package with adds a (via ssh tunnels distributed usable)
        monitoring environment based on the here implemented Basics.
        
        Documentation:  https://psbasic.readthedocs.io
        
        Git:  https://bitbucket.org/drsetz/ps.basic/src/master/
        
        
        
        1.0.0 (2018-03-23)
        ------------------
        2018-01-10 17:34:53 MEZ  Prodstrecke (Integration)
            enhance documentation
        
        
        sjha
        a8aaf3c fix typo 2
        2756e98 removed git commands
        dc2266b add coverage
        6d10561 add make target for version increment
        f6ea245 autocommit from ci
        394c82c Merge branch 'master' of bitbucket.org-drsetz:drsetz/ps.basic
        0a9248d adapt to environment
        9973c78 fix print statements
        21914c3 fix access to pypi
        
Keywords: PS
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Utilities
