vincent


Namevincent JSON
Version 0.4.4 PyPI version JSON
download
home_pagehttps://github.com/wrobstory/vincent
SummaryA Python to Vega translator
upload_time2014-05-06 17:44:12
maintainerNone
docs_urlNone
authorRob Story
requires_pythonNone
licenseMIT License
keywords data visualization
VCS
bugtrack_url
requirements pandas
Travis-CI
coveralls test coverage No coveralls.
            Vincent
=======

.. image:: http://farm9.staticflickr.com/8521/8644902478_0d1513db92_o.jpg
    :alt: Vincent

A Python to Vega translator
^^^^^^^^^^^^^^^^^^^^^^^^^^^

The folks at Trifacta are making it easy to build visualizations on top
of D3 with Vega. Vincent makes it easy to build Vega with Python.

Concept
-------

The data capabilities of Python. The visualization capabilities of
JavaScript.

Vincent takes Python data structures (tuples, lists, dicts, and Pandas
DataFrames) and translates them into
`Vega <https://github.com/trifacta/vega>`__ visualization grammar. It
allows for quick iteration of visualization designs via simple addition
and subtraction of grammar elements, and outputs the final visualization
to JSON.
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/wrobstory/vincent",
    "name": "vincent",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "data visualization",
    "author": "Rob Story",
    "author_email": "wrobstory@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/11/bf/a12ecaa21a2e376a16de67e09f64a38a4acd95e04e5dc35ad2f13a6f0bfd/vincent-0.4.4.tar.gz",
    "platform": "UNKNOWN",
    "description": "Vincent\n=======\n\n.. image:: http://farm9.staticflickr.com/8521/8644902478_0d1513db92_o.jpg\n    :alt: Vincent\n\nA Python to Vega translator\n^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\nThe folks at Trifacta are making it easy to build visualizations on top\nof D3 with Vega. Vincent makes it easy to build Vega with Python.\n\nConcept\n-------\n\nThe data capabilities of Python. The visualization capabilities of\nJavaScript.\n\nVincent takes Python data structures (tuples, lists, dicts, and Pandas\nDataFrames) and translates them into\n`Vega <https://github.com/trifacta/vega>`__ visualization grammar. It\nallows for quick iteration of visualization designs via simple addition\nand subtraction of grammar elements, and outputs the final visualization\nto JSON.",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "A Python to Vega translator",
    "version": "0.4.4",
    "split_keywords": [
        "data",
        "visualization"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "65636863500dc8b1c5f9d32efdddd514",
                "sha256": "5765bcd360140d2304e52728ad1d4382f3f919ea259a13932828680f2d84fcd3"
            },
            "downloads": -1,
            "filename": "vincent-0.4.4.tar.gz",
            "has_sig": false,
            "md5_digest": "65636863500dc8b1c5f9d32efdddd514",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 29914,
            "upload_time": "2014-05-06T17:44:12",
            "upload_time_iso_8601": "2014-05-06T17:44:12.426127Z",
            "url": "https://files.pythonhosted.org/packages/11/bf/a12ecaa21a2e376a16de67e09f64a38a4acd95e04e5dc35ad2f13a6f0bfd/vincent-0.4.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2014-05-06 17:44:12",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "wrobstory",
    "github_project": "vincent",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "pandas",
            "specs": [
                [
                    "==",
                    "0.11.0"
                ]
            ]
        }
    ],
    "lcname": "vincent"
}
        
Elapsed time: 0.06540s