Euler diagrams in python
Project description
Euler's diagrams are non-empty Venn's diagrams. For further information about:
- the library: on URL https://eule.readthedocs.io;
- Euler diagrams: on wikipedia article https://en.wikipedia.org/wiki/Euler_diagram
Motivation
How to install
We run the command on desired installation environment:
pip install eule
Minimal example
We run command python example.py
on the folder with file example.py
and following content:
#!/usr/bin/env python
import eule
set = {
'a': [1, 2, 3],
'b': [2, 3, 4],
'c': [3, 4, 5],
'd': [3, 5, 6]
}
diagram = eule.spread_euler(set)
# Euler dictionary: {'a,b': [2], 'b,c': [4], 'a,b,c,d': [3], 'c,d': [5], 'd': [6], 'a': [1]}
print(diagram)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
eule-0.2.9.tar.gz
(5.0 kB
view details)
Built Distribution
eule-0.2.9-py3-none-any.whl
(5.1 kB
view details)
File details
Details for the file eule-0.2.9.tar.gz
.
File metadata
- Download URL: eule-0.2.9.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.1 CPython/3.8.10 Linux/5.15.0-58-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ec191403b842d48cb79b9a89d1600a405f1ed0cc6a4c2aab04de95655e493c53 |
|
MD5 | d386fb73f7ec7b8b9c1ff60f29eba9fe |
|
BLAKE2b-256 | 88bed3ba75c24357dc568a656036d760bc82f5251cf3e4246aa8a973f05a7981 |
File details
Details for the file eule-0.2.9-py3-none-any.whl
.
File metadata
- Download URL: eule-0.2.9-py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.1 CPython/3.8.10 Linux/5.15.0-58-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dc2dc0ea727197973196178256dbb8f5962bcf0d124827587e9fb7215685602c |
|
MD5 | e0d6d55a61f9cf2a6d69174facc0c68f |
|
BLAKE2b-256 | d34f39c302a9124044b618fa0bd25c627920d51f2671a127acac0cfaed2860b2 |