Skip to main content

Functions represented as Chebyshev series

Project description

cheby

This package provides:

  • Basis of Chebyshev polynomials of the first kind
  • Functions represented as Chebyshev series

It is intended to be used for the resolution of differential equations using spectral methods. It is primarily a C++ library with a Python wrapper using pybind11. It also relies on Eigen for linear algebra.

Installation

The simplest way is to use pip:

pip install cheby

The package can be installed directly from source:

git clone https://github.com/GwenaelGabard/cheby
cd cheby
git submodule update --init --recursive
pip install .

This will require a C++ compiler and cmake.

Usage

The Python class Basis1D provides the following features:

  • Evaluation of Chebyshev polynomials of the first kind and their derivatives
  • Chebyshev points of the first and second kinds
  • Differentiation matrix
  • Matrix for Dirichlet recombination

The Python classes RealFunction and ComplexFunction provide representations of univariate functions as Chebyshev series. THey provide the following features:

  • Construction of the Chebyshev representation based on a Python function
  • Evaluation of the function and its derivatives
  • Addition, subtraction and multiplication
  • Primitive and integrals (over the whole domain or over a subsegment)
  • Roots and extrema
  • Integer powers

See the Jupyter notebooks in the examples folder for examples of usage.

Unit tests

Unit tests are written using pytest. They can be run using

pytest tests

License

This project is licensed under the MIT License - see the LICENSE file for details

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.

cheby-0.3.11-cp312-cp312-win_amd64.whl (180.8 kB view details)

Uploaded CPython 3.12Windows x86-64

cheby-0.3.11-cp312-cp312-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

cheby-0.3.11-cp312-cp312-musllinux_1_2_i686.whl (1.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

cheby-0.3.11-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (285.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

cheby-0.3.11-cp312-cp312-macosx_11_0_arm64.whl (148.0 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

cheby-0.3.11-cp312-cp312-macosx_10_9_universal2.whl (315.7 kB view details)

Uploaded CPython 3.12macOS 10.9+ universal2 (ARM64, x86-64)

cheby-0.3.11-cp311-cp311-win_amd64.whl (180.8 kB view details)

Uploaded CPython 3.11Windows x86-64

cheby-0.3.11-cp311-cp311-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

cheby-0.3.11-cp311-cp311-musllinux_1_2_i686.whl (1.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

cheby-0.3.11-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (282.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

cheby-0.3.11-cp311-cp311-macosx_11_0_arm64.whl (148.4 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

cheby-0.3.11-cp311-cp311-macosx_10_9_universal2.whl (315.6 kB view details)

Uploaded CPython 3.11macOS 10.9+ universal2 (ARM64, x86-64)

cheby-0.3.11-cp310-cp310-win_amd64.whl (180.1 kB view details)

Uploaded CPython 3.10Windows x86-64

cheby-0.3.11-cp310-cp310-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

cheby-0.3.11-cp310-cp310-musllinux_1_2_i686.whl (1.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

cheby-0.3.11-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (281.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

cheby-0.3.11-cp310-cp310-macosx_11_0_arm64.whl (147.2 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

cheby-0.3.11-cp310-cp310-macosx_10_9_universal2.whl (313.0 kB view details)

Uploaded CPython 3.10macOS 10.9+ universal2 (ARM64, x86-64)

cheby-0.3.11-cp39-cp39-win_amd64.whl (184.2 kB view details)

Uploaded CPython 3.9Windows x86-64

cheby-0.3.11-cp39-cp39-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

cheby-0.3.11-cp39-cp39-musllinux_1_2_i686.whl (1.4 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

cheby-0.3.11-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (281.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

cheby-0.3.11-cp39-cp39-macosx_11_0_arm64.whl (147.3 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

cheby-0.3.11-cp39-cp39-macosx_10_9_universal2.whl (313.2 kB view details)

Uploaded CPython 3.9macOS 10.9+ universal2 (ARM64, x86-64)

File details

Details for the file cheby-0.3.11-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: cheby-0.3.11-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 180.8 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for cheby-0.3.11-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 5dc7e8717e0fc2362ce6b9ec512242cb15324d1d32a68b27eceab218fb4bacce
MD5 4d31d89c544c9e834db6eb87a7a18fe5
BLAKE2b-256 e54d4607cdebe24ec4225f2a570354ef36a8ee6e036458d4d2cd2a02817fd75c

See more details on using hashes here.

Provenance

The following attestation bundles were made for cheby-0.3.11-cp312-cp312-win_amd64.whl:

Publisher: release.yml on GwenaelGabard/cheby

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cheby-0.3.11-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cheby-0.3.11-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cc44994986e9cff1e73e9ef4fa4fc0c3c0d721335e948fc67fcca8951aee97ce
MD5 ba7ed6c3d566103e568554759b9900b4
BLAKE2b-256 5e9ac35e1920d108349347c141ccfc03dd6de27a5096ef8a5f547fb4b5ae0cce

See more details on using hashes here.

Provenance

The following attestation bundles were made for cheby-0.3.11-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: release.yml on GwenaelGabard/cheby

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cheby-0.3.11-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cheby-0.3.11-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3062242c68752238ec5d49a413aab621863be18bcb66d18120e5480970c1c2aa
MD5 15a8c4786e62f614d7e225148b99ff78
BLAKE2b-256 80be63f36fd798863addd997322e5b5b190d5dc471b855f5533696833e7e7ddf

See more details on using hashes here.

Provenance

The following attestation bundles were made for cheby-0.3.11-cp312-cp312-musllinux_1_2_i686.whl:

Publisher: release.yml on GwenaelGabard/cheby

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cheby-0.3.11-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cheby-0.3.11-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 45fdcb2aa488a6226dc4dd89777853a0ea5a104035e8048396f67e18000e4c9b
MD5 5f4b6a29e530f63ceddda1b60ee0b89b
BLAKE2b-256 bd18d59027224f9b30e210f0925087c405422783e17d0b96768063b33944baf9

See more details on using hashes here.

Provenance

The following attestation bundles were made for cheby-0.3.11-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on GwenaelGabard/cheby

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cheby-0.3.11-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cheby-0.3.11-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 087522360129854d9c9e9d23e632f1cf88906b86d9240264629b4df65823f420
MD5 843a05516e7f8e5066221b29fa9fb3d5
BLAKE2b-256 206785d7d1b778080fad532c8bab796b2a37ec37ecf0ca6ada5b8dd0a8912033

See more details on using hashes here.

Provenance

The following attestation bundles were made for cheby-0.3.11-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: release.yml on GwenaelGabard/cheby

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cheby-0.3.11-cp312-cp312-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for cheby-0.3.11-cp312-cp312-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 1de0348827434e7b6b4c9003136d5a5987ebe390b796b55158a0e940eab2b576
MD5 55e01f04f5f8d66490e68ead27e019b0
BLAKE2b-256 cbe6a1fe78021653e77106738ea2617cd542c20c7cc4a9db15811815ccd2a908

See more details on using hashes here.

Provenance

The following attestation bundles were made for cheby-0.3.11-cp312-cp312-macosx_10_9_universal2.whl:

Publisher: release.yml on GwenaelGabard/cheby

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cheby-0.3.11-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: cheby-0.3.11-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 180.8 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for cheby-0.3.11-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 e974505fc72b829a70d33b167855c00099786caa655c29eebe6615ddd36dec80
MD5 f3cf8711973ca18a3f42655dfb47bc30
BLAKE2b-256 94812916679bc959d32325e4c826912e0f6fe0baecc47796451f796aa1b2742a

See more details on using hashes here.

Provenance

The following attestation bundles were made for cheby-0.3.11-cp311-cp311-win_amd64.whl:

Publisher: release.yml on GwenaelGabard/cheby

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cheby-0.3.11-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cheby-0.3.11-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ac0b3efb5373c168e8f50d067f9a999a853281b1452cb7c91fa80f434d311579
MD5 88d83699257344c247366e0d1e6cd696
BLAKE2b-256 18063b25f2c9682b336e016d52c8b27046b61fc327b04ca7b20604fa27508aea

See more details on using hashes here.

Provenance

The following attestation bundles were made for cheby-0.3.11-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: release.yml on GwenaelGabard/cheby

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cheby-0.3.11-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cheby-0.3.11-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f97702d627539a7e421e1ac014d2a00f7757afae50e3e5db1713d7f3f1fbd598
MD5 17219cbdd618f901fe815d18e658a830
BLAKE2b-256 ef20b9fdbd78a5bb77fc75823ffb93fffca87add0ef0a5c8ae7492d33b4aa5a1

See more details on using hashes here.

Provenance

The following attestation bundles were made for cheby-0.3.11-cp311-cp311-musllinux_1_2_i686.whl:

Publisher: release.yml on GwenaelGabard/cheby

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cheby-0.3.11-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cheby-0.3.11-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ae1b006c1a01140d614a5afb992dce254d92e1e6fb0f22bc103ba7ff019213fe
MD5 476b62d63bb8b1f948dfe5c9054f2f29
BLAKE2b-256 cc85822829044f72737b4582be7cff36e02626925e3427411e386e80c6f5d310

See more details on using hashes here.

Provenance

The following attestation bundles were made for cheby-0.3.11-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on GwenaelGabard/cheby

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cheby-0.3.11-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cheby-0.3.11-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0c8347011bc9baaa70ce4fdae5f9f20373859d42795e9313772ef04c7cd94ab5
MD5 f561f7c9c450850b1e30f48ebd250ab3
BLAKE2b-256 27342df8c5bf41ab7f5b4921affd98f0329557614095de34b7639fcae63166c0

See more details on using hashes here.

Provenance

The following attestation bundles were made for cheby-0.3.11-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: release.yml on GwenaelGabard/cheby

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cheby-0.3.11-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for cheby-0.3.11-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 fcf586e2b081bc6d5b51ed9c6cb01f60cb20b014bfd8c547a74cb266a2595659
MD5 a69d3665819125b618b4b1dab92c64ab
BLAKE2b-256 790624cd4bb1754eb4861c71a64eaac08a774f500253d7d869d9cba893e02cce

See more details on using hashes here.

Provenance

The following attestation bundles were made for cheby-0.3.11-cp311-cp311-macosx_10_9_universal2.whl:

Publisher: release.yml on GwenaelGabard/cheby

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cheby-0.3.11-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: cheby-0.3.11-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 180.1 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for cheby-0.3.11-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 07c051d289a0be14ec4c81d66fe0d35d6f30942a754525e96a7c335227d1a068
MD5 c4f8dc29320fe435cf395695cb1dbe89
BLAKE2b-256 fcc7f855a1f599729e34f15a349981627255c521d6af74073b25c3efc156851c

See more details on using hashes here.

Provenance

The following attestation bundles were made for cheby-0.3.11-cp310-cp310-win_amd64.whl:

Publisher: release.yml on GwenaelGabard/cheby

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cheby-0.3.11-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cheby-0.3.11-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e7e7512190823f4b591366433662f67d629f18db04933c0df00f86e6d878a22a
MD5 69275bd454a27631e9c5e04f984fcd77
BLAKE2b-256 b13370704d66feffa918c0c55562afc9490584df257eb8f3bea98ffe58a0427b

See more details on using hashes here.

Provenance

The following attestation bundles were made for cheby-0.3.11-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: release.yml on GwenaelGabard/cheby

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cheby-0.3.11-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cheby-0.3.11-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c9535612e5bf9e5f2c2b32f030df9640825778325f8738ba4fdc2007d2cec85b
MD5 8aa8a97dc49d1f35dee21da88c1b25aa
BLAKE2b-256 42370132e23231524b0c7a1b56d5697b7e9d88955fd3d0f09a62ed21f9d45e69

See more details on using hashes here.

Provenance

The following attestation bundles were made for cheby-0.3.11-cp310-cp310-musllinux_1_2_i686.whl:

Publisher: release.yml on GwenaelGabard/cheby

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cheby-0.3.11-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cheby-0.3.11-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 986f1077d5b7cb743733d1cc3aee810874666ffb4634d47b14026476ba68ca98
MD5 228d60a4e65f9eead5f43e60faa7beeb
BLAKE2b-256 38ff1b337c109dd8cb4374e918eed89f57444a1cb63875947925c6f8592a7369

See more details on using hashes here.

Provenance

The following attestation bundles were made for cheby-0.3.11-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on GwenaelGabard/cheby

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cheby-0.3.11-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cheby-0.3.11-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b7d7fd959882f6bf68576ccc32f52339e2ca670bcd3beae7a1a6869a7baae6a3
MD5 f8521ef84f41a50327c7136430c05068
BLAKE2b-256 992907df88a93cc9bf9b4151bc5f1947cef15258257fe756ac2065d3bf51fff8

See more details on using hashes here.

Provenance

The following attestation bundles were made for cheby-0.3.11-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: release.yml on GwenaelGabard/cheby

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cheby-0.3.11-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for cheby-0.3.11-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 e4589518356a3a44ed7914dc5477684b6824c47ba7fe3d7138f5f2b99d47e344
MD5 f64fdb0ebb464442e0df6bcaff4efa5b
BLAKE2b-256 6cd27a387b42fea8530098d831bdedad741b496b6461d6b903a708819bf5062b

See more details on using hashes here.

Provenance

The following attestation bundles were made for cheby-0.3.11-cp310-cp310-macosx_10_9_universal2.whl:

Publisher: release.yml on GwenaelGabard/cheby

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cheby-0.3.11-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: cheby-0.3.11-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 184.2 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for cheby-0.3.11-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 3e1da1019a40f50675a0b82c91fb9b703119f52ec4c7892979011989253a77ae
MD5 bcc57fcdad921eb8a825d4543a4e7357
BLAKE2b-256 68eda8755ce68f5d96583f4c5f256893c68c69fccaa56bf86c2e88a3941714bb

See more details on using hashes here.

Provenance

The following attestation bundles were made for cheby-0.3.11-cp39-cp39-win_amd64.whl:

Publisher: release.yml on GwenaelGabard/cheby

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cheby-0.3.11-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cheby-0.3.11-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e29e6fbd2517776f984d2b200b0088b8278239b83e26f9274ab9875aaf7eb089
MD5 3029e9d0174ef714eb586a1729d8c0e0
BLAKE2b-256 dfb5c7a5e13608e706f0333420b651cb70c5bbe0f7ed340e45772559ed371acb

See more details on using hashes here.

Provenance

The following attestation bundles were made for cheby-0.3.11-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: release.yml on GwenaelGabard/cheby

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cheby-0.3.11-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

  • Download URL: cheby-0.3.11-cp39-cp39-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.9, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for cheby-0.3.11-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 06ea4cc4f3e68dcbe5970e06ad492e24e29a1af3df63230f3fb459794cd2c785
MD5 e8bc20e2ebe749274a9c4fade237a018
BLAKE2b-256 1abe5da7dadc419df3a21d6d73d68d50840db823fd34d3694b1738717858e283

See more details on using hashes here.

Provenance

The following attestation bundles were made for cheby-0.3.11-cp39-cp39-musllinux_1_2_i686.whl:

Publisher: release.yml on GwenaelGabard/cheby

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cheby-0.3.11-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cheby-0.3.11-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 044d034991fcc158059bfccf9b4539f46d295ce9d6dce92d94efe3e65250753b
MD5 9c62e01d3adfc8b1501775f0689c4af3
BLAKE2b-256 8d0b0d5e232042995cc9bdd2302d720199422d0c173ce6e3ffd8dd76980ec318

See more details on using hashes here.

Provenance

The following attestation bundles were made for cheby-0.3.11-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on GwenaelGabard/cheby

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cheby-0.3.11-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cheby-0.3.11-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 17457d8a02539a96409c9ada311d5669922547f492a3fd40d2fe00229cd05d6d
MD5 bbe0d0588de74346db3e9e9ca897659c
BLAKE2b-256 c0eec316653e8becdabf44a7e8f6cb1864a9bdadb3a75d92467aa8c23de8bda7

See more details on using hashes here.

Provenance

The following attestation bundles were made for cheby-0.3.11-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: release.yml on GwenaelGabard/cheby

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cheby-0.3.11-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for cheby-0.3.11-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 fa2c74e70047f5d73a7f25fd41c4a1546fc99637bbb6d390ca604de3c024ed5f
MD5 13bf8fafe4415cdc3877605d06a64260
BLAKE2b-256 d78e10918610daf420d6eaf8bbe8f8d2a646c3028e9b61a49cfc59be6b009867

See more details on using hashes here.

Provenance

The following attestation bundles were made for cheby-0.3.11-cp39-cp39-macosx_10_9_universal2.whl:

Publisher: release.yml on GwenaelGabard/cheby

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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