Metadata-Version: 2.1
Name: klak
Version: 0.2.4
Summary: 'Clack' [klak]: A sharp sound or series of sounds.
Home-page: https://github.com/aubricus/klak
Author: Aubrey Taylor
Author-email: aubricus@gmail.com
License: MIT License
Keywords: klak
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: Click (>=6.0)
Requires-Dist: path.py (>=11.0)

.. _Python: http://www.python.org/
.. _Click: http://click.pocoo.org/6/
.. _Click Setuptools Integration: http://click.pocoo.org/6/setuptools/
.. _Documentation: https://klak.readthedocs.io
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage

=====
Klak
=====

.. image:: https://img.shields.io/pypi/v/klak.svg
        :target: https://pypi.python.org/pypi/klak

.. image:: https://img.shields.io/travis/aubricus/klak.svg
        :target: https://travis-ci.org/aubricus/klak

.. image:: https://readthedocs.org/projects/klak/badge/?version=latest
        :target: https://klak.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://pyup.io/repos/github/aubricus/klak/shield.svg
     :target: https://pyup.io/repos/github/aubricus/klak/
     :alt: Updates

---------------------------------------

*"Clak [klak]: A sharp sound or series of sounds."*

**Click n' Klak**!

`klak` is a micro-wrapper around `Click`_ that combines the ease of a *simple Makefile* and the power of `Python`_ and `Click`_!


Support
-------

* Python 3.6.x
* Python 3.5.x

License
--------

Free software: GNU General Public License v3

Documentation
--------------
* See the main `Documentation`_

Features
--------

* Auto-load a `Clickfile` in the current working directory.
* Easily append commands to an available `cli.root` group.
* Easily append nested groups and commands as well.
* Ships with `Click`_ automatically setup with the recommended `Click Setuptools Integration`_.
* Bash completions available!

Credits
-------

* This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.




=======
History
=======


0.2.4 (2018-09-22)
------------------

* Fix pylint errors in setup.py
* Fix license in setup.py
* Fix klak spelling in CONTRIBUTING.md
* Update pytest from 3.5.0 to 3.8.1
* Update sphinx from 1.7.2 to 1.8.1
* Update tox from 2.9.1 to 3.4.0
* Update mypy from 0.580 to 0.630
* Update autopep8 from 1.3.5 to 1.4
* Update watchdog from 0.8.3 to 0.9.0
* Update pylint from 1.8.3 to 2.1.1
* Update pip from 9.0.3 to 18.0
* Update wheel from 0.30.0 to 0.31.1
* Update README.rst


0.2.3 (2018-03-30)
------------------

* Convert LICENSE to MIT
* Update autopep8 from 1.3.4 to 1.3.5

0.2.2 (2018-03-26)
------------------

* Make `utils.shell` a little nicer to use

0.2.1 (2018-03-26)
------------------

* Fix missing `path.py` dependency
* Update mypy from 0.570 to 0.580
* Update pytest from 3.4.2 to 3.5.0

0.2.0 (2018-03-22)
------------------

* Add `Clickfile` loading
* Add `utils.run`, `utils.shell`
* Update docs

0.1.0 (2018-03-21)
------------------

* First release on PyPI.


