Metadata-Version: 2.1
Name: clickable
Version: 0.3.0
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
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
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: Click (==7.0)
Requires-Dist: blessings (==1.7)
Requires-Dist: coloredlogs (==10.0)
Requires-Dist: ruamel.yaml (==0.15.89)
Requires-Dist: six (==1.12.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
--------

Clickable allows to easily write python and shell-based tools for your projects.

Clickable is based on the following building-blocks:

* a bootstrap.py standalone script that installs a conda based python environment,
  that allows to initialize an isolated python environment.
  (https://github.com/lalmeras/clickable_bootstrap)

* a bootstrap.py's post-install callback that uses poetry to install:

  * your project-related command(s)
  * by python dependencies mechanism, clickable and any optional dependencies

* clickable python library, that provides a clickables.py/clickables.yml file
  loading mechanism

* clickable extensions that provide helpers for writing sphinx, ansible, ...
  commands

Clickable is heavily based on Python, Conda, Poetry and Click projects.


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.3.0 (2018-12)
---------------

* remove clickable.bootstrap module
* clickable.click use 'main' as default function when searching
  an entry-point in clickables.py
* tasks.py renamed to clickables.yml
* added an helper to load base configuration from clickables.yml
  (clickables.utils.load_config)
* python3 support


0.2.0 (2018-12-26)
------------------

(delayed release, used from @dev branch for 6 months)

* added clickable.bootstrap
* added helpers for sphinx commands
* added workaround for selinux and virtualenv

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


