blindspin


Nameblindspin JSON
Version 2.0.1 PyPI version JSON
download
home_pagehttps://github.com/kennethreitz/blindspin
SummaryBraille Spinner for Click
upload_time2017-02-08 20:33:56
maintainer
docs_urlNone
authorKennethreitz
requires_python
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            BlindSpin: Braille Spinner for Python
=====================================

Sometimes you would just like to show the user some progress,
but a progress bar is not suitable because you don’t know how much longer it would take.
In these cases you might want to display a simple spinner using the `spinner()` function.

Example usage::

    with blindspin.spinner():
        do_something()
        do_something_else()


It looks like this:

.. image:: http://media.kennethreitz.com.s3.amazonaws.com/spinner.gif

Spinner class based on on a [gist by @cevaris](https://gist.github.com/cevaris/79700649f0543584009e).


Install
-------

::

    $ pip install blindspin


Supports Python 2.6, 2.7, and 3.

Based on the work of:
---------------------

- Yoav Ram (@yoavram)
- Andreas Maier (@andy-maier)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/kennethreitz/blindspin",
    "name": "blindspin",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Kennethreitz",
    "author_email": "me@kennethreitz.org",
    "download_url": "https://files.pythonhosted.org/packages/bd/e7/eb0db2558be572efc431a24b8561b0efdac16da73edfc83a2efee8cfeb1c/blindspin-2.0.1.tar.gz",
    "platform": "",
    "description": "BlindSpin: Braille Spinner for Python\n=====================================\n\nSometimes you would just like to show the user some progress,\nbut a progress bar is not suitable because you don\u2019t know how much longer it would take.\nIn these cases you might want to display a simple spinner using the `spinner()` function.\n\nExample usage::\n\n    with blindspin.spinner():\n        do_something()\n        do_something_else()\n\n\nIt looks like this:\n\n.. image:: http://media.kennethreitz.com.s3.amazonaws.com/spinner.gif\n\nSpinner class based on on a [gist by @cevaris](https://gist.github.com/cevaris/79700649f0543584009e).\n\n\nInstall\n-------\n\n::\n\n    $ pip install blindspin\n\n\nSupports Python 2.6, 2.7, and 3.\n\nBased on the work of:\n---------------------\n\n- Yoav Ram (@yoavram)\n- Andreas Maier (@andy-maier)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Braille Spinner for Click",
    "version": "2.0.1",
    "project_urls": {
        "Homepage": "https://github.com/kennethreitz/blindspin"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "da3369ca9d1305dfe7e57af67bf2e21914f7252cb2b717f5c6b85b69cc35bc04",
                "md5": "157c650ad227e4c6f3079bd1410e1f36",
                "sha256": "31c4e93d4ae2ef6765e3c42460456814c17addd5add8298dced21fe9dc50f496"
            },
            "downloads": -1,
            "filename": "blindspin-2.0.1-py2-none-any.whl",
            "has_sig": false,
            "md5_digest": "157c650ad227e4c6f3079bd1410e1f36",
            "packagetype": "bdist_wheel",
            "python_version": "2.7",
            "requires_python": null,
            "size": 3633,
            "upload_time": "2017-02-08T20:33:57",
            "upload_time_iso_8601": "2017-02-08T20:33:57.031319Z",
            "url": "https://files.pythonhosted.org/packages/da/33/69ca9d1305dfe7e57af67bf2e21914f7252cb2b717f5c6b85b69cc35bc04/blindspin-2.0.1-py2-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bde7eb0db2558be572efc431a24b8561b0efdac16da73edfc83a2efee8cfeb1c",
                "md5": "fa962e92fe43ad52306ae44ad436a13a",
                "sha256": "b30ef7a26ef1637c1d047667b279e8c15dc2a78fcfaad6b3027d7217e752bdba"
            },
            "downloads": -1,
            "filename": "blindspin-2.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "fa962e92fe43ad52306ae44ad436a13a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2246,
            "upload_time": "2017-02-08T20:33:56",
            "upload_time_iso_8601": "2017-02-08T20:33:56.097499Z",
            "url": "https://files.pythonhosted.org/packages/bd/e7/eb0db2558be572efc431a24b8561b0efdac16da73edfc83a2efee8cfeb1c/blindspin-2.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2017-02-08 20:33:56",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "kennethreitz",
    "github_project": "blindspin",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "lcname": "blindspin"
}
        
Elapsed time: 0.46800s