{ "info": { "author": "Rodrigo Garcia", "author_email": "rgarcia@inmegen.gob.mx", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Programming Language :: Python :: 2.7", "Topic :: Scientific/Engineering :: Visualization" ], "description": "pyvenny\n=======\n\nPlot four set venn diagrams, like venny (http://bioinfogp.cnb.csic.es/tools/venny/)\nbut using python sets:\n\nInstallation\n------------\n\nInstall library, perhaps within a virtualenv::\n\n $ pip install pyvenny\n\n\nCommand Line Interface\n----------------------\n\nA command line script is included, vennyplot::\n\n usage: vennyplot [-h] --output OUTPUT --sets SETS SETS SETS SETS\n [--labels LABELS LABELS LABELS LABELS]\n \n Generate a Venn diagram of four files taken as sets of lines.\n \n optional arguments:\n -h, --help show this help message and exit\n --output OUTPUT absolute path to output file\n --sets SETS SETS SETS SETS\n absolute paths to four files\n --labels LABELS LABELS LABELS LABELS\n four set labels\n \n \nAplication Programming Interface\n--------------------------------\n\nUse it within your Python code::\n\n >>> import pyvenny\n >>> with open('diagram.svg', 'w') as f:\n f.write( pyvenny.render_four_set_venn(\n set(['a','b','c','d']),\n set(['b','c','d','e']),\n set(['c','d','e','f']),\n set(['d','e','f','g']))", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/CSB-IG/pyvenny", "keywords": null, "license": "GPLv3", "maintainer": null, "maintainer_email": null, "name": "pyvenny", "package_url": "https://pypi.org/project/pyvenny/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pyvenny/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/CSB-IG/pyvenny" }, "release_url": "https://pypi.org/project/pyvenny/1.0/", "requires_dist": null, "requires_python": null, "summary": "Venn diagram plot of four sets, like venny.", "version": "1.0" }, "last_serial": 4170107, "releases": { "0.2rc": [ { "comment_text": "", "digests": { "md5": "e727bb648f89facba0d23a9436a9e5e4", "sha256": "776221786b93c75db6fb64c87f1c25ed59fb9dfbaf46c3f9f52c13ab914a78d4" }, "downloads": -1, "filename": "pyvenny-0.2rc.tar.gz", "has_sig": false, "md5_digest": "e727bb648f89facba0d23a9436a9e5e4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4792, "upload_time": "2014-04-24T00:48:47", "url": "https://files.pythonhosted.org/packages/d0/bf/c67c124c8bbb2620b6237fb713d7b8d0016ba9fce67713aa27985d1408c3/pyvenny-0.2rc.tar.gz" } ], "1.0": [ { "comment_text": "", "digests": { "md5": "8dcf586c088996c0a8d3d18e9e1eb0d5", "sha256": "0195f2b59639235da033192bcd346f523ac8fcd32192b0cfa8eeee500021e6c3" }, "downloads": -1, "filename": "pyvenny-1.0.tar.gz", "has_sig": false, "md5_digest": "8dcf586c088996c0a8d3d18e9e1eb0d5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5656, "upload_time": "2014-12-10T17:09:12", "url": "https://files.pythonhosted.org/packages/fe/21/93b8c767aa7fb79bbf9f1714153da6c6b168d66adda54226a00d2694e1a0/pyvenny-1.0.tar.gz" } ], "v0.1-alpha": [ { "comment_text": "", "digests": { "md5": "6b24d1b77dcd3149a77329c172034ab8", "sha256": "e50765ce2a1d63adc09791d2d68e255bd380f0a2ae558f51afff989776d59c64" }, "downloads": -1, "filename": "pyvenny-v0.1-alpha.tar.gz", "has_sig": false, "md5_digest": "6b24d1b77dcd3149a77329c172034ab8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4164, "upload_time": "2014-04-03T00:24:54", "url": "https://files.pythonhosted.org/packages/28/0c/467611deb09fc866a43678fde35b51628b37e8bca988cb2a45edf59d222f/pyvenny-v0.1-alpha.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8dcf586c088996c0a8d3d18e9e1eb0d5", "sha256": "0195f2b59639235da033192bcd346f523ac8fcd32192b0cfa8eeee500021e6c3" }, "downloads": -1, "filename": "pyvenny-1.0.tar.gz", "has_sig": false, "md5_digest": "8dcf586c088996c0a8d3d18e9e1eb0d5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5656, "upload_time": "2014-12-10T17:09:12", "url": "https://files.pythonhosted.org/packages/fe/21/93b8c767aa7fb79bbf9f1714153da6c6b168d66adda54226a00d2694e1a0/pyvenny-1.0.tar.gz" } ] }