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.dev202103292047.tar.gz (3.8 MB view details)

Uploaded Source

Built Distributions

tweedledum_dev-1.1.0.dev202103292047-cp39-cp39-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.9 Windows x86-64

tweedledum_dev-1.1.0.dev202103292047-cp39-cp39-win32.whl (952.7 kB view details)

Uploaded CPython 3.9 Windows x86

tweedledum_dev-1.1.0.dev202103292047-cp39-cp39-manylinux2010_x86_64.whl (834.2 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

tweedledum_dev-1.1.0.dev202103292047-cp39-cp39-manylinux2010_i686.whl (867.7 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

tweedledum_dev-1.1.0.dev202103292047-cp39-cp39-macosx_10_14_x86_64.whl (889.1 kB view details)

Uploaded CPython 3.9 macOS 10.14+ x86-64

tweedledum_dev-1.1.0.dev202103292047-cp39-cp39-macosx_10_9_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

tweedledum_dev-1.1.0.dev202103292047-cp38-cp38-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.8 Windows x86-64

tweedledum_dev-1.1.0.dev202103292047-cp38-cp38-win32.whl (952.7 kB view details)

Uploaded CPython 3.8 Windows x86

tweedledum_dev-1.1.0.dev202103292047-cp38-cp38-manylinux2010_x86_64.whl (834.3 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

tweedledum_dev-1.1.0.dev202103292047-cp38-cp38-manylinux2010_i686.whl (866.9 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

tweedledum_dev-1.1.0.dev202103292047-cp38-cp38-macosx_10_14_x86_64.whl (889.0 kB view details)

Uploaded CPython 3.8 macOS 10.14+ x86-64

tweedledum_dev-1.1.0.dev202103292047-cp38-cp38-macosx_10_9_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

tweedledum_dev-1.1.0.dev202103292047-cp37-cp37m-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.7m Windows x86-64

tweedledum_dev-1.1.0.dev202103292047-cp37-cp37m-win32.whl (948.5 kB view details)

Uploaded CPython 3.7m Windows x86

tweedledum_dev-1.1.0.dev202103292047-cp37-cp37m-manylinux2010_x86_64.whl (845.3 kB view details)

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

tweedledum_dev-1.1.0.dev202103292047-cp37-cp37m-manylinux2010_i686.whl (882.5 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

tweedledum_dev-1.1.0.dev202103292047-cp37-cp37m-macosx_10_14_x86_64.whl (879.8 kB view details)

Uploaded CPython 3.7m macOS 10.14+ x86-64

tweedledum_dev-1.1.0.dev202103292047-cp37-cp37m-macosx_10_9_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

tweedledum_dev-1.1.0.dev202103292047-cp36-cp36m-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.6m Windows x86-64

tweedledum_dev-1.1.0.dev202103292047-cp36-cp36m-win32.whl (948.3 kB view details)

Uploaded CPython 3.6m Windows x86

tweedledum_dev-1.1.0.dev202103292047-cp36-cp36m-manylinux2010_x86_64.whl (845.3 kB view details)

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

tweedledum_dev-1.1.0.dev202103292047-cp36-cp36m-manylinux2010_i686.whl (882.8 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

tweedledum_dev-1.1.0.dev202103292047-cp36-cp36m-macosx_10_14_x86_64.whl (879.7 kB view details)

Uploaded CPython 3.6m macOS 10.14+ x86-64

tweedledum_dev-1.1.0.dev202103292047-cp36-cp36m-macosx_10_9_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: tweedledum-dev-1.1.0.dev202103292047.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.2

File hashes

Hashes for tweedledum-dev-1.1.0.dev202103292047.tar.gz
Algorithm Hash digest
SHA256 9bc840d2bb18c5f14738d6b9493ac227b045315f7e79880981fcdc96333af021
MD5 01c3bf3deca749ec9eb6bb0b1661d660
BLAKE2b-256 99d0a3f337f9a90ee644763a8754ffea5525f5971f00d2729bc2ca34fbec6828

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tweedledum_dev-1.1.0.dev202103292047-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 1.0 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.2

File hashes

Hashes for tweedledum_dev-1.1.0.dev202103292047-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 bb0efc8c9161e2b932baf411f725684eb4956aea8fdc96000d4fbeef3d7aa782
MD5 4b6b3a922371dd780cb80635af1acf03
BLAKE2b-256 f7a11a1f206c31f93f8b632f046b17d55d1138473f668472ef465209b4a76a53

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tweedledum_dev-1.1.0.dev202103292047-cp39-cp39-win32.whl
  • Upload date:
  • Size: 952.7 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.2

File hashes

Hashes for tweedledum_dev-1.1.0.dev202103292047-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 7e6062734d92d42b30c24696909c7da146195b47013c61a29545a55480f54de1
MD5 7587a3ae999034e207cadfe6cadab031
BLAKE2b-256 37becef40e6c105048dfa1c35bf2c1bb2aed8f875783f45c14fc30af5f36ade5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202103292047-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 01a718ebc3b2b324ca2aa8a1d6fdfed7f38d8516addd8edd17092b425f4537a9
MD5 bd5bc2da9e9dc77cba0d7e819726a0ef
BLAKE2b-256 95cb5cd832a70ed4573063dfc53825b49fb985f8ef16d6f7d1b4aa445600a952

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202103292047-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 1969278a35a33152efdfdb2a9aadb0b1deb6d7d14bcc59c016887bce6227fa43
MD5 e000b17b312e62624d27f32c28aca1b4
BLAKE2b-256 b17b93d08442486aadf96ab769fec17c9d618dd01caa4789c18641dcf3bb794e

See more details on using hashes here.

File details

Details for the file tweedledum_dev-1.1.0.dev202103292047-cp39-cp39-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202103292047-cp39-cp39-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 bf4cf88372903ab448aa97209daad25673de40e897fd33079b2c364d7cf915af
MD5 b21dd44ab1f4c6690853dedacf2c38f7
BLAKE2b-256 ed5e344293e9cae0cbf92656fb10bae56ea8a556a66fe124d178eec251ccc6db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202103292047-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d89bf95810d140a0047ac690ce6eb7cc401ac7f99ca167a77d363b5081e2f098
MD5 4c010bc35a16b6a330f48c171047b82c
BLAKE2b-256 cf33e915c9d7101554e4e0385a095bd7d1616573155fde9dfa940afe7e3eb5a8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tweedledum_dev-1.1.0.dev202103292047-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 1.0 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.2

File hashes

Hashes for tweedledum_dev-1.1.0.dev202103292047-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 96aa0a1497453c34c5ec70d26fc2efd04f49afe6137b4140bf9ccfd3c0790549
MD5 3d4eeb86289175a504d4360e4d49f410
BLAKE2b-256 f123e2645c36d8044490466b0a6593929d9cbbc305da5790c72d29070b1ede77

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tweedledum_dev-1.1.0.dev202103292047-cp38-cp38-win32.whl
  • Upload date:
  • Size: 952.7 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.2

File hashes

Hashes for tweedledum_dev-1.1.0.dev202103292047-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 0cc62fda0d8ae58ab7575966bbeb016b6ae5417b118d297057567f7ca5cd7424
MD5 a9f89f826aa8055b9001efe3651d536a
BLAKE2b-256 6c81ccf21b95cfe80ee2bb3a9188df9a3ca52c45104da3f6d5148434eb518519

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202103292047-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 ab2e65507ed7421cbe04fe95229c053a030516aefafeafa0329ece65aa6b8d2e
MD5 74004100ba930b25326cb016058af2a6
BLAKE2b-256 91c273015b97948f5b4f8bb5b6fc05ea04bfb0190ec84f07b1dcc9276d353f55

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202103292047-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 455468a6383d167a301c124c139063a6e9fd4c34aa5c95e714ba57a744720a9b
MD5 6058f24122c948d23fcc311cb885e78b
BLAKE2b-256 80e5a2020e9e5979f02a95f74bc3bbf1ca1bd65c2e9308da026db49aa3aee8df

See more details on using hashes here.

File details

Details for the file tweedledum_dev-1.1.0.dev202103292047-cp38-cp38-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202103292047-cp38-cp38-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 695af9816c34592959e143fc203f819aec9888fc8e6b1accce9a19c9cc80b371
MD5 cbb8a94176dd4e22bd0df86a260c1858
BLAKE2b-256 4f232f7e9df2528702262a083a49c293e0d0b4bfa8bfb4f2228f49b58b8c5702

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202103292047-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 37e05a25a88bc303d1205c973a3347fcc800a37b0e380023bfe6315163a4383d
MD5 f29f9a6c4870feec29c375ebc95fa833
BLAKE2b-256 3390d8fedfea0bd4a57ca1c833e0af33a2b2c66b630b0a7c85ab6e68522d9b4d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202103292047-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 4f77ece5953dcdee7d8cb4d8abb8ebc3640e5eba56740ab28fe92462d8b41325
MD5 a440d6cf7705eb4e2ea12673eb3c8bc8
BLAKE2b-256 30c40d86c4c6255d7adee9f9ff6f690cbe81c6aa6b569f8d4245b12d9aa54e3e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tweedledum_dev-1.1.0.dev202103292047-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 948.5 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.2

File hashes

Hashes for tweedledum_dev-1.1.0.dev202103292047-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 34ccf5bd7590b30741843f1ed8c47ef41e3e2006c0106cc3dad1b0f6403e58b4
MD5 9dffac985b7e6a5b0a0ca20b3aed10d6
BLAKE2b-256 54f08fbaed757777ca9895141dca9000d7a76e47e197cd8c49470a96a4c35443

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202103292047-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 2579e55b7f811b764570985a3c32d561fd6123e07d7a7ac0973c9e9246ddd599
MD5 5b7686f33a8115c8fd1cde7f026ed242
BLAKE2b-256 d25d3d1003720ce2541e4b0406cd334be6b0612b70eeeec0fc218a50872f9238

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202103292047-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 dfc763069487dc566a742848b12926422df2f21a9ce726969a9df3274bdb65aa
MD5 e987f862487e504f39080e1b7efc87e8
BLAKE2b-256 b12e002e6581546793e21a44d4783b7868e2819292a60619bcf4816dacc6948e

See more details on using hashes here.

File details

Details for the file tweedledum_dev-1.1.0.dev202103292047-cp37-cp37m-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202103292047-cp37-cp37m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 58ac1c94f868b9027a52b1e22a42a7ed00cf4aa860bd8fea5e805edbbc828582
MD5 2fca60493fc5e12cb52e4a6d06429c45
BLAKE2b-256 c0f212e5d3dc653f7d1d5c351fbed6e05e009ad9c97e41c421502a33f550c694

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202103292047-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ea1976a5a3bc25279ded722a3d2d4dcb1bfa9822ef0996b6060844977816337b
MD5 6283540fd336068118f671ea9e27fb4f
BLAKE2b-256 7744036401e562a59eb942ba2b5d045bd19d055e601488eaa228c38a7dc53796

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202103292047-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 1c98c82f70644b4e0760da16faec92ac80f43cbb7e6c7be432687a9f9538482a
MD5 8605e7fbbe2d3264f6a4f25e90aafbc8
BLAKE2b-256 155b8aefe5d3ab8af368e77b01df4b7284f45b69004f334254dc40666c8426fd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tweedledum_dev-1.1.0.dev202103292047-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 948.3 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.2

File hashes

Hashes for tweedledum_dev-1.1.0.dev202103292047-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 cb1564abc544b8718fbbddf32f594f6c5461030cea3fc42307951872e38c10ae
MD5 699b2a4bb8008af90fb7a89af23b1025
BLAKE2b-256 7a3483fb49528b7f1a9f53e918e924537527ad846c3053ff7943a29fdaf8c9fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202103292047-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 6b352a4baf0449eb6b238d402aa0700eee7914e6a7adfd536e4bec27e437bf1b
MD5 23d6d90f05e000506e411955ea2d7f70
BLAKE2b-256 c112a8edd1283def5432a3e1a1e9b8edd10e5a664fe1cbaf582a57b53a8a92fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202103292047-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 cd2a7733878b852cde0ac1f2375fe5a227e5c4d6f793f6d67c3f1fd32f25227f
MD5 a4ae348b6729a68ac47bd06298809742
BLAKE2b-256 c019326ee106af5d3820e87657a735720187a848a7e186393f8b7e983cd454fb

See more details on using hashes here.

File details

Details for the file tweedledum_dev-1.1.0.dev202103292047-cp36-cp36m-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202103292047-cp36-cp36m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 5cd8054fb600398519f55a34ba0ee3aa83f2e01344484e9c8c08b134b14f08d5
MD5 0015782222318724cac2b202188089df
BLAKE2b-256 966efb1ede67751e0e771282e87117429eaf281866460b179a413fabedd22952

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202103292047-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8e63fe1259f9d5c9a42687929e46128550e32b64eb362787d4f9bc4ce3851099
MD5 ab45832287fa2749392593b3b2ab7214
BLAKE2b-256 ee0cd356da92ddeb2673ff5190f0f144c09274e54eb97bcac989d442960682a7

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