Metadata-Version: 1.1
Name: clickable
Version: 0.1.1rc1
Summary: Helper scripts to write click applications development's environment
Home-page: https://github.com/lalmeras/clickable
Author: Laurent Almeras
Author-email: lalmeras@gmail.com
License: BSD license
Description-Content-Type: UNKNOWN
Description: ========================
        clickable helper scripts
        ========================
        
        
        .. image:: https://img.shields.io/pypi/v/clickable.svg
                :target: https://pypi.python.org/pypi/clickable
        
        .. image:: https://img.shields.io/travis/lalmeras/clickable.svg
                :target: https://travis-ci.org/lalmeras/clickable
        
        .. image:: https://readthedocs.org/projects/clickable/badge/?version=latest
                :target: https://clickable.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        .. image:: https://pyup.io/repos/github/lalmeras/clickable/shield.svg
             :target: https://pyup.io/repos/github/lalmeras/clickable/
             :alt: Updates
        
        
        Helper scripts to write click applications development's environment
        
        
        * Free software: BSD license
        * Documentation: https://clickable.readthedocs.io.
        
        
        Features
        --------
        
        * virtualenv
        * sphinx
        * folder synchronisation (ftp)
        
        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.1 (2018-02-10)
        ------------------
        
        * fix rsync ``options`` arg behavior
        
        
        0.1.0 (2018-02-10)
        ------------------
        
        * added rsync handler
        
        
        0.0.3 (2017-10-17)
        ------------------
        
        * correctly handle clear_env in sphinx:sphinx_script
        * update cryptography, tox, sphinx, wheel
        
        
        0.0.1 (2017-09-10)
        ------------------
        
        * First release on PyPI.
        
        
        0.0.2.dev4 (2017-09-10)
        -----------------------
        
        * Fixed ignored excludes in lftp_sync
        
Keywords: clickable
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.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
