Metadata-Version: 2.0
Name: clickable
Version: 0.0.3
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
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
Requires-Dist: Click (<7.0,>=6.0)
Requires-Dist: blessings (==1.6)
Requires-Dist: coloredlogs (==7.3)
Requires-Dist: ruamel.yaml (==0.15.33)
Requires-Dist: six (==1.10.0)

========================
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.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


