Metadata-Version: 1.1
Name: rocky
Version: 1.0.0
Summary: Better command line programs in production, no need to worry, this is a lib, not a framework.
Home-page: https://github.com/andersroos/rocky
Author: Anders Roos
Author-email: anders.roos@gmail.com
License: Apache-2.0
Description: .. image:: https://travis-ci.org/andersroos/rocky.svg?branch=master
            :target: https://travis-ci.org/andersroos/rocky
               
        Rocky
        =====
        
        A collection of small libs for better command line programs in
        production setting. This is not a framework, use a small bit or
        everything.
        
        * Traceable config, no more searching for where the config was
          set. Read them from config file, python file, plain file, command
          line, environment or somewhere you choose. Dump all config to the
          log at once or at first use.
        
        * Handling of pid files, creating, removing and checking.
        
        * Stop gracefully on a single sigint, but die hard when spamming them.
        
        * Argparsing can be done by a number of other libs, not included here,
          personally I like argparse and have added a couple of useful
          functions related to it.
        
        * Adding to sys.path, replace two lines of code with one line of code.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Environment :: Console
Classifier: Topic :: Software Development :: Libraries :: Python Modules
