Metadata-Version: 2.1
Name: klak
Version: 0.3.2
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
.. _Bash completions: https://klak.readthedocs.io/en/latest/usage.html#enable-bash-completions
.. _Python 3 Subprocess Docs: https://docs.python.org/3/library/subprocess.html
.. _Replacing Bash With Python: https://github.com/ninjaaron/replacing-bash-scripting-with-python#replacing-sed-grep-awk-etc-python-regex
.. _Delegator - Subprocess for Humans: https://github.com/kennethreitz/delegator.py


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

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

Support
-------

* Python 3.6.x
* Python 3.5.x

Documentation
--------------
* See the full `Documentation`_

About
-----

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

**Click n' Klak**!

`klak` is a minimal-wrapper around `Click`_ to enhance the simplicity of a project `Makefile` with Python.

Features
========

* Ship with `Click`_ setup with the recommended `Click Setuptools Integration`_.
* Provide a global CLI interface, `klak`.
* Auto-load a `Clickfile` in the current working directory.
* Easily append commands to the available `cli.root` group, `klak` (through `Click`_).
* Easily append nested groups and commands as well (through `Click`_).
* Easily provide `Bash completions`_ (through `Click`_).

License
--------

MIT License

Credits
-------

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




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

0.3.1 (2018-09-23)
------------------
* Fix version formatting causing PyPi upload to fail

0.3.0 (2018-09-22)
------------------
* Removed klak.utils.run
* Removed klak.utils.shell
* Refactored to use Python Black formatting
* Updated docs


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.


