Euler's diagrams are non-empty Venn's diagrams
Project description
Euler's diagrams are non-empty Venn's diagrams. For further information, read the documentation: https://eule.readthedocs.io.
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.5.tar.gz
(62.7 kB
view details)
Built Distribution
File details
Details for the file eule-0.1.5.tar.gz
.
File metadata
- Download URL: eule-0.1.5.tar.gz
- Upload date:
- Size: 62.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5ed952065ee94f789eae59229e894bf3222b59f331185a50c3fddb45bca150e9 |
|
MD5 | e135a25cbaf8fb3da98131e12c852532 |
|
BLAKE2b-256 | 1bd93ff1e61f6cf8a23392ea31b5f98651c161b548e161d4c0c418e81b1cc1c4 |
File details
Details for the file eule-0.1.5-py2.py3-none-any.whl
.
File metadata
- Download URL: eule-0.1.5-py2.py3-none-any.whl
- Upload date:
- Size: 5.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 784de8f3dc5406490a4914bacb5c1f8e90f572a073b01f5f359a1a1338251885 |
|
MD5 | 9d28747e7153d28bfff6440b34fbeaec |
|
BLAKE2b-256 | ec9b51e91f07a088a573d72f95b4fb019aa9763c8cff99b812fdf5ee737c2d24 |