Metadata-Version: 1.2
Name: dclick
Version: 0.1.0
Summary: Extend click functionnalities by allowing parameters to be passed in a config file
Home-page: https://github.com/anottergithubuser/double_click
Author: Thomas PESNEAU
Author-email: thomaspesneau@gmail.com
License: BSD license
Description: ============
        double_click
        ============
        
        
        .. image:: https://img.shields.io/pypi/v/double_click.svg
                :target: https://pypi.python.org/pypi/double_click
        
        .. image:: https://readthedocs.org/projects/double-click/badge/?version=latest
                :target: https://double-click.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        .. image:: https://circleci.com/gh/AnOtterGithubUser/double_click.svg?style=shield
                :target: https://circleci.com/gh/AnOtterGithubUser/double_click
        
        
        
        
        Extend click functionnalities by allowing parameters to be passed in a config file
        
        
        * Free software: BSD license
        * Documentation: https://double-click.readthedocs.io.
        
        
        Features
        --------
        
        * New 'command_with_config' decorator
        * Check types in config including click types (like Path)
        * Overwrite config values with default parameter in click.option
        * Seamless integration with click
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        0.1.0 (2020-06-23)
        ------------------
        
        * First release on PyPI.
        
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 :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
