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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.9 Windows x86-64

tweedledum_dev-1.1.0.dev202103302100-cp39-cp39-win32.whl (957.2 kB view details)

Uploaded CPython 3.9 Windows x86

tweedledum_dev-1.1.0.dev202103302100-cp39-cp39-manylinux2010_x86_64.whl (842.4 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

tweedledum_dev-1.1.0.dev202103302100-cp39-cp39-manylinux2010_i686.whl (873.8 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

tweedledum_dev-1.1.0.dev202103302100-cp39-cp39-macosx_10_14_x86_64.whl (897.2 kB view details)

Uploaded CPython 3.9 macOS 10.14+ x86-64

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

Uploaded CPython 3.8 Windows x86-64

tweedledum_dev-1.1.0.dev202103302100-cp38-cp38-win32.whl (957.1 kB view details)

Uploaded CPython 3.8 Windows x86

tweedledum_dev-1.1.0.dev202103302100-cp38-cp38-manylinux2010_x86_64.whl (842.1 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

tweedledum_dev-1.1.0.dev202103302100-cp38-cp38-manylinux2010_i686.whl (873.7 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

tweedledum_dev-1.1.0.dev202103302100-cp38-cp38-macosx_10_14_x86_64.whl (896.9 kB view details)

Uploaded CPython 3.8 macOS 10.14+ x86-64

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

Uploaded CPython 3.7m Windows x86-64

tweedledum_dev-1.1.0.dev202103302100-cp37-cp37m-win32.whl (953.2 kB view details)

Uploaded CPython 3.7m Windows x86

tweedledum_dev-1.1.0.dev202103302100-cp37-cp37m-manylinux2010_x86_64.whl (851.5 kB view details)

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

tweedledum_dev-1.1.0.dev202103302100-cp37-cp37m-manylinux2010_i686.whl (889.8 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

tweedledum_dev-1.1.0.dev202103302100-cp37-cp37m-macosx_10_14_x86_64.whl (890.0 kB view details)

Uploaded CPython 3.7m macOS 10.14+ x86-64

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

Uploaded CPython 3.6m Windows x86-64

tweedledum_dev-1.1.0.dev202103302100-cp36-cp36m-win32.whl (953.1 kB view details)

Uploaded CPython 3.6m Windows x86

tweedledum_dev-1.1.0.dev202103302100-cp36-cp36m-manylinux2010_x86_64.whl (852.1 kB view details)

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

tweedledum_dev-1.1.0.dev202103302100-cp36-cp36m-manylinux2010_i686.whl (889.6 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

tweedledum_dev-1.1.0.dev202103302100-cp36-cp36m-macosx_10_14_x86_64.whl (890.0 kB view details)

Uploaded CPython 3.6m macOS 10.14+ x86-64

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

File metadata

  • Download URL: tweedledum-dev-1.1.0.dev202103302100.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.dev202103302100.tar.gz
Algorithm Hash digest
SHA256 e80f14f5e60a49b06b52c83512ccb60be6a1ce94f988da43a44a4e979180dc60
MD5 b90545ca0a1038a3a39e66263911f5ba
BLAKE2b-256 ffcc049dfee58da1a30e2dbbcd41a87ba01aa26cce36a0f4e541413c8e0b4e5e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tweedledum_dev-1.1.0.dev202103302100-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.dev202103302100-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 eb0ced7b9e175d479b15ebb21e5c272ebf6fc8dccd280419e58537742743495f
MD5 8bb7b64e45fdfd76fc79cca92d3e14ff
BLAKE2b-256 cf25eb60d2a403344ed85c3d79eeac4d636a1348bf81804a7a3caee1fc73714b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tweedledum_dev-1.1.0.dev202103302100-cp39-cp39-win32.whl
  • Upload date:
  • Size: 957.2 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.dev202103302100-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 89b284f200b349fc1b32ac5fce995496ec040fb4dacc1bf5d08331f051282cfd
MD5 c7ebddbd1603fb6c4cafc26de1d4aaa8
BLAKE2b-256 f6622aa5ebecd3786a34c70986534203d6d2c0eab8d0332e2da98f902002b12c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202103302100-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 331696b2372674cd200347f2f3c33dd552b9b7e7ac994ead2a417ab89d2b37f1
MD5 2d909c91cbe5e63f234a75331d8ba0e8
BLAKE2b-256 c884496a6424b21030636e221d1e2f2e09dc518cab94e8f91df1dee2c3888e32

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202103302100-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 62c9d02ca38c40d745e171602e9ed39093f850b7048e2f693867012b7fac1a6e
MD5 4fda21da009f3cfa6b26fb13f7468bba
BLAKE2b-256 4002fb0889d6edb607850706d606e82cb90fc3d4d55377ee3ea42061ce620323

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202103302100-cp39-cp39-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 6f13a3159938ecf3f273ee036bc652363e3c060a51ad9c602cc6bd1c52d025c6
MD5 d19baf29f270ab04bbdab471ffb06094
BLAKE2b-256 38ec02fd1cc5148ca381494ea831067a0b49c95a2c271fa66c776748f14e9e19

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202103302100-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e09586f23a8d2b317098981624abaed07f74b09ff44efcbb68855a9b0a048950
MD5 547ee850f8d5cef88293c4bb83b582c9
BLAKE2b-256 c68dc70fb32071964286a98f44387828eec2b1f38e87f211b5059947b28a9902

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tweedledum_dev-1.1.0.dev202103302100-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.dev202103302100-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 c4124641c87567276a3220a561693db93bb239fdc3d7b47683aca27d192fdca1
MD5 7beadd873d579b031fe0d2135087a430
BLAKE2b-256 b1f6bf405d90a4b0e1a70f4bdd43c4cf3e99eea23e1592554d75fe8281a0433c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tweedledum_dev-1.1.0.dev202103302100-cp38-cp38-win32.whl
  • Upload date:
  • Size: 957.1 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.dev202103302100-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 71d57c8662c82046ab469f03afb59e897f100e0e7e22288fbc8e0c1232a07e5e
MD5 619629ed7608ac6acdd202bbe5be99bf
BLAKE2b-256 f74daf15258b396e39479381d1d335b66fc851c8ae1236587ebd4dcb7ffa73d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202103302100-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 6d46505c6f61719640df74c6c8bbce06eace0479df8c8510985b010e027d53fa
MD5 e9c1daf264654a027115529019051fc1
BLAKE2b-256 6656c942115147100329dbbe6486e7aa2082eeee38793543305a063b72f09951

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202103302100-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 7d8d9f7c57f45a2cae1a73dbf1cef5546239ae72774f27288ad5b1c210539e64
MD5 735c959a0c7e9bf22c76268e9e481ced
BLAKE2b-256 166c964dfa27337e1192cb28d13be854dd2b7d6ece46ba37217b35fe1ad0b4e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202103302100-cp38-cp38-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 c336fc1b6b4b47f1826d7a1c490694919559156349be321eeb27642ccccb5891
MD5 29b96e159d47c7f53202fc5216f65982
BLAKE2b-256 6e286626117a97f79aa5cf0b4dbdeadbcec66cbbcff6d0afb5fd83205dab0dda

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202103302100-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 30197d581f3ffdb3a11eeea87bc0eecd877dac3ff4dc7af756a6af9e3e19350c
MD5 64fc723868457750d0a89989256b007e
BLAKE2b-256 c535d61ff484a09cb0f828f8469d9c2f964693215a5cd8bcec925231a8cbacee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202103302100-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 be4c25d0bdebeff6d788412859771a68bc9d2e4ca56ca12ab7b4f79838c610f6
MD5 e39ca7d5c5c5845f5663f8012da1a795
BLAKE2b-256 becd8cc205519b7e06652ad0e5d9abd6f7a053ceb7143709257bedd362c2b663

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tweedledum_dev-1.1.0.dev202103302100-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 953.2 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.dev202103302100-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 4b82ce2eb4691478058e36105151c16b8c43e592b2887e459ca3831c2dc4a1ab
MD5 6bbcb9cfb3ac63ed1a74991fbd0b3292
BLAKE2b-256 9fa18d52b39cad9cab2e5ba55df002f5ab0141117f88e63e927a6bd101bfbc05

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202103302100-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 439f599b73ea7cf5420fa6ab881cdeda5001fb1f8bdadf9f8d299d56d1dcc0b0
MD5 6cee566031af3f697bcdebfbaae66702
BLAKE2b-256 ea4a4f412ed0b32739222cda5e5c3c59236b870f63b812f655a43dcb1bf0371d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202103302100-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 f97613a162e153b8330bba778713872fc01e8eca2346937f399fee61b5a4b578
MD5 8ca2972415ffd47184e2b00c6e060ae1
BLAKE2b-256 4cc758d727016e12f35433adf7c339991d7d177f6b1731655aaff5003f356da4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202103302100-cp37-cp37m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 37adb23b860247be6f4499c7c048adc287afae386a52076883f31968d60807c2
MD5 1241689ef2d10c1834b6da1487803dc9
BLAKE2b-256 c288b7e27b53ed62b4b29c8a9d60f4c634566f801d8ba104a681309c4fab74e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202103302100-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a618b5cc0cf9b70e97b6547c9e7e503f8c056f4dd854e40b65c3840aad64540f
MD5 05b76bd7712b96dc57600b65a0910037
BLAKE2b-256 6456ecfa6022a082d5f51a18e0ca5f24b445bc2fb0f925d82ec546f641eeccad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202103302100-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 26905a3e36f6b0d8ca32a67039204aa7ee2f02a37264343dc5c3f8105b6d808f
MD5 9fa103ed5f3f8a693413027b3e77534c
BLAKE2b-256 8eb9aab4f7a40a387142f0b21b4f08fbaf21a7cdab8645c646984471aacdfa22

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tweedledum_dev-1.1.0.dev202103302100-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 953.1 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.dev202103302100-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 ed1bbce1b9200a15a706630c34ebac4bbbe0c6f6fa398ddb9f597d576fd3f44c
MD5 456c25f8437383f973d9a65e6573c125
BLAKE2b-256 19e64e77542f7e0cdc3eb13179df9b6c397295b6667dc9bc780284cae4d25282

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202103302100-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 e716cc7e20fff5eb2b17044ee3d835eadd07793e9905642530fcdf1b48313699
MD5 b53a1997a89b8da9e23d1304bb51374e
BLAKE2b-256 42a8b7a5fa0ec6466ec112007f613f78de083b44c8da89aa72cdb46cbc30ce58

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202103302100-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 8cc92b7b7fbc7b72a67dfe5f995bc278dcfcf9773550d72b77e225fcab1fc584
MD5 8b190ea1392dc76c4f5ec337a039ba2d
BLAKE2b-256 9dcf1620a21b75231eec1c4db562c0c255fdfbef4e70700d8267413d4002a9d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202103302100-cp36-cp36m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 5091f8d5cb40035e4b75eb3e6e159ef19f0546f7b741e2a384149fdde3de959d
MD5 10bb58960c8f9f5bebc9876f8cad5c7b
BLAKE2b-256 14696f7595132d929722b098d410f245c609f4966e04853a2e8ef7961b5e251d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202103302100-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e255c68557e72243d8053883f47631b69b83d9e2b681b1bedd4f1c1aa893e99e
MD5 72c11e7a02dea21b16f968ae970cfaa9
BLAKE2b-256 e36cbdb7f61625e8338e49ae8daa1d9a8e56a611e9cccef65955504ced90add6

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