Metadata-Version: 1.1
Name: cletus
Version: 1.0.11
Summary: A library of command line utilities
Home-page: http://github.com/kenfar/cletus
Author: Ken Farmer
Author-email: kenfar@gmail.com
License: BSD
Description: Cletus is a library to help with write commmand line python programs.
        
        More info is on the cletus wiki here:
        https://github.com/kenfar/cletus/wiki
        
        Installation
        ============
        
        -  Using `pip <http://www.pip-installer.org/en/latest/>`__ (preferred)
           or
           `easyinstall <http://peak.telecommunity.com/DevCenter/EasyInstall>`__:
        
           :sub:`~` $ pip install cletus $ easy\_install cletus :sub:`~`
        
        -  Or install manually from
           `pypi <https://pypi.python.org/pypi/cletus>`__:
        
           :sub:`~` $ mkdir ~$ wget
           https://pypi.python.org/packages/source/d/cletus/cletus-0.1.tar.gz $
           tar -xvf easy\_install cletus $ cd ~-\* $ python setup.py install
           :sub:`~`
        
        Dependencies
        ============
        
        -  Python 2.7
        
        Licensing
        =========
        
        -  Cletus uses the BSD license - see the separate LICENSE file for
           further information
        
        Copyright
        =========
        
        -  Copyright 2013, 2014 Ken Farmer
        
        
        
        v1.0.11 - 2015-05
        =================
        
        -  cletus\_config.py
        
           -  fix: improved defaulting
        
        -  everything:
        
           -  ran modernizer to make the code more python3-ready
        
        v1.0.10 - 2015-03
        =================
        
        -  cletus\_config.py
        
           -  fix: diminished logging
        
        v1.0.8 - 2015-01
        ================
        
        -  cletus\_config.py
        
           -  added tests to confirm optional column NULLs
           -  added remove\_null\_overrides to simplify use
           -  added apply\_defaults to simplify use
           -  fix: stopped putting copy of sample configs in /tmp
        
        v1.0.6 - 2014-07
        ================
        
        -  cletus\_archiver.py
        
           -  added comments
           -  added config to setup
        
        v1.0.5 - 2014-07
        ================
        
        -  cletus\_archiver.py
        
           -  moved to script dir from example
           -  setup changed to include archiver & config file
        
        -  cletus\_supp.py
        
           -  check suppressions directory only when the suppressions method is
              called, so it can be called repeatedly at checkpoints by an app.
           -  changed suppressions method behavior to default app\_name to init
              app\_name.
        
        v1.0.4 - 2014-07
        ================
        
        -  cletus\_job
        
           -  changed to use flock exclusively rather than the pid from the
              pidfile and a check to see if that pid was still being used. This
              eliminates a big race condition.
           -  added concurrency testing
        
        -  cletus\_config
        
           -  added namespace, dictionary and env config inputs
           -  added namespace
           -  added test harness
        
        v1.0.1 - 2014-03
        ================
        
        -  cletus\_log
        
           -  initial add
        
        -  cletus\_config
        
           -  initial add
        
        -  cletus\_supp
        
           -  initial add
        
        -  cletus\_job
        
           -  initial add
        
Keywords: utility
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Operating System :: POSIX
Classifier: Topic :: Utilities
