Skip to main content

A library for synthesizing and manipulating quantum circuits

Project description

/!\ (Warning) If you have used tweedledum before: the master branch history is broken.
/!\ The new master branch is a completely rewrite of the library. The old version can be found
/!\ on **alpha** branch. (Sorry for the inconvenience!!---but it is for a great cause)

tweedledum is a library for synthesis, compilation, and optimization of quantum circuits. The library is written to be scalable up to problem sizes in which quantum circuits outperform classical ones. Also, it is meant to be used both independently and alongside established tools.

Its design is guided by three mantras:

  • Gotta run fast: execution-time performance is a priority.

  • Your compiler, your rules. You know better. At least, Tweedledum hopes so! The library provides a standard set of operators that can be easily extended (thanks to some type-erasure black magic). However, the library will leave your operators completely alone if you don't write passes that specifically manipulate them. Furthermore, Tweedledum will rarely take any decision in your behalf, i.e., it does not provide generic methods to optimize or synthesize circuits, you need to specifically call the algorithms you want.

  • Opinionated, but not stubborn. Many passes and synthesis algorithms have many configuration parameters. Tweedledum comes with reasonable defaults and curated opinions of what value such parameters should take. But in the end, it all up to you.

Corollary: Because of it's flexibility, Tweedledum is capable of accepting gates/operators that are defined as python classes. Indeed, any pythonic framework can use the library as a circuit manager. Meaning that the library can be used to slowly transition the core and performance sensitive parts of a pythonic framework to C++, while maintaining the capability of users to develop passes in python.

Installation

Tweedledum has two python packages that can be installed using pip. For both, you will at least Python 3.6. The tweedledum package contains the latest stable release. You can install it from PyPi using:

  • Latest stable release (Linux/Mac/Windows)
pip install tweedledum

For the developers, users or researchers who are comfortable living on the absolute bleeding edge, tweedledum-dev contains that latest developments merged into the master branch.

  • Latest (Linux/Mac/Windows)
pip install tweedledum-dev

Warning: The two packages cannot be installed together.

Used third-party tools

The library it is built, tested, bind to python, and whatnot using many third-party tools and services. Thanks a lot!

  • abc - ABC: System for Sequential Logic Synthesis and Formal Verification
  • bill - C++ header-only reasoning library
  • Catch2 test framework for unit-tests, TDD and BDD
  • CMake for build automation
  • Eigen template library for linear algebra
  • {fmt} - A modern formatting library
  • kitty - truth table library
  • lorina - C++ parsing library for simple formats used in logic synthesis and formal verification
  • mockturtle - C++ logic network library
  • nlohmann/json - JSON for Modern C++
  • parallel_hashmap - A family of header-only, very fast and memory-friendly hashmap and btree containers.
  • percy - C++ header-only exact synthesis library
  • pybind11 - Seamless operability between C++11 and Python
  • rang - A Minimal, Header only Modern c++ library for terminal goodies

License

This software is licensed under the MIT licence (see LICENSE).

EPFL logic synthesis libraries

tweedledum is part of the EPFL logic synthesis libraries. The other libraries and several examples on how to use and integrate the libraries can be found in the logic synthesis tool showcase.

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

tweedledum-dev-1.1.0.dev202104201741.tar.gz (3.8 MB view details)

Uploaded Source

Built Distributions

tweedledum_dev-1.1.0.dev202104201741-cp39-cp39-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.9 Windows x86-64

tweedledum_dev-1.1.0.dev202104201741-cp39-cp39-win32.whl (989.0 kB view details)

Uploaded CPython 3.9 Windows x86

tweedledum_dev-1.1.0.dev202104201741-cp39-cp39-manylinux2010_x86_64.whl (899.0 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

tweedledum_dev-1.1.0.dev202104201741-cp39-cp39-manylinux2010_i686.whl (928.9 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

tweedledum_dev-1.1.0.dev202104201741-cp39-cp39-macosx_10_15_x86_64.whl (929.8 kB view details)

Uploaded CPython 3.9 macOS 10.15+ x86-64

tweedledum_dev-1.1.0.dev202104201741-cp39-cp39-macosx_10_9_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

tweedledum_dev-1.1.0.dev202104201741-cp38-cp38-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.8 Windows x86-64

tweedledum_dev-1.1.0.dev202104201741-cp38-cp38-win32.whl (988.9 kB view details)

Uploaded CPython 3.8 Windows x86

tweedledum_dev-1.1.0.dev202104201741-cp38-cp38-manylinux2010_x86_64.whl (898.1 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

tweedledum_dev-1.1.0.dev202104201741-cp38-cp38-manylinux2010_i686.whl (929.5 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

tweedledum_dev-1.1.0.dev202104201741-cp38-cp38-macosx_10_15_x86_64.whl (929.6 kB view details)

Uploaded CPython 3.8 macOS 10.15+ x86-64

tweedledum_dev-1.1.0.dev202104201741-cp38-cp38-macosx_10_9_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

tweedledum_dev-1.1.0.dev202104201741-cp37-cp37m-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.7m Windows x86-64

tweedledum_dev-1.1.0.dev202104201741-cp37-cp37m-win32.whl (984.0 kB view details)

Uploaded CPython 3.7m Windows x86

tweedledum_dev-1.1.0.dev202104201741-cp37-cp37m-manylinux2010_x86_64.whl (911.8 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ x86-64

tweedledum_dev-1.1.0.dev202104201741-cp37-cp37m-manylinux2010_i686.whl (946.0 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

tweedledum_dev-1.1.0.dev202104201741-cp37-cp37m-macosx_10_15_x86_64.whl (919.7 kB view details)

Uploaded CPython 3.7m macOS 10.15+ x86-64

tweedledum_dev-1.1.0.dev202104201741-cp37-cp37m-macosx_10_9_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

tweedledum_dev-1.1.0.dev202104201741-cp36-cp36m-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.6m Windows x86-64

tweedledum_dev-1.1.0.dev202104201741-cp36-cp36m-win32.whl (984.0 kB view details)

Uploaded CPython 3.6m Windows x86

tweedledum_dev-1.1.0.dev202104201741-cp36-cp36m-manylinux2010_x86_64.whl (911.7 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ x86-64

tweedledum_dev-1.1.0.dev202104201741-cp36-cp36m-manylinux2010_i686.whl (946.1 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

tweedledum_dev-1.1.0.dev202104201741-cp36-cp36m-macosx_10_15_x86_64.whl (919.6 kB view details)

Uploaded CPython 3.6m macOS 10.15+ x86-64

tweedledum_dev-1.1.0.dev202104201741-cp36-cp36m-macosx_10_9_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

Details for the file tweedledum-dev-1.1.0.dev202104201741.tar.gz.

File metadata

  • Download URL: tweedledum-dev-1.1.0.dev202104201741.tar.gz
  • Upload date:
  • Size: 3.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.9.4

File hashes

Hashes for tweedledum-dev-1.1.0.dev202104201741.tar.gz
Algorithm Hash digest
SHA256 a949be9cdb4fdaadc52114fad7f799b697e8d42c910cb6d3d42ec40628f57913
MD5 c292adb6bb132db453d23e1091dcfa11
BLAKE2b-256 51276c3f0e9909c4f03ae4a6a52bb239f96fdc6d4a9343fd0b48bc9409394ad8

See more details on using hashes here.

File details

Details for the file tweedledum_dev-1.1.0.dev202104201741-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: tweedledum_dev-1.1.0.dev202104201741-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.9.4

File hashes

Hashes for tweedledum_dev-1.1.0.dev202104201741-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 84a56b63aa4d79ffaa47bb4d0919d97f5d0f99cbb634ce6f534621a8737b7c0c
MD5 9e402fd7e9beaa7a617c21b1c81fd756
BLAKE2b-256 43c5bf57f78c28cbd221a948c6881eb82e3d308a4ae0b373f0df75b9b9a7629a

See more details on using hashes here.

File details

Details for the file tweedledum_dev-1.1.0.dev202104201741-cp39-cp39-win32.whl.

File metadata

  • Download URL: tweedledum_dev-1.1.0.dev202104201741-cp39-cp39-win32.whl
  • Upload date:
  • Size: 989.0 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.9.4

File hashes

Hashes for tweedledum_dev-1.1.0.dev202104201741-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 d3318356c1df1ddfda717c8da23d66f215b9ceb41e665881488145c5ab0d5175
MD5 410a378b9c184f3a345faa8258ffaa77
BLAKE2b-256 7bc11a422fc56d3362973dff599a3b202a4b679d18631674dcc721529d14791f

See more details on using hashes here.

File details

Details for the file tweedledum_dev-1.1.0.dev202104201741-cp39-cp39-manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202104201741-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 3dabdf9e6b40f4a1aa8d0e0c8062604cb63588cdc73de4e70fdda9709a268201
MD5 16c7c2e7f354f024d506d2b79c2ec814
BLAKE2b-256 628979bfd8e614561ff5c71f03103caae9a3b2317e527984753d08dcba5833a6

See more details on using hashes here.

File details

Details for the file tweedledum_dev-1.1.0.dev202104201741-cp39-cp39-manylinux2010_i686.whl.

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202104201741-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 81cbf2cfaad789df9127ead6576b76a910ba4c696229f91441c39c3fb39f0ede
MD5 d5c706184c94e23c0b594c08b75ee8ba
BLAKE2b-256 3b80a1cae6fefdcece87960f5ec96bfa08bb64d3d879f18336f1a15f62c5f259

See more details on using hashes here.

File details

Details for the file tweedledum_dev-1.1.0.dev202104201741-cp39-cp39-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202104201741-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 f5dfc288ce48994d53bc3d96b2088fcb77d6945f481ab509e698aa541534e983
MD5 b39c8a068cddbc15fed3b9b5bcaaafaa
BLAKE2b-256 6d6e43a40ac54980454d46446dc8fdf4d7f6d189fc1b32abdf97cde2f4478b9a

See more details on using hashes here.

File details

Details for the file tweedledum_dev-1.1.0.dev202104201741-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202104201741-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9e5f2c34f5b69ec9a5e9bc86fb94a1f06f2a1e562cb7e130259b25ef88fe6b9d
MD5 13efc336497e53ced52cd105f68f6748
BLAKE2b-256 4f303da1a72c6f76cfe43deb05eae4e7bfa1f568de08aa38205b0fbe47ee280f

See more details on using hashes here.

File details

Details for the file tweedledum_dev-1.1.0.dev202104201741-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: tweedledum_dev-1.1.0.dev202104201741-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.9.4

File hashes

Hashes for tweedledum_dev-1.1.0.dev202104201741-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 14bed04262a16d4f432eea910f09d134e1e656c2c15478aa33c3a3519dd0796d
MD5 109675f1eed6fa4d565c33974e2b6dc8
BLAKE2b-256 7dd238bc510461ffc72fd3ff8b438a0a8860164c2bcd82cd2797aa9204b16059

See more details on using hashes here.

File details

Details for the file tweedledum_dev-1.1.0.dev202104201741-cp38-cp38-win32.whl.

File metadata

  • Download URL: tweedledum_dev-1.1.0.dev202104201741-cp38-cp38-win32.whl
  • Upload date:
  • Size: 988.9 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.9.4

File hashes

Hashes for tweedledum_dev-1.1.0.dev202104201741-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 7480c5773b56fa99168c63d66a614eb0bcbeecec8a6985869776dbfc50ba1c83
MD5 913f1419db4dc83858c72f24aedfcc38
BLAKE2b-256 498a00ef4fe5f7067988c89e34f04718e41e44e919529ae9877910fe385c8a08

See more details on using hashes here.

File details

Details for the file tweedledum_dev-1.1.0.dev202104201741-cp38-cp38-manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202104201741-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 3e65121869c2718a13e8ca016cd1b24bd9c1cc31bb47ebbb1453da68adec5f60
MD5 fd5859a32429b7918dada7d1c4f8f23a
BLAKE2b-256 eeb9213ed7686a07d0997f8e05d509960c114439ab448fd06b289ba4723fc2b3

See more details on using hashes here.

File details

Details for the file tweedledum_dev-1.1.0.dev202104201741-cp38-cp38-manylinux2010_i686.whl.

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202104201741-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 2f4679a9e2547cbbddc3c6c5723163eb6c2efdb0379b6ed2c2332bc1030bb70b
MD5 49766418df26e83dcc39557551a4a4aa
BLAKE2b-256 808ce1e34a5e27d525a49ca9d958d640e9e8c058d84b52753168ce9476591eeb

See more details on using hashes here.

File details

Details for the file tweedledum_dev-1.1.0.dev202104201741-cp38-cp38-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202104201741-cp38-cp38-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 f1c43aec636036e8823c860a9864975bd9ee4575e0eea52621ba74ff1c63c8b9
MD5 85bcaaa32d6efaaffb2c6beda08593cf
BLAKE2b-256 c0c2ec367e26d2076ac8a21f78a94e60b5a7f4fef8b88810ddb76e3fa2b3dff1

See more details on using hashes here.

File details

Details for the file tweedledum_dev-1.1.0.dev202104201741-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202104201741-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 25d574bb3d26091f2be4606e3a6a3722f489318ee6e3fa9c55a8b03f81339768
MD5 8dd264aab834f58b105932cc3fd81653
BLAKE2b-256 189e329db5dcfea21b4057f31ed8e2f499d8d2ce8e0ebb46607a6b68cd9de191

See more details on using hashes here.

File details

Details for the file tweedledum_dev-1.1.0.dev202104201741-cp37-cp37m-win_amd64.whl.

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202104201741-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 f3b38788be959e6f2c633ecfc0a5c6c6849457ab7deb86cb3df05226b6c8914c
MD5 681bded1fe5eaae2b305107e6dcbe7b6
BLAKE2b-256 81d8c11c02c0817762c7a5d487919542a9bcc486b8ab07f6f3368785d3c96c80

See more details on using hashes here.

File details

Details for the file tweedledum_dev-1.1.0.dev202104201741-cp37-cp37m-win32.whl.

File metadata

  • Download URL: tweedledum_dev-1.1.0.dev202104201741-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 984.0 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.9.4

File hashes

Hashes for tweedledum_dev-1.1.0.dev202104201741-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 8797b693ffa7582e1e9ebbce9f80363341cf56abbeec18436ab209f154d8a4c9
MD5 abca3c8eecdf513f83db808650ed5bae
BLAKE2b-256 2db7d6b283a7b1153237f4d5c009b4727c7e4a8788ccb25de25d819063b66103

See more details on using hashes here.

File details

Details for the file tweedledum_dev-1.1.0.dev202104201741-cp37-cp37m-manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202104201741-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 395756806018b9feb19d6666ec928bd25878c26c5309d34f4cbe0f16b15bb29e
MD5 c4a498340123bf414796bd91a9452cf0
BLAKE2b-256 6a7fc88c019afaa8962fae60eb8efd85215d763e2201475c0bc339e884523e6f

See more details on using hashes here.

File details

Details for the file tweedledum_dev-1.1.0.dev202104201741-cp37-cp37m-manylinux2010_i686.whl.

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202104201741-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 3c5ddf5bdc64b21b034c6b54610314794cb4673e0590f23661a255c16fe956b3
MD5 950a669c3f637a6f14ede7c522cbbaf5
BLAKE2b-256 4a26857eac0cc755156ec6382fd5a214f6080b8bb85c9a3927d291df89870c81

See more details on using hashes here.

File details

Details for the file tweedledum_dev-1.1.0.dev202104201741-cp37-cp37m-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202104201741-cp37-cp37m-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 695b121acd6fe5ce7e25d934b54cd147bb4a53cd79c132e1a65f7f9a572a6ab8
MD5 6eb96a094caaef672709088c1b599799
BLAKE2b-256 5d317ee28724b8172c9b1070b6174387daf0feddef3d56d983170b99284eae13

See more details on using hashes here.

File details

Details for the file tweedledum_dev-1.1.0.dev202104201741-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202104201741-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b2dbf1bab796e570975369fc8ef249c77894f3f8c35bbc5f32a18732e03573b6
MD5 3cd49fb605a220ae711788983753638f
BLAKE2b-256 9265899fb8d65830845e3a8c19a21795555ec93835f0dd627985bde820d9fe2a

See more details on using hashes here.

File details

Details for the file tweedledum_dev-1.1.0.dev202104201741-cp36-cp36m-win_amd64.whl.

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202104201741-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 9b650e74f717bd5070486de068258cb7b8975229ecbaf9104c15ab9ee0e14f0f
MD5 0598370906662fa298caca35fe8c48b9
BLAKE2b-256 91bb28da2b0e28ad4a93c2a503f50ef984b784422b76dd48e5fb476c55d6d6f0

See more details on using hashes here.

File details

Details for the file tweedledum_dev-1.1.0.dev202104201741-cp36-cp36m-win32.whl.

File metadata

  • Download URL: tweedledum_dev-1.1.0.dev202104201741-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 984.0 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.9.4

File hashes

Hashes for tweedledum_dev-1.1.0.dev202104201741-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 d38a43de25bd86f798b35ef6e6b1ff182ce8b130cdf43d8393917277ad9ded87
MD5 332f22386e68c3282bd12e6324424830
BLAKE2b-256 1aa38c6f6f14158f562fafde4f424bda446121bf0c7f6453cdb49f2532022cf6

See more details on using hashes here.

File details

Details for the file tweedledum_dev-1.1.0.dev202104201741-cp36-cp36m-manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202104201741-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 fe5f1484ef5b6aa9033e86f93126f72075da40ae6d68f3be0137420bd5d4e25e
MD5 6e4d81b9dbdb73e073bbeb48f8ee06ce
BLAKE2b-256 932764a96c47eecf6cfb827f1105995abeb317f9920714e6934844e7053e9029

See more details on using hashes here.

File details

Details for the file tweedledum_dev-1.1.0.dev202104201741-cp36-cp36m-manylinux2010_i686.whl.

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202104201741-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 ae2ac6b0d191fc9ddf80777790363842a65b513e70c40fe01c434b6335f8aa40
MD5 19ee5d32298534aaa233abfb8c19b17e
BLAKE2b-256 5fdeb8140c856fbb30254d8d11648e7204cc00ce68e1643ef17da0f577e9cd04

See more details on using hashes here.

File details

Details for the file tweedledum_dev-1.1.0.dev202104201741-cp36-cp36m-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202104201741-cp36-cp36m-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 0747f05d6125894c02c0dd1980924af2ce20c4d0e008aa6e6fa6a7880b2e784d
MD5 927f889a0e39ae2a6f9560ceec58eec4
BLAKE2b-256 dc7baab7e1ba3853c150e9f54ad270205e1f08f6c52dbf36d8ce4f233c92ae47

See more details on using hashes here.

File details

Details for the file tweedledum_dev-1.1.0.dev202104201741-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202104201741-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 94f02b1288582c8d6c43768881f0b9ca6057687191b48781d48219af79300962
MD5 345d201f4e6b0dd8372634680f321888
BLAKE2b-256 0b9564caafb553ed28b04885d3752c13338f610868608e60322bf4bfb50ff7e5

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