Metadata-Version: 2.1
Name: lefthook
Version: 0.1.1
Summary: Lefthook installer
Home-Page: https://gitlab.com/life4/lefthook
Project-URL: Lefthook, https://github.com/Arkweid/lefthook
Author: Gram (@orsinium)
Author-email: master_fess@mail.ru
Requires-Python: >=3.5


Lefthook
========

Wrapper for `lefthook <https://github.com/Arkweid/lefthook>`_ to make it installable in the Python ecosystem. Add it into your project dependencies if you want to use lefthook in your Python project.

Installation
------------

.. code-block:: bash

   python3 -m pip install --user lefthook

Usage
-----

You can use this module as proxy for original lefthook. It can be installed on the first execution.

.. code-block:: bash

   python3 -m lefthook --help

This command will install the latest lefthook release and call ``lefthook --help``. Now, you can use lefthook directly:

.. code-block:: bash

   lefthook --help
