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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.9 Windows x86-64

tweedledum_dev-1.1.0.dev202105280847-cp39-cp39-win32.whl (991.0 kB view details)

Uploaded CPython 3.9 Windows x86

tweedledum_dev-1.1.0.dev202105280847-cp39-cp39-manylinux2010_x86_64.whl (904.5 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

tweedledum_dev-1.1.0.dev202105280847-cp39-cp39-manylinux2010_i686.whl (938.0 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

tweedledum_dev-1.1.0.dev202105280847-cp39-cp39-macosx_10_15_x86_64.whl (934.8 kB view details)

Uploaded CPython 3.9 macOS 10.15+ x86-64

tweedledum_dev-1.1.0.dev202105280847-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.dev202105280847-cp38-cp38-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.8 Windows x86-64

tweedledum_dev-1.1.0.dev202105280847-cp38-cp38-win32.whl (991.2 kB view details)

Uploaded CPython 3.8 Windows x86

tweedledum_dev-1.1.0.dev202105280847-cp38-cp38-manylinux2010_x86_64.whl (904.2 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

tweedledum_dev-1.1.0.dev202105280847-cp38-cp38-manylinux2010_i686.whl (937.8 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

tweedledum_dev-1.1.0.dev202105280847-cp38-cp38-macosx_10_15_x86_64.whl (934.7 kB view details)

Uploaded CPython 3.8 macOS 10.15+ x86-64

tweedledum_dev-1.1.0.dev202105280847-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.dev202105280847-cp37-cp37m-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.7m Windows x86-64

tweedledum_dev-1.1.0.dev202105280847-cp37-cp37m-win32.whl (986.7 kB view details)

Uploaded CPython 3.7m Windows x86

tweedledum_dev-1.1.0.dev202105280847-cp37-cp37m-manylinux2010_x86_64.whl (920.5 kB view details)

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

tweedledum_dev-1.1.0.dev202105280847-cp37-cp37m-manylinux2010_i686.whl (952.9 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

tweedledum_dev-1.1.0.dev202105280847-cp37-cp37m-macosx_10_15_x86_64.whl (928.7 kB view details)

Uploaded CPython 3.7m macOS 10.15+ x86-64

tweedledum_dev-1.1.0.dev202105280847-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.dev202105280847-cp36-cp36m-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.6m Windows x86-64

tweedledum_dev-1.1.0.dev202105280847-cp36-cp36m-win32.whl (986.6 kB view details)

Uploaded CPython 3.6m Windows x86

tweedledum_dev-1.1.0.dev202105280847-cp36-cp36m-manylinux2010_x86_64.whl (920.3 kB view details)

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

tweedledum_dev-1.1.0.dev202105280847-cp36-cp36m-manylinux2010_i686.whl (952.5 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

tweedledum_dev-1.1.0.dev202105280847-cp36-cp36m-macosx_10_15_x86_64.whl (928.7 kB view details)

Uploaded CPython 3.6m macOS 10.15+ x86-64

tweedledum_dev-1.1.0.dev202105280847-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.dev202105280847.tar.gz.

File metadata

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

File hashes

Hashes for tweedledum-dev-1.1.0.dev202105280847.tar.gz
Algorithm Hash digest
SHA256 ba148563f675747a9db5fac69ae02ec1711893e8c8a25363150189dac1605573
MD5 472caec9b8e2ac92979c63a7dac2c871
BLAKE2b-256 18acfce81b52be83b9627c58a654f2b531bc174335b3ec7b677913ce28f5bfde

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tweedledum_dev-1.1.0.dev202105280847-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.5

File hashes

Hashes for tweedledum_dev-1.1.0.dev202105280847-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 0f92a4e999d3ce170a5bd881958881825593046926b93066eb9a90c8e8c638e8
MD5 bd8ff4d2c9be77e7844b0ae9819e8a20
BLAKE2b-256 6d9453fdedb2fa470f4a7216bf6e5d6a57c5cf722c655801af788d0f78533675

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tweedledum_dev-1.1.0.dev202105280847-cp39-cp39-win32.whl
  • Upload date:
  • Size: 991.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.5

File hashes

Hashes for tweedledum_dev-1.1.0.dev202105280847-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 27cc53100c786876c9e365d4dd2c00682e9906d8ab0767063aa48d54b4f02e3a
MD5 6ce7b06002ecd78958a106505b88c40b
BLAKE2b-256 3750a710454aa49c456cb3f89a6d8d2a539806806335d1b1b1056e884270f236

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202105280847-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 107cd5f0b6e6fa9b93e001bff4b9ce8813e3851c3085424c1d367ecf2b22223e
MD5 309bc67d1347179734db9cfaf92eace8
BLAKE2b-256 031a59fc8bc9575efaef8557ade245e8a22c1423784680b1c59a41c44c8dd221

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202105280847-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 def94114294b6bddd6ff1e78d2309a729f1384487f9f3161e71fb9ba3bda705d
MD5 b782ba6dc97d6870a6317e5634093f3b
BLAKE2b-256 46ea0788fde385cf176f788f1bdfb4a161cfbb664ac61fa484b760e55bb71152

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202105280847-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 71bb04cdb88cdc9abc8ae8a1d1b38dca72165a791a6802b69f998f84ec868c7d
MD5 19f468e148e861417efaa21095cfa68f
BLAKE2b-256 e951073672f358a2cee3e5bd301d1d44b77fddac49260c69da0bd08b89859fb7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202105280847-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e5039fe59df0fbcfb59d8c29a2b6292ad8efe93f49e1f5f91364ff0c7a971663
MD5 48657b4360e7668e968efbf461aef939
BLAKE2b-256 34138575b9c954ac8e7782c61920101d752c9c8b024adbca8d7f36763b959a8a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tweedledum_dev-1.1.0.dev202105280847-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.5

File hashes

Hashes for tweedledum_dev-1.1.0.dev202105280847-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 7490f5b047ee228a59171d3a426bb8f3a2b48f0fafe4cc4a902718d90ed73dd9
MD5 b7b48d67c075fe94a17cf5e04d68f27d
BLAKE2b-256 a77102f4cd47c709428c1727f0672103e0e4cab5b948d2762d73dd3a37704337

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tweedledum_dev-1.1.0.dev202105280847-cp38-cp38-win32.whl
  • Upload date:
  • Size: 991.2 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.5

File hashes

Hashes for tweedledum_dev-1.1.0.dev202105280847-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 29d81923af8bcc8882c19db19ecf6dbae92251cd093bbf68560bb0df140e8c18
MD5 c087aa641088679725d4b87d507398da
BLAKE2b-256 6d66044f201280a819a434b9e17a1fcf7a0e051a70779fa728047823dd022c40

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202105280847-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 9be514576c4a2dd02f497d6659182ba7a07e999646fb88c6b18976404c7f5290
MD5 bdf3c7a14d0262606878bda3b80f9c1e
BLAKE2b-256 0b46a958c4de8d27fed6ad8c04b22d46d677e9d44b1c20a7ed0f6db568671cb9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202105280847-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 0f45169401440adcbaf1e01a099f9812b9ba7b7758f019ec66053841c75f9f4d
MD5 c7c8a7194fa7f53b549e5e8e52656a1e
BLAKE2b-256 5a9ef78f6b1911c9abe699220216fc75b823600f9423eb73ec13c44a66427533

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202105280847-cp38-cp38-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 6243f141b78bcb4e651f1b03344f246bd9c4feca933633a0ece99c5a6618da02
MD5 5117d84001b96bf4c90de2d10b34ccfa
BLAKE2b-256 319e2eda6590a9e15d3248109d2582c93cd25367389424a3224229e511089619

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202105280847-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0b23709191561b645aa0b64578e4b2b5be96c2658e82ed8f3bbfc1da8e442771
MD5 33120d9f231cce28c2979ddf7b88d9e9
BLAKE2b-256 93d471c997ed17969de9767383c0e80404704e002b207439e1cd8e1dd88fab5f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202105280847-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 45ba8fb37514f11395857cbe112cf9749afa5af3d803cb8517dc1f6463165e86
MD5 6995fdd9fb92e4be630c34ecc04ff86c
BLAKE2b-256 3e6b124cb44bf190c2cd1d5b72c3c48402a5f6c79b0eca11d5e122fe306776a3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tweedledum_dev-1.1.0.dev202105280847-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 986.7 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.5

File hashes

Hashes for tweedledum_dev-1.1.0.dev202105280847-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 b530070871e911ff312b0494cfc42068a3ad3128c03c810e2a943d53072dc74e
MD5 2857db2acc39c64c35e6698b81082b67
BLAKE2b-256 9dcdbb0fc08a25fcffac406f73324bec74feecd5b5d3e19f4f2e76072b50e78f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202105280847-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 21dba056c76479ec80c8c95b036f68c5e4a0b07816f2a40e5f434ea11875ee05
MD5 fc2aef1437f35e560f9bb314fcc128c2
BLAKE2b-256 c7b8351f1d612631c67ed40f35645aa09b1f887eef82f3303d2d11593794b34b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202105280847-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 e006f0d8d2366c1b15944d3422181e9afdc965825ed5af493a9d27d261514dbb
MD5 702e279c2ae7bbc8842b1cc6b4c02cd1
BLAKE2b-256 bb8eacc7f6fbc5a9f19a2188bc8a82a0c4b35c68aa5174ff6147031dd2c6522f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202105280847-cp37-cp37m-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 387f98b31d521ffb127c5290ad8f2fc42331f6173a785a992d49f1884f5ce164
MD5 6ff041a04bb96340e398545cfdfb2fbc
BLAKE2b-256 e1e00dc3f785ea2c209c7063ea2068d9e2536c43ba33daa78e16c1aede838a04

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202105280847-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 eaa95f25b94a9e7f4ee501a2321b97938595ad7eb8acd3448c40d721d04df202
MD5 6b0bd425dbf365d2202811e27122f72b
BLAKE2b-256 263520fc5fda7189de349f5f1486ff5610ec287370b5ac58c4070016d0cca9bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202105280847-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 173dedcf05768ce1eca127ed485c8ae004ce9c758f54b370aa22085cdf2be39d
MD5 d2bb523757ee6b8c2e70700a455b6cc0
BLAKE2b-256 abd46c4ef5e6e03fb0cac503d4da65a0dece64b8d8ffd0f2a6d113b754de6bc3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tweedledum_dev-1.1.0.dev202105280847-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 986.6 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.5

File hashes

Hashes for tweedledum_dev-1.1.0.dev202105280847-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 ab0bcd6b5feaf70a02eda9a86466f46a24d77a1c28fd38964b73c0b9a6d88764
MD5 ecf58baebcd52817d199694d7c860105
BLAKE2b-256 8c905010135afe0dc241c693c5d3fddead5fc35df06e55debc0081bb70a2292f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202105280847-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 1156d505f55426de9377363299fdbfc124d0c2f4909f7b4ff69f8961c9104517
MD5 d4d5e2bbe524f751ee904cc0c8a55041
BLAKE2b-256 ae5a98cf5be4f73312bdf45338511f3f582576544994c988c23278d53bfe4db6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202105280847-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 c41ea3d0f23536f385ee9ded0039b489af4c34e1d9914579ffc61632dd9220c3
MD5 11e217eb6b3d45b51b782c7e9ff6bd21
BLAKE2b-256 473d0c3658e7c3ec01523e57d0ff3fe29df0918794a5a45b7956b6381562dd9c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202105280847-cp36-cp36m-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 cf6c10b2b9d6ac8fa469727267bced4032cf14754318bc1c1f3aa152324ddda8
MD5 7b10b675d9c3a30652a65ddc00f79400
BLAKE2b-256 27961aae52c3f607e2bc9b00cc769bf86e8221bc9bc1e21e7077c308d1c6a6d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202105280847-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1e83f14e39e9482ef5078788a75f1f2fc22da39c07bbdd273237cbe127ddcfce
MD5 7817c92469c5e1a49445dfc9454255aa
BLAKE2b-256 9e2b0e19e882a5da0173af0d0676ba5cfd124095f960aef8ee6a84b3f8a590f0

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