Skip to main content

Euler's diagrams are non-empty Venn's diagrams

Project description

a night owl

image image Documentation Status Updates

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


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)

Uploaded Source

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

Hashes for eule-0.1.4.tar.gz
Algorithm Hash digest
SHA256 ca698f7dd3bd550ed037ed716ff57ad5c93af471bdff60244ea281388a114859
MD5 f378f490d8de0617eb5611b211423d22
BLAKE2b-256 5f270cdfc5a78aedfabb406a370c0ed6b04b4c6c596428aaac15ad5f4cbc1c02

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