verlauf


Nameverlauf JSON
Version 1.0.2 PyPI version JSON
download
home_pagehttps://gitlab.com/ceda_ei/verlauf.git
SummaryVerlauf - The Terminal Color Gradient Generator
upload_time2023-01-01 14:19:37
maintainer
docs_urlNone
authorCeda EI
requires_python>=3.8,<4.0
licenseGPL-3.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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


            

Raw data

            {
    "_id": null,
    "home_page": "https://gitlab.com/ceda_ei/verlauf.git",
    "name": "verlauf",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Ceda EI",
    "author_email": "ceda_ei@webionite.com",
    "download_url": "https://files.pythonhosted.org/packages/0d/47/ad8406a6c090e8a80f07eb0057ea0e8810d82023bccf10a62248d0652301/verlauf-1.0.2.tar.gz",
    "platform": null,
    "description": "Verlauf - The Terminal Color Gradient Generator\n===============================================\n\n.. image:: ./screenshot/screen.jpg\n\nInstallation\n------------\n\nTo install ``verlauf``, simply run\n\n::\n\n    pip install verlauf\n\nUsage\n-----\n\n::\n\n    verlauf [start] [end] [steps]\n\n\nExamples\n--------\n\n::\n\n    $ verlauf --help\n    Usage: gradients.py [OPTIONS] START END [STEPS]\n\n      Generates a gradient from START to END STEPS long (ends inclusive)\n\n    Options:\n      --help  Show this message and exit.\n    $ verlauf f00 00f           # This produces 5 colors between #ff0000 and #0000ff\n    $ verlauf '#0abc0d' abcdef  # '#' in color names are optional\n    $ verlauf 0abc0d abcdef 7   # This will produce 7 colors in between\n\n",
    "bugtrack_url": null,
    "license": "GPL-3.0",
    "summary": "Verlauf - The Terminal Color Gradient Generator",
    "version": "1.0.2",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "c74028ad8969faace5dc3cb44094bda3",
                "sha256": "a9ddd28caa57e2dad0a39727b02fc77300060d2594c648d1519c1e50f0098f71"
            },
            "downloads": -1,
            "filename": "verlauf-1.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c74028ad8969faace5dc3cb44094bda3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<4.0",
            "size": 16513,
            "upload_time": "2023-01-01T14:19:36",
            "upload_time_iso_8601": "2023-01-01T14:19:36.130333Z",
            "url": "https://files.pythonhosted.org/packages/79/aa/ea729b3c0d3241b7f25ab31ba0642323e347549d44c3b4529196642e9bec/verlauf-1.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "a7446e7a7d90984706bdf016492d68ba",
                "sha256": "92986244ee87c1723b7d65df920fb813153a4c9283c33568912f0c7f8f53396b"
            },
            "downloads": -1,
            "filename": "verlauf-1.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "a7446e7a7d90984706bdf016492d68ba",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<4.0",
            "size": 15700,
            "upload_time": "2023-01-01T14:19:37",
            "upload_time_iso_8601": "2023-01-01T14:19:37.961099Z",
            "url": "https://files.pythonhosted.org/packages/0d/47/ad8406a6c090e8a80f07eb0057ea0e8810d82023bccf10a62248d0652301/verlauf-1.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-01 14:19:37",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "gitlab_user": "ceda_ei",
    "gitlab_project": "verlauf.git",
    "lcname": "verlauf"
}
        
Elapsed time: 0.05553s