{ "info": { "author": "Rick Lupton", "author_email": "mail@ricklupton.name", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6" ], "description": "# sankeydata\n\nThis repo is part of the [floWeaver\nproject](https://github.com/ricklupton/floweaver), aiming to define a common\ndata format for storing and exchanging Sankey diagram data. It aims to cover\nboth the logical structure (without exact coordinates and geometry) and the\ndetailed layout of a diagram.\n\nThere are two parts to this repo:\n\n1. A [JSON schema document](./src/json-sankey-schema.json), formally describing\n the file format.\n\n2. A Python package `sankeydata` providing Python data structures and\n serialisation to the JSON format.\n\n## Contributing\n\nContributions are welcome: we want to make sure this format is useful to a range\nof users and compatible with different tools. For now, see the roadmap and\ncontribution guide in the [floWeaver\nrepository](https://github.com/ricklupton/floweaver).\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ricklupton/sankeydata", "keywords": "Sankey diagram flow data format JSON", "license": "", "maintainer": "", "maintainer_email": "", "name": "sankeydata", "package_url": "https://pypi.org/project/sankeydata/", "platform": "", "project_url": "https://pypi.org/project/sankeydata/", "project_urls": { "Homepage": "https://github.com/ricklupton/sankeydata" }, "release_url": "https://pypi.org/project/sankeydata/0.1.dev0/", "requires_dist": [ "attrs", "pytest; extra == 'test'" ], "requires_python": "", "summary": "Data structure for Sankey diagrams.", "version": "0.1.dev0" }, "last_serial": 3854220, "releases": { "0.1.dev0": [ { "comment_text": "", "digests": { "md5": "dd559a70479643af656a6df641d86854", "sha256": "af52b742db2c93c8b5794e3ebc9faa31c5497810ab6566e46bda68cfa7c5ba7a" }, "downloads": -1, "filename": "sankeydata-0.1.dev0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "dd559a70479643af656a6df641d86854", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4654, "upload_time": "2018-05-11T13:56:54", "url": "https://files.pythonhosted.org/packages/90/22/3f81555f18bb5c2a62dd2162f0355d81ed04f31a854a085273f38d5530df/sankeydata-0.1.dev0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b33ece1ebb103bd3b6202fc770771836", "sha256": "8fad0954d510c73c7af52d050d10a2db547d1491201a64865765a57cd1ebfbe5" }, "downloads": -1, "filename": "sankeydata-0.1.dev0.tar.gz", "has_sig": false, "md5_digest": "b33ece1ebb103bd3b6202fc770771836", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4638, "upload_time": "2018-05-11T13:56:55", "url": "https://files.pythonhosted.org/packages/aa/9e/98357dceb61d9d8031244ea8f01ca0d216a9fa4d71ad5f1c3bcc9d5d5f46/sankeydata-0.1.dev0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "dd559a70479643af656a6df641d86854", "sha256": "af52b742db2c93c8b5794e3ebc9faa31c5497810ab6566e46bda68cfa7c5ba7a" }, "downloads": -1, "filename": "sankeydata-0.1.dev0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "dd559a70479643af656a6df641d86854", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4654, "upload_time": "2018-05-11T13:56:54", "url": "https://files.pythonhosted.org/packages/90/22/3f81555f18bb5c2a62dd2162f0355d81ed04f31a854a085273f38d5530df/sankeydata-0.1.dev0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b33ece1ebb103bd3b6202fc770771836", "sha256": "8fad0954d510c73c7af52d050d10a2db547d1491201a64865765a57cd1ebfbe5" }, "downloads": -1, "filename": "sankeydata-0.1.dev0.tar.gz", "has_sig": false, "md5_digest": "b33ece1ebb103bd3b6202fc770771836", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4638, "upload_time": "2018-05-11T13:56:55", "url": "https://files.pythonhosted.org/packages/aa/9e/98357dceb61d9d8031244ea8f01ca0d216a9fa4d71ad5f1c3bcc9d5d5f46/sankeydata-0.1.dev0.tar.gz" } ] }