Skip to main content

Euler diagrams in python

Project description

a night owl

Version python downloads Binder

codecov Documentation Status Lint workflow

Euler's diagrams are non-empty Venn's diagrams. For further information about:

  1. the library: on URL https://eule.readthedocs.io;
  2. 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


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.8.tar.gz (5.0 kB view details)

Uploaded Source

Built Distribution

eule-0.2.8-py3-none-any.whl (5.1 kB view details)

Uploaded Python 3

File details

Details for the file eule-0.2.8.tar.gz.

File metadata

  • Download URL: eule-0.2.8.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

Hashes for eule-0.2.8.tar.gz
Algorithm Hash digest
SHA256 04d25e16f09980f1500ae8f2e7b576eeab372f7dda7d4cd88bfdc5ea9c095e17
MD5 ce7b03c160c04faba5fd7378e7dfe725
BLAKE2b-256 a56749c697a44340514117c35a3c0678db63c544bdb61f17b14238c327c32206

See more details on using hashes here.

File details

Details for the file eule-0.2.8-py3-none-any.whl.

File metadata

  • Download URL: eule-0.2.8-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

Hashes for eule-0.2.8-py3-none-any.whl
Algorithm Hash digest
SHA256 35d704a574470e4703810b36df240a12d3dacfb8496844f6d5e0fa7d75c29142
MD5 0250f1a6ddc710777697ce0dc1b4f557
BLAKE2b-256 031dd77f27b919087620d25a6051d3da993c23f1ad5bb484111535d74a61a53a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page