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.4.tar.gz
(62.5 kB
view details)
File details
Details for the file eule-0.1.4.tar.gz
.
File metadata
- Download URL: eule-0.1.4.tar.gz
- Upload date:
- Size: 62.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ca698f7dd3bd550ed037ed716ff57ad5c93af471bdff60244ea281388a114859 |
|
MD5 | f378f490d8de0617eb5611b211423d22 |
|
BLAKE2b-256 | 5f270cdfc5a78aedfabb406a370c0ed6b04b4c6c596428aaac15ad5f4cbc1c02 |