Metadata-Version: 1.1
Name: click-utils
Version: 0.1.0
Summary: a set of utilites for writing command line programs with Click
Home-page: https://github.com/slafs/click-utils
Author: Sławek Ehlert
Author-email: slafs.e@gmail.com
License: BSD
Description: ===============================
        Click utils
        ===============================
        
        .. image:: https://badge.fury.io/py/click-utils.png
            :target: http://badge.fury.io/py/click-utils
        
        .. image:: https://travis-ci.org/slafs/click-utils.png?branch=master
                :target: https://travis-ci.org/slafs/click-utils
        
        .. image:: https://pypip.in/d/click-utils/badge.png
                :target: https://pypi.python.org/pypi/click-utils
        
        
        a set of utilites for writing command line programs with Click
        
        * Free software: BSD license
        * Documentation: https://click-utils.readthedocs.org.
        
        Features
        --------
        
        * Couple of useful ``logging`` options and types
        * A custom command and option class for printing env vars names (WIP)
        * More to come...
        
        
        
        
        History
        -------
        
        0.1.0 (2015-01-26)
        ---------------------
        
        * First release on PyPI.
        * initial project structure
        * Add LogLevelChoice type
        * Add loglevel_option
        * Add logconfig_option
        
Keywords: click-utils
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
