Skip to main content

Feyn is a symbolic regression package named after Richard Feynman, that uses the QLattice as a simulator to generate models.

Project description

Feyn

Quick start

Feyn is available as Python3.8+ package through pip. You can install it with the following command:

richard@feyn:~$ pip3 install feyn

Once installed, go to your preferred Python environment and follow along with this example.

Running a QLattice

If you're using the community edition of a QLattice then you can instantiate it by:

import feyn

ql = feyn.QLattice()

Auto run

The quickest way to get started is to use the auto_run function on the QLattice. First we will make a classification problem with feyn.datasets.make_classification.

from feyn.datasets import make_classification

train, test = make_classification()
models = ql.auto_run(train, output_name = 'y', kind = 'classification')

This returns a list of fitted models that are the best the QLattice has sampled, sorted by ascending loss.

Evaluate

The model with the lowest loss is models[0]. We can evaluate that model with the plot function and it's ROC curve.

best = models[0]
best.plot(train, test)
best.plot_roc_curve(test)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

feyn-3.4.1-cp313-cp313-win_amd64.whl (239.6 kB view details)

Uploaded CPython 3.13Windows x86-64

feyn-3.4.1-cp313-cp313-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl (331.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

feyn-3.4.1-cp313-cp313-macosx_11_0_arm64.whl (235.7 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

feyn-3.4.1-cp313-cp313-macosx_10_14_x86_64.whl (235.6 kB view details)

Uploaded CPython 3.13macOS 10.14+ x86-64

feyn-3.4.1-cp312-cp312-win_amd64.whl (239.6 kB view details)

Uploaded CPython 3.12Windows x86-64

feyn-3.4.1-cp312-cp312-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl (332.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

feyn-3.4.1-cp312-cp312-macosx_11_0_arm64.whl (235.7 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

feyn-3.4.1-cp312-cp312-macosx_10_14_x86_64.whl (235.6 kB view details)

Uploaded CPython 3.12macOS 10.14+ x86-64

feyn-3.4.1-cp311-cp311-win_amd64.whl (239.6 kB view details)

Uploaded CPython 3.11Windows x86-64

feyn-3.4.1-cp311-cp311-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl (331.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

feyn-3.4.1-cp311-cp311-macosx_11_0_arm64.whl (235.7 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

feyn-3.4.1-cp311-cp311-macosx_10_14_x86_64.whl (235.6 kB view details)

Uploaded CPython 3.11macOS 10.14+ x86-64

feyn-3.4.1-cp310-cp310-win_amd64.whl (239.6 kB view details)

Uploaded CPython 3.10Windows x86-64

feyn-3.4.1-cp310-cp310-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl (327.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

feyn-3.4.1-cp310-cp310-macosx_11_0_arm64.whl (235.7 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

feyn-3.4.1-cp310-cp310-macosx_10_14_x86_64.whl (235.6 kB view details)

Uploaded CPython 3.10macOS 10.14+ x86-64

feyn-3.4.1-cp39-cp39-win_amd64.whl (239.6 kB view details)

Uploaded CPython 3.9Windows x86-64

feyn-3.4.1-cp39-cp39-win32.whl (235.1 kB view details)

Uploaded CPython 3.9Windows x86

feyn-3.4.1-cp39-cp39-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl (326.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

feyn-3.4.1-cp39-cp39-macosx_11_0_arm64.whl (235.8 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

feyn-3.4.1-cp39-cp39-macosx_10_14_x86_64.whl (235.6 kB view details)

Uploaded CPython 3.9macOS 10.14+ x86-64

feyn-3.4.1-cp38-cp38-win_amd64.whl (239.5 kB view details)

Uploaded CPython 3.8Windows x86-64

feyn-3.4.1-cp38-cp38-win32.whl (235.0 kB view details)

Uploaded CPython 3.8Windows x86

feyn-3.4.1-cp38-cp38-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl (331.8 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

feyn-3.4.1-cp38-cp38-macosx_11_0_arm64.whl (235.6 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

feyn-3.4.1-cp38-cp38-macosx_10_14_x86_64.whl (235.4 kB view details)

Uploaded CPython 3.8macOS 10.14+ x86-64

File details

Details for the file feyn-3.4.1-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: feyn-3.4.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 239.6 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.8.10

File hashes

Hashes for feyn-3.4.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 c69ad545761f7a5b176d3ef8acec426c62e744b3d8d18be1cb8d049f3d9b7fe6
MD5 73474cedb6b01c674aa48126e2e1cd88
BLAKE2b-256 6daaf2f50f9833cdd05baf9ac16b743300532aae16be693bf0fecbe921088a02

See more details on using hashes here.

File details

Details for the file feyn-3.4.1-cp313-cp313-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for feyn-3.4.1-cp313-cp313-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 72ee229cf5d9c010410e92988666b4c92606fe6e41c464b57725a216ac5b345b
MD5 8ffca2f2425200e45af8d3b81a8f0166
BLAKE2b-256 8496f964ec6b46ed1aae134d57925c361efa52efd15249a7199aac0f07c32882

See more details on using hashes here.

File details

Details for the file feyn-3.4.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for feyn-3.4.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 06dbdca7adb6c003f8a4ae078e9db1d713c0c36076cd95f228d167bd2078d9cd
MD5 b0f01ceed05d02d34116b1a9673490cb
BLAKE2b-256 43bff3c92a0c34dfe5431d4ace40eaa493997161e958f68fd737713343fef0d2

See more details on using hashes here.

File details

Details for the file feyn-3.4.1-cp313-cp313-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for feyn-3.4.1-cp313-cp313-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 aa9380607dacce3112fea848f54f6f0a5e543c322788403021da8f4117c5f7b2
MD5 8b3962bffcddacde4469f9186a12c39f
BLAKE2b-256 6b8b1d643b1587ad0e48845cf5ba286b5db061d61dfb7c839656822b7db05022

See more details on using hashes here.

File details

Details for the file feyn-3.4.1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: feyn-3.4.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 239.6 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.8.10

File hashes

Hashes for feyn-3.4.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 c6922a7524af07458ecf39cae9e4629dd51ce5e77f0c79b5a958808ce323ecc6
MD5 7b8d99015e93bf630ff997d2064c761e
BLAKE2b-256 2678cc42a05f5a0a90c8f0090cba547072d3ce488825b9fcef505eae9dc7327d

See more details on using hashes here.

File details

Details for the file feyn-3.4.1-cp312-cp312-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for feyn-3.4.1-cp312-cp312-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 d0ef94a3130840050089b42146b616f5fa1e4d4f96307ad5ba63390a85855bc4
MD5 61246b816a3d9b4221ebbbbd2f5aa602
BLAKE2b-256 1696eb571db8a879501d50857c38c3f0eea559fc79abda933e2aa425c9084202

See more details on using hashes here.

File details

Details for the file feyn-3.4.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for feyn-3.4.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ecd5b5efad9fa1ce633d33ffd3368ea6523d084f4bb5b4432b2d18b750234419
MD5 cfd46ebcd1aef7a8106146d5d17445d2
BLAKE2b-256 71e10a46abd2b89beff3ba227fe423399296b72eeb986f7ef94e55fb56fe534f

See more details on using hashes here.

File details

Details for the file feyn-3.4.1-cp312-cp312-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for feyn-3.4.1-cp312-cp312-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 396c89de748a51f3d8622eba40fb4c2eed1ce399fe30c3b306327e0c51c939f3
MD5 de603c92bd92cd26b50cc9be75efbd4f
BLAKE2b-256 9edd5f8f967ded8a392a386d7b3de3bedac2c323ef7414e1cb249dabe6968c28

See more details on using hashes here.

File details

Details for the file feyn-3.4.1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: feyn-3.4.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 239.6 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.8.10

File hashes

Hashes for feyn-3.4.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 52f245ca8aa51f623fb6bd530a556b47853e8b494e04de3f92d8fb5e794b0bdd
MD5 0663854e07798b15d27dfee329af13bf
BLAKE2b-256 a8698dde3e00f260e8da5236f98d2b95007f4533f4eab321980342611894cdeb

See more details on using hashes here.

File details

Details for the file feyn-3.4.1-cp311-cp311-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for feyn-3.4.1-cp311-cp311-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 1a8dad045972bee71649e86a8eb896f448ab87bdb386f969328b5b35a1cb450a
MD5 c0f9961b737d4df53589c86407b6f3f8
BLAKE2b-256 af0896e071dd2341cce20aff60ab53fc4cdf3c051d34fd5370b957eb11ddaf44

See more details on using hashes here.

File details

Details for the file feyn-3.4.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for feyn-3.4.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 581f317b7eeec6b0352f32c1458ce74bb2a01728f730322cbf1c5332cb7857b8
MD5 93e5eb484f8d88d7af1958f21ea15343
BLAKE2b-256 d6359baf7db2c746fcc3f675a3c9c9d4f628808ef4ab7614486ba5f68079366f

See more details on using hashes here.

File details

Details for the file feyn-3.4.1-cp311-cp311-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for feyn-3.4.1-cp311-cp311-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 6368d4a2ebfd34b356ce57e544c04baaf310c9f27983a48ddcdaa2135e541996
MD5 fcaedd1b8e2be8cb5f9bd4ff9317a4e6
BLAKE2b-256 cc80171530f94ed03ff2dd7e7a9a52eecce58477fa751087f0722e7289e9de98

See more details on using hashes here.

File details

Details for the file feyn-3.4.1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: feyn-3.4.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 239.6 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.8.10

File hashes

Hashes for feyn-3.4.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 0c2b72738c4b00dc9f108024bee1d4f034ec109ae3fc0500e9ac5537855ca0a4
MD5 0ceb7d5aad257eee4b5b6a1a5f2b6a44
BLAKE2b-256 64dd0e678a350d447d5187f77409d6e82f05a9ead5438ebec71832ccd5f6fed1

See more details on using hashes here.

File details

Details for the file feyn-3.4.1-cp310-cp310-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for feyn-3.4.1-cp310-cp310-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 d1a2d652d427368b361f6b66e190bb15a70c64e0037f55e030e64c73410352c1
MD5 1a27324b9af3c37c09f602e0e8161f68
BLAKE2b-256 5ee5db8076ccc89cf5138c7d2584f73eb2a4b7e16d140cb0ce63da9369d259d1

See more details on using hashes here.

File details

Details for the file feyn-3.4.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for feyn-3.4.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ac03c4b67486533d56e62ece8b08366e382a7695bc67b78ab66049b4f3fedb29
MD5 112c07e7348974bdfd7763e15e054f9b
BLAKE2b-256 9900266e875a3baa331676417ffafec1277a70859d9464de2030826b453ec1e2

See more details on using hashes here.

File details

Details for the file feyn-3.4.1-cp310-cp310-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for feyn-3.4.1-cp310-cp310-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 b72181b3922e48b03bbdc1bd7101273177096c06d14b306c8111b27be6cccb7b
MD5 19bde81247ac48e7821401dc912ed3dc
BLAKE2b-256 dad534a237f7fb3c1ec35663216ee0cdcbbce8c389857ae0f45b979347a331fc

See more details on using hashes here.

File details

Details for the file feyn-3.4.1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: feyn-3.4.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 239.6 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.8.10

File hashes

Hashes for feyn-3.4.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 8324fc3084d2828fdbe81cbf63713637ee46f1a956eca5c23e9db76a871505ef
MD5 adb411414af59fe01c9853c1e94c5ccf
BLAKE2b-256 d964bdf1fe296b5de9b93b8db6cd64b2186e2cec33997bb441522267eba018de

See more details on using hashes here.

File details

Details for the file feyn-3.4.1-cp39-cp39-win32.whl.

File metadata

  • Download URL: feyn-3.4.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 235.1 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.8.10

File hashes

Hashes for feyn-3.4.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 04c1c351fdf30ac949c5609b0a305fd4567f464133f5cb67522bd389e1b90b9d
MD5 061105fbcfc99e3373db83bf0396b563
BLAKE2b-256 09270761f90f14a5639583fa8ad6810ac5a0d261e202cb9bba68433b357c23e6

See more details on using hashes here.

File details

Details for the file feyn-3.4.1-cp39-cp39-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for feyn-3.4.1-cp39-cp39-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 9fa6874b0e253abbf156488b6e9e43d288890d4a624ce047aa3a792a1b4bc0b0
MD5 4067d49c865b672bf69154790a7d3e66
BLAKE2b-256 c5ad7bf36a2ddac4000ad801ad9b816806012ab65ac440e85b1f0486563b3200

See more details on using hashes here.

File details

Details for the file feyn-3.4.1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

  • Download URL: feyn-3.4.1-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 235.8 kB
  • Tags: CPython 3.9, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.8.10

File hashes

Hashes for feyn-3.4.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f83dfe2fcf482144daa129676d246fd350bde64792062d216b83088a24b3210a
MD5 9679d3fe9cb59378f5fcb4422d84b099
BLAKE2b-256 e9bd1d090cf4aed85aafc074f62d38b544f68e2442f39fdb2a1fc17bfacf96c9

See more details on using hashes here.

File details

Details for the file feyn-3.4.1-cp39-cp39-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for feyn-3.4.1-cp39-cp39-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 ad92f8b0201a11e125ef218fdf417bb05978f591fdf7de288fbd4345742ec3c2
MD5 1fbd238e21a221c35e6403675cc4d713
BLAKE2b-256 6d84927e188ff1cfae61565a3bdd6b660dcc9dd89a1236987b8c4e5ca495eb06

See more details on using hashes here.

File details

Details for the file feyn-3.4.1-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: feyn-3.4.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 239.5 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.8.10

File hashes

Hashes for feyn-3.4.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 fc46eea5705bd0db5a3cb211337e1daec1387b78cdc9983333ef099db0ad20fb
MD5 eb42fd5166aa065ade3ebcc27045f88f
BLAKE2b-256 c9ad47c5dfd8abdb3e9464d14e595b24ed6c5503cbf356397403c689df67b572

See more details on using hashes here.

File details

Details for the file feyn-3.4.1-cp38-cp38-win32.whl.

File metadata

  • Download URL: feyn-3.4.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 235.0 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.8.10

File hashes

Hashes for feyn-3.4.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 b55f3582d0849b8806f992fbde6adaaf283f04a475e20e4e2b671665b4275a00
MD5 bb9c753610e81b8ca758adf20c9a404d
BLAKE2b-256 f8453bafaa5086a21cb9162be7cf6234d6596cc3b05a41dc6349a0519f8f42f0

See more details on using hashes here.

File details

Details for the file feyn-3.4.1-cp38-cp38-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for feyn-3.4.1-cp38-cp38-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 a8385b07b672efc223ba7a28e67f113bd94c9cf366d82ab35c7937a38c16a842
MD5 6609a5f0a1185456a2595747aecb66af
BLAKE2b-256 926b054f30624ed32f9b6c2194c912133bbff81e1664ef59f0cb7982234b97e0

See more details on using hashes here.

File details

Details for the file feyn-3.4.1-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

  • Download URL: feyn-3.4.1-cp38-cp38-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 235.6 kB
  • Tags: CPython 3.8, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.8.10

File hashes

Hashes for feyn-3.4.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 525b2e9215e7ab92d6cc67ac5ad22832e23bd5287926227536ac1803cf6e7a4e
MD5 5b491e9bd4aac0ea4278cb480fcc60a4
BLAKE2b-256 417df0522f7858d99c98d2abb6e4df1d3be136be6528b25edf09a3f13b800f25

See more details on using hashes here.

File details

Details for the file feyn-3.4.1-cp38-cp38-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for feyn-3.4.1-cp38-cp38-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 6091d4fd0b0393661ef59681aae6bef226397096704fae6837b7442c39a949fc
MD5 82a5c6136cf167154381b9bac7f2ab42
BLAKE2b-256 558e3f050024e6805212337698ae1ff9464a07186f57727f02afb272a575f72b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page