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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.9 Windows x86-64

tweedledum_dev-1.1.0.dev202105062328-cp39-cp39-win32.whl (990.1 kB view details)

Uploaded CPython 3.9 Windows x86

tweedledum_dev-1.1.0.dev202105062328-cp39-cp39-manylinux2010_x86_64.whl (903.1 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

tweedledum_dev-1.1.0.dev202105062328-cp39-cp39-manylinux2010_i686.whl (934.6 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

tweedledum_dev-1.1.0.dev202105062328-cp39-cp39-macosx_10_15_x86_64.whl (932.9 kB view details)

Uploaded CPython 3.9 macOS 10.15+ x86-64

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

Uploaded CPython 3.8 Windows x86-64

tweedledum_dev-1.1.0.dev202105062328-cp38-cp38-win32.whl (990.1 kB view details)

Uploaded CPython 3.8 Windows x86

tweedledum_dev-1.1.0.dev202105062328-cp38-cp38-manylinux2010_x86_64.whl (902.8 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

tweedledum_dev-1.1.0.dev202105062328-cp38-cp38-manylinux2010_i686.whl (935.1 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

tweedledum_dev-1.1.0.dev202105062328-cp38-cp38-macosx_10_15_x86_64.whl (932.7 kB view details)

Uploaded CPython 3.8 macOS 10.15+ x86-64

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

Uploaded CPython 3.7m Windows x86-64

tweedledum_dev-1.1.0.dev202105062328-cp37-cp37m-win32.whl (985.3 kB view details)

Uploaded CPython 3.7m Windows x86

tweedledum_dev-1.1.0.dev202105062328-cp37-cp37m-manylinux2010_x86_64.whl (917.3 kB view details)

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

tweedledum_dev-1.1.0.dev202105062328-cp37-cp37m-manylinux2010_i686.whl (951.6 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

tweedledum_dev-1.1.0.dev202105062328-cp37-cp37m-macosx_10_15_x86_64.whl (926.5 kB view details)

Uploaded CPython 3.7m macOS 10.15+ x86-64

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

Uploaded CPython 3.6m Windows x86-64

tweedledum_dev-1.1.0.dev202105062328-cp36-cp36m-win32.whl (985.3 kB view details)

Uploaded CPython 3.6m Windows x86

tweedledum_dev-1.1.0.dev202105062328-cp36-cp36m-manylinux2010_x86_64.whl (916.8 kB view details)

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

tweedledum_dev-1.1.0.dev202105062328-cp36-cp36m-manylinux2010_i686.whl (951.3 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

tweedledum_dev-1.1.0.dev202105062328-cp36-cp36m-macosx_10_15_x86_64.whl (926.4 kB view details)

Uploaded CPython 3.6m macOS 10.15+ x86-64

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

File metadata

  • Download URL: tweedledum-dev-1.1.0.dev202105062328.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.dev202105062328.tar.gz
Algorithm Hash digest
SHA256 e7c3ecc2a69129471073e7b34ce245b713fe22300aee552e63a9a314e29009c7
MD5 d083913239a9f176f7c3551463042d61
BLAKE2b-256 33de84c8a9e397fe437a7d8dd1e06e4e7d69573a91e4445d508165a545cb7cd8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tweedledum_dev-1.1.0.dev202105062328-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.dev202105062328-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 3845dfb1a9205bed1d816aa61ccfcb5b9f3c7930a0961d4f94d1e129645e2f15
MD5 7d6fe1a73e530d114a764e54802737b0
BLAKE2b-256 36e7fe7cf1b09f6358971e229232116a2c664e8ca5036b3aae4dc3677b87e2ca

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tweedledum_dev-1.1.0.dev202105062328-cp39-cp39-win32.whl
  • Upload date:
  • Size: 990.1 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.dev202105062328-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 157a0807d356b07c4649db3e7410b33f6a3db0338cb990471250d3bb073c9d31
MD5 90ceef8d596d1aa653bc27ddf7f5b4d1
BLAKE2b-256 97ce758e3e5f03c01b7c5ee69de69e07e251f3a6909a0f6ae1a3b05efc19fb2e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202105062328-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 1ac3d130bfd5a3521868bd555eab3e14b4feeb22eb419a45cf570cc47d83d170
MD5 64535e8dff8a2c3bd20e519954847e8f
BLAKE2b-256 e4a383280377cbe3921e55d06081329f5d1272908113f5f62dc2b1cbb6a0e641

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202105062328-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 f8d623b7c37525283c71ca5f5ac78105fcdf793df97b8ad440048b290974c54f
MD5 9e2814a451a6b72cf7b528b7c93350b3
BLAKE2b-256 b01388b4fd9b4c2711009840603d919ebb38921b588291aafe339fdbba22b17c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202105062328-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 f89ecaba1a7f93b5fded18c09ba7852f62762e2f2047b33d62ee5539dcccf695
MD5 e5023a9c59ef53477e37947b7c4bf859
BLAKE2b-256 5c53ff7fe0f341b3c17cf11400e222acf13c488ac789d13505c486dd04d2bd18

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202105062328-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0d5d51f368d8f6878dfc62f9fdd3f9bd22007d96b97fa03235ef14741ca482df
MD5 c651800e8865ad1c9add51965b83a9f4
BLAKE2b-256 21081298f686018569be392e2942bbdd732483885fb476327a3f3f9e453c5353

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tweedledum_dev-1.1.0.dev202105062328-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.dev202105062328-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 040dd3b85945e5186b56bb76a2a63b645c65615d88fc4616bda04c27fd3c261c
MD5 00700faae56c75aab490058b321c0a55
BLAKE2b-256 e5b154346086ea0a521396d9cac53e42c9f553476fad947e419e0613f1e99a54

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for tweedledum_dev-1.1.0.dev202105062328-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 b72a406caae7fb3fe6b476fef49fba7b67af85aa20461e10fc20842ee614ffb2
MD5 3e1a52f1e8168c275095f088e5669b81
BLAKE2b-256 ac53673e58e07e2661802fc29c048fa2d773815fef71036aad04a06621360126

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202105062328-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 96f4c8ee1761f00412c8f6fb5a08991f7924d677892a65d79606308daf38bd09
MD5 7406c9c23ed9134d9583c910b7537795
BLAKE2b-256 198f2c2b2a38c8f87b13c6afd101d99456c05a5aff1fbfeda746911f985fcabe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202105062328-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 14f032d5c8b19c6cc3c09f4e616227c2e555a0e75a79c25b58541a01ce07527c
MD5 b4341f6c66938b16ff2322b4d52ec61b
BLAKE2b-256 e452bcf022f8a24090ac0a9e9b6705f9c6388b4f605b1aaa251dbbbd1b6b6ed3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202105062328-cp38-cp38-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 70ead3bd3de86190c5baa4fc751037cd0c02d5ffc65eefb66aaa4b21f73b91e8
MD5 3764554cc27aa8da734ed07b55d02dfc
BLAKE2b-256 eed6c3dd4b07952ea509c82edee987ade794dc127f12bf431b540a7fd8562f51

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202105062328-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ac1a9f398482a7cff833114454cb5fdbd8cb626ada271b5b53e8c5f2dd5992b0
MD5 7b9db5d58b5292b5decc4c12e2e01363
BLAKE2b-256 daa9a875c07725012db890726e34d38b2a90a7f4592f4cf7edca5a4e56476f34

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202105062328-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 73fb684c4f734c4ff58edc44127f85a68e907f148a204ce87e7fe4104c565d87
MD5 154abbb94a2bd753a6e7c5466c00b0e8
BLAKE2b-256 9b35412d515b1a2baf62e72d7a4825ee47367e066137d1f441700d831f58750c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tweedledum_dev-1.1.0.dev202105062328-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 985.3 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.dev202105062328-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 4defcf11450c66184a3715b15edd8b2774096e5d98da61f1143dd6b087a82006
MD5 ab9c336ecb06e0aae206cb045b178d61
BLAKE2b-256 624a03a882558f541d7fe8606b215322eb74e7ce2c9819a6dab214f79c49bda0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202105062328-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 aa356fe5a32723b663433954b91f95a095ca2264e77c1b3ca51ed1e9fbd69070
MD5 3a16fc8acf361d23f69b15f1d63d1fcc
BLAKE2b-256 142d0157480eb8fb949bb1e85fafdb9ee04caf210f003b5b37e5740666718caa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202105062328-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 7c64af0c43dd6707f40da95977402389cec7e35edb2b9959c9e7348d0dc8c110
MD5 8d1640e613b0365b7257d4ed5401fbe7
BLAKE2b-256 27af58fdd0de7d579628aec18793655601cdae88fa1e17a41e9b421f3e086197

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202105062328-cp37-cp37m-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 fa0689612223a192a9c9eb66e920b4e5fba0e916e339d4206cd40c8a6a0f27a6
MD5 542875590010791afde746d6a436f34b
BLAKE2b-256 6b48af187d15e4611072a7dcfa1b149c09157fee4534434a8d7eec599874887e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202105062328-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 280f069a653828f762d7412ad7ed7e7907c3fd923aa0bb6b7feb6ca94098023c
MD5 324ef4ebc32065bff44df6487c888bcd
BLAKE2b-256 669816b7b169197bfeda33ea3cf2fb7e5b98f02d3360279171e6886b86943e9a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202105062328-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 78206d5add775d218e22f00c068f76bcc612cc029619d086b7c8f505aa6ca455
MD5 c2cbf6b6128d270abb5db2035abf3ec1
BLAKE2b-256 9ced46eebff5552702f4daa9e10a52142dd4b7aaa868ca1f9a2232a5aa8be561

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for tweedledum_dev-1.1.0.dev202105062328-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 75992f7393d38bcb1c294ff38bfc41e419505f2dfe2e1bdd0e217749d16aa901
MD5 dc5c5185697002047df31188f3c845a9
BLAKE2b-256 5d7115e7d8f35c714ddff14310eba73f06dacbfe3416599e5f0d2b40aaae0286

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202105062328-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 cc108b9d40e6ea35c56edecb8c86e62502ec3e114e8b7f58a9e97caf853cf2e6
MD5 bc89da6b0bc754001ba74c94833644a3
BLAKE2b-256 897233a8aea31611021c6a9854d1d2564a79814fb5422bcd0ce418236150f750

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202105062328-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 145e85f42977633a6dc579202d7b616fae6f7004e7e0fc973d89e9a8a8f12b8e
MD5 6402964b17311246532725986d49dfdc
BLAKE2b-256 f011764e9876eedac32398615413c8d3422aae482d23a3b3a18c8c1cac70314a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202105062328-cp36-cp36m-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 1ce416ece0c112344664c9167e3970d7033873a03e5da301bd3981d1010f4e69
MD5 4ebd4bc466eec551ebdfbca5e132f6d3
BLAKE2b-256 94d9af1bed05ce5c0347fd9c721ccbb98a8da8e5388511b6b8ad7156a8157f4a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tweedledum_dev-1.1.0.dev202105062328-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e3a96774a62c83949f38ebb526c91dbda264367fd8bfec907749b4aa8654a3b8
MD5 6ebc00258094090c30eea754fc53ad55
BLAKE2b-256 8274d56fcd434ea7fc2747faaa71f0949c7c7800b132033b3e806c69b7d69a13

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