Pre-release
This release is a pre-release and may not be stable for production use.
Plot four set venn diagrams, like venny (http://bioinfogp.cnb.csic.es/tools/venny/) but using python sets:
I just drew the damn thing using inkscape and then used that as a jinja template. Set algebra I just did by hand.
To use:
>>> import pyvenny
>>> with open('diagram.svg', 'w') as f:
f.write( pyvenny.render_four_set_venn(
set(['a','b','c','d']),
set(['b','c','d','e']),
set(['c','d','e','f']),
set(['d','e','f','g']))
Release files for pyvenny v0.1-alpha
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pyvenny-v0.1-alpha.tar.gz | 4.2 kB | Details |
Release files / pyvenny-v0.1-alpha.tar.gz
| Download URL | pyvenny-v0.1-alpha.tar.gz |
|---|---|
| Size | 4.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e50765ce2a1d63adc09791d2d68e255bd380f0a2ae558f51afff989776d59c64
|
|
BLAKE2b-256 checksum How to use checksums |
280c467611deb09fc866a43678fde35b51628b37e8bca988cb2a45edf59d222f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |