Metadata-Version: 2.2
Name: ghlint
Version: 0.2.7
Summary: Linting utility for GitHub
Home-page: https://github.com/martinbuberl/ghlint
Author: Martin Buberl
Author-email: hello@martinbuberl.com
License: MIT
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: summary

ghlint
======

|build| |pypi|

Linting utility for GitHub.

Getting Started
---------------

Set the environment variables ``GITHUB_USERNAME`` and ``GITHUB_PASSWORD`` to your GitHub credentials. Alternatively, configure your username and `access token <https://github.com/settings/tokens>`_ in the ``[SETTINGS]`` section of the ``.ghlintrc`` file:

.. code-block::

    [SETTINGS]

    # GitHub username
    username=YOUR_USERNAME

    # GitHub password or personal access token
    password=YOUR_PASSWORD

Run
---

.. code-block:: sh

    pip install -r requirements.txt
    python ghlint

or

.. code-block:: sh

    pip install .
    ghlint

Tooling
-------

Using `pyenv <https://github.com/pyenv/pyenv>`_ to switch between multiple versions of Python:

.. code-block:: sh

    pyenv versions
    pyenv global 3.6.1


.. |build| image:: https://img.shields.io/travis/martinbuberl/ghlint/master.svg
    :target: https://travis-ci.org/martinbuberl/ghlint

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


Issues
------

Currently installs `.ghlint` into `cd /Users/martinbuberl/.pyenv/versions/3.6.1/ghlint`
