Metadata-Version: 2.1
Name: verlauf
Version: 1.0.1
Summary: Verlauf - The Terminal Color Gradient Generator
Home-page: https://gitlab.com/ceda_ei/verlauf.git
License: GPL-3.0
Author: Ceda EI
Author-email: ceda_ei@webionite.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: click (>=8.0.1,<9.0.0)
Project-URL: Repository, https://gitlab.com/ceda_ei/verlauf.git
Description-Content-Type: text/x-rst

Verlauf - The Terminal Color Gradient Generator
===============================================

.. image:: ./screenshot/screen.jpg

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

To install ``verlauf``, simply run

::

    pip install verlauf

Usage
-----

::

    verlauf [start] [end] [steps]


Examples
--------

::

    $ verlauf --help
    Usage: gradients.py [OPTIONS] START END [STEPS]

      Generates a gradient from START to END STEPS long (ends inclusive)

    Options:
      --help  Show this message and exit.
    $ verlauf f00 00f           # This produces 5 colors between #ff0000 and #0000ff
    $ verlauf '#0abc0d' abcdef  # '#' in color names are optional
    $ verlauf 0abc0d abcdef 7   # This will produce 7 colors in between


