Metadata-Version: 2.1
Name: ps.basic
Version: 1.1.17
Summary: Basic class used in PS environment
Home-page: https://bitbucket.org/drsetz/ps.basic
Author: Setz
Author-email: thomas@setz.de
License: UNKNOWN
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
Requires-Dist: setuptools
Requires-Dist: docopt
Requires-Dist: pygraphviz

Introduction
============
The ps.basic package holds code for the basic building blocks within the "ps".
cc

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 finite state machines

    - some other small helper  functions


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.



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


