Metadata-Version: 2.0
Name: click-utils
Version: 0.2.1
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
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
Requires-Dist: Click (>=3.0,<4.0)

===============================
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.2.0 (2015-01-30)
---------------------

* modify ``loglevel_option`` (is_eager, callback with storing value on context)
* add an abstract ``logger_option`` and a ``logfile_option``

0.1.0 (2015-01-26)
---------------------

* First release on PyPI.
* initial project structure
* Add LogLevelChoice type
* Add loglevel_option
* Add logconfig_option


