Euler's diagrams are non-empty Venn's diagrams
Project description
Euler's diagrams are non-empty Venn's diagrams. For further information about:
- the library: read the documentation on URL https://eule.readthedocs.io;
- Euler diagrams: read the wikipedia article https://en.wikipedia.org/wiki/Euler_diagram
Have fun!
How to install
We run the command on desired installation environment:
pip install eule
Features
We run a file with extension *.py
with following content:
#!/usr/bin/env python
from eule import spread_euler
diagram = spread_euler(
{
'a': [1, 2, 3],
'b': [2, 3, 4],
'c': [3, 4, 5],
'd': [3, 5, 6]
})
# Euler dictionary: {'a,b': [2], 'b,c': [4], 'a,b,c,d': [3], 'c,d': [5], 'd': [6], 'a': [1]}
print(diagram)
License
- Free software: MIT license
Credits
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.
History
0.1.0 (2022-10-30)
- First release on PyPI.
0.1.4 (2022-10-31)
- Render PyPI repository with Markdown.
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.1.8.tar.gz
(149.7 kB
view details)
Built Distribution
File details
Details for the file eule-0.1.8.tar.gz
.
File metadata
- Download URL: eule-0.1.8.tar.gz
- Upload date:
- Size: 149.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.8.3 requests/2.28.1 setuptools/65.5.0 requests-toolbelt/0.10.1 tqdm/4.64.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e989aa2ae9f9c57c5d83282aa140ef00c64b4fd6db3872624174f44639930045 |
|
MD5 | dbc30e126b0c033b1e22f63c23ef8337 |
|
BLAKE2b-256 | 7d85f40d045612d732b8b97b61efc7c90dd21a113a4318f12123d0e76942dfa6 |
File details
Details for the file eule-0.1.8-py2.py3-none-any.whl
.
File metadata
- Download URL: eule-0.1.8-py2.py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.8.3 requests/2.28.1 setuptools/65.5.0 requests-toolbelt/0.10.1 tqdm/4.64.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 052eabc9aaf8ccb1be31a4fd2675a80b44d6108a07ad3cad89d25f96cbadf87f |
|
MD5 | 1d5c8c120bcb6b408d396dc7a4948a6a |
|
BLAKE2b-256 | b7df0b6930cb298ca029d9fe24a5c99a56bff817b6f9f38830bd75eb4a13533b |