Skip to main content

PSFs in the Full FOV

Project description

Piff is a Python software package for modeling the point-spread function (PSF) across multiple detectors in the full field of view (FOV).

Features: (Some are aspirational. We’re still working on the code!)

  • Has multiple basis sets for the underlying PSF model, including pixel-based, shapelets, Gaussian mixture, maybe also Moffat and/or Kolmogorov.

  • Can build the models in either chip or sky coordinates, properly accounting for the WCS of the image.

  • Can interpolate across the full field-of-view, or across each chip separately, or a combination of both.

  • Can do the fitting in either real or Fourier space.

  • Has multiple interpolation functions including polynomials, gaussian processes, and others.

  • Can take knowledge of the optical aberrations as input to convolve the model of the atmospheric PSF.

  • Performs outlier rejection to detect and remove stars that are not good exemplars of the PSF. Outputs the list of stars that were actually used to build the final model.

  • Allows the centroid to be fixed or floating.

  • In general, allow any value to be fixed rather than fit for.

  • Uses highly readable YAML configuration files to set the various options.

  • Includes Python code to read in the PSF files and use it to draw an image of the PSF at an arbitrary location.

  • Currently, the lead developers are: - Mike Jarvis (mikejarvis17 at gmail) - Josh Meyers (jmeyers314 at gmail) - Pierre-Francois Leget (pierrefrancois.leget at gmail) - Chris Davis (chris.pa.davis at gmail) If you’d like to join the development effort, or if you have any other questions or comments about the code, feel free to contact us at the above email addresses.

Installation

The easiest way to install Piff is with pip:

pip install piff

If you have previously installed Piff and want to uprade to a new released version, you should do:

pip install piff --upgrade

Depending on the write permissions of the python distribution for your specific system, you might need to use one of the following variants:

sudo pip install piff
pip install piff --user

The latter installs the Python module into ~/.local/lib/python3.7/site-packages, which is normally already in your PYTHONPATH, but it puts the executables piffify and meanify into ~/.local/bin which is probably not in your PATH. To use these scripts, you should add this directory to your PATH. If you would rather install into a different prefix rather than ~/.local, you can use:

pip install piff --install-option="--prefix=PREFIX"

This would install the executables into PREFIX/bin and the Python module into PREFIX/lib/python3.7/site-packages.

If you need the bleeding edge version on the main branch, you can download or clone the repo and install with:

pip install -r requirements.txt
pip install .

Depending on your system, you might prefer/need one of these variants:

sudo pip install .
pip install . --user
pip install . --install-option="--prefix=PREFIX"

Running Tests

After installing Piff, you can run the unit tests by doing:

cd tests
nosetests

Using Piff

A tutorial notebook giving an overview of how to use Piff is available in the examples directory, called Tutorial.ipynb

This is not a comprehensive tour of Piff’s capabilities of course, but it should provide a rough guide to the basic structure.

Full documentation is available at:

http://rmjarvis.github.io/Piff/

Reporting bugs

If you have any trouble installing or using the code, or if you find a bug, an error in the documentation, or have any other problem, please report it at:

https://github.com/rmjarvis/Piff/issues

Click “New Issue”, which will open up a form for you to fill in with the details of the problem you are having.

Requesting features

If you would like to request a new feature, do the same thing. Open a new issue and fill in the details of the feature you would like added to Piff. Or if there is already an issue for your desired feature, please add to the discussion, describing your use case. The more people who say they want a feature, the more likely we are to get around to it sooner than later.

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

piff-1.5.1.tar.gz (2.6 MB view details)

Uploaded Source

Built Distributions

piff-1.5.1-cp312-cp312-musllinux_1_1_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ x86-64

piff-1.5.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

piff-1.5.1-cp312-cp312-macosx_11_0_arm64.whl (1.6 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

piff-1.5.1-cp312-cp312-macosx_10_9_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.12macOS 10.9+ x86-64

piff-1.5.1-cp311-cp311-musllinux_1_1_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

piff-1.5.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

piff-1.5.1-cp311-cp311-macosx_11_0_arm64.whl (1.6 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

piff-1.5.1-cp311-cp311-macosx_10_9_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

piff-1.5.1-cp310-cp310-musllinux_1_1_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

piff-1.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

piff-1.5.1-cp310-cp310-macosx_11_0_arm64.whl (1.6 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

piff-1.5.1-cp310-cp310-macosx_10_9_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

piff-1.5.1-cp39-cp39-musllinux_1_1_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

piff-1.5.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

piff-1.5.1-cp39-cp39-macosx_11_0_arm64.whl (1.6 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

piff-1.5.1-cp39-cp39-macosx_10_9_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

Piff-1.5.1-cp38-cp38-musllinux_1_1_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ x86-64

Piff-1.5.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

Piff-1.5.1-cp38-cp38-macosx_11_0_arm64.whl (1.6 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

Piff-1.5.1-cp38-cp38-macosx_10_9_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

File details

Details for the file piff-1.5.1.tar.gz.

File metadata

  • Download URL: piff-1.5.1.tar.gz
  • Upload date:
  • Size: 2.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for piff-1.5.1.tar.gz
Algorithm Hash digest
SHA256 dcdf00df929b383e30b8231c4e7a725304411fb30de9512ffba0609baa51d91a
MD5 ea74fb2b6a9878a522b4eb42e92871b8
BLAKE2b-256 ca36d1b89eae76698ead2f0628717685803878b235635b974b21f1c8dfb3408c

See more details on using hashes here.

Provenance

The following attestation bundles were made for piff-1.5.1.tar.gz:

Publisher: wheels.yml on rmjarvis/Piff

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

File details

Details for the file piff-1.5.1-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for piff-1.5.1-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2d167ebcd278e73e249f4f061833c25fd78c2890d572f1da92dc5268ba1fa89f
MD5 3e3895adfa7836b8b86b60fcfaf96aa4
BLAKE2b-256 b9caa17996816e21c706b9b49b51e4b78c230d7cf19ecae8edb121a672546b80

See more details on using hashes here.

Provenance

The following attestation bundles were made for piff-1.5.1-cp312-cp312-musllinux_1_1_x86_64.whl:

Publisher: wheels.yml on rmjarvis/Piff

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

File details

Details for the file piff-1.5.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for piff-1.5.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a6e32869c7d8f6e5523366dc39918bbb20ee7f713ac3d2d07b694c952f50a739
MD5 5988aed206e3ca9739d77859bdfcb0dd
BLAKE2b-256 8f33992939e9571bf62c50087d3a97cd57bd86a01f7af104a78a6309243dc5e7

See more details on using hashes here.

Provenance

The following attestation bundles were made for piff-1.5.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on rmjarvis/Piff

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

File details

Details for the file piff-1.5.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for piff-1.5.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 692d1ee5ccdc88759bd7dd09bc49a685136cdaec8b3558c80bc76e3691e7c083
MD5 a1ae1fdea8d8f38169185db31eb0cd1e
BLAKE2b-256 e56596b429ce384a1c150569b5a90ae582ea91d7086ea7ec6c71110bbaab172f

See more details on using hashes here.

Provenance

The following attestation bundles were made for piff-1.5.1-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: wheels.yml on rmjarvis/Piff

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

File details

Details for the file piff-1.5.1-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for piff-1.5.1-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6cc1cbd82e2f642d02cacf38189446b6bc7d1cf68f01151018ada27842c50264
MD5 e7383d0b80b62e1b239e225d11dfbe09
BLAKE2b-256 ad7290e183fd14c85ab000cdee6d62da97a3c1d1df2c59e0382568920825718a

See more details on using hashes here.

Provenance

The following attestation bundles were made for piff-1.5.1-cp312-cp312-macosx_10_9_x86_64.whl:

Publisher: wheels.yml on rmjarvis/Piff

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

File details

Details for the file piff-1.5.1-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for piff-1.5.1-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f7a67eba88c0f2826952e4fde49fd66abe1f2d69282d9f79e656f2c48cd1a3ad
MD5 8e707140e7dcdbfcdf4e202c08c2a39f
BLAKE2b-256 a119e2777fb17bcc955ae76a9fa85f8cd518da430281e76afef87bb87c07cff0

See more details on using hashes here.

Provenance

The following attestation bundles were made for piff-1.5.1-cp311-cp311-musllinux_1_1_x86_64.whl:

Publisher: wheels.yml on rmjarvis/Piff

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

File details

Details for the file piff-1.5.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for piff-1.5.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 823d1194c97baedf388de71fec29719c8a55d1f3bb985f14c83665fd74d65631
MD5 6d75b0142c0db0c8c64fc64f5b28c8cc
BLAKE2b-256 824cdc8c144e4e582eecc9a33ade9de191f6e6688c9371dfaebc6673285f883e

See more details on using hashes here.

Provenance

The following attestation bundles were made for piff-1.5.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on rmjarvis/Piff

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

File details

Details for the file piff-1.5.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for piff-1.5.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fa8b17cf86cafaf32c1a0e89e3b8a10f3c0853c00af82555fd1985ec259fbd9a
MD5 b9069dc1f2f759f93491d7f43586164d
BLAKE2b-256 06bb95d9d3a4632f41f043bb4da6b66131e6b08d1230d6ca2790568f428e053a

See more details on using hashes here.

Provenance

The following attestation bundles were made for piff-1.5.1-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: wheels.yml on rmjarvis/Piff

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

File details

Details for the file piff-1.5.1-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for piff-1.5.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fd0ff2e3a3a189e01c6b2679b89906132107ae76cb1d956cdcd4e0cb24d84681
MD5 11edb1622d10996d2bcab1f40fd3ae44
BLAKE2b-256 7f660df8e68123cd70fdc2157b32f9c4ef4fd62b7c4a6839b4be79d6a2209d58

See more details on using hashes here.

Provenance

The following attestation bundles were made for piff-1.5.1-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: wheels.yml on rmjarvis/Piff

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

File details

Details for the file piff-1.5.1-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for piff-1.5.1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 bd8856a63e8f19439b215065292d9d6b8bbb2cab8b7debd3c05d105b4c0a15a8
MD5 6ed3fed6b2c318162fe9d62c7c37cc05
BLAKE2b-256 cdbea839c4a2ac1d5f288ee5138ff1536569cc02334502ba12a3bf0c1085a833

See more details on using hashes here.

Provenance

The following attestation bundles were made for piff-1.5.1-cp310-cp310-musllinux_1_1_x86_64.whl:

Publisher: wheels.yml on rmjarvis/Piff

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

File details

Details for the file piff-1.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for piff-1.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 069afd6acb3b7ade8d847aaa202d1102cab9c92f62797f137204d55cc2bdbd89
MD5 2efacc0d586a3db8cfc8f57839d4aafe
BLAKE2b-256 cbf687dd352cb5dc37689881a6cb3a01279ddf96077ba31b46040e7d6abc1829

See more details on using hashes here.

Provenance

The following attestation bundles were made for piff-1.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on rmjarvis/Piff

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

File details

Details for the file piff-1.5.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for piff-1.5.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 482afb8ec6d0de7f478478ad0df090b71bdd593ce9823128d0151fcc07ac39c5
MD5 3222680165addff369b7f9465760a277
BLAKE2b-256 e732888c5214fc4fb72939411cc69e4e3edc22f679c72a88f18ddaebedeec000

See more details on using hashes here.

Provenance

The following attestation bundles were made for piff-1.5.1-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: wheels.yml on rmjarvis/Piff

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

File details

Details for the file piff-1.5.1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for piff-1.5.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b2d8104cd66f16771508c6cc159b72c7408484208c9167d3105600225bb345b0
MD5 9ec1a883e83367546f63fd32593012ae
BLAKE2b-256 be109977e5b355d68b7dc6a9240e70325c779b3b74ba1b3c3cb351793465bacf

See more details on using hashes here.

Provenance

The following attestation bundles were made for piff-1.5.1-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: wheels.yml on rmjarvis/Piff

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

File details

Details for the file piff-1.5.1-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: piff-1.5.1-cp39-cp39-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.9, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for piff-1.5.1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 207a333fef9748f2fffadfdad3d7f2001b58154fbf1957976d092b5c83477618
MD5 87b4fae9abae0ff3861dd84e40783b02
BLAKE2b-256 a26a52c880fa4be631368d3a9efef2fc1d76bbbc26e913850c6641d5ed13289e

See more details on using hashes here.

Provenance

The following attestation bundles were made for piff-1.5.1-cp39-cp39-musllinux_1_1_x86_64.whl:

Publisher: wheels.yml on rmjarvis/Piff

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

File details

Details for the file piff-1.5.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for piff-1.5.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dc7db5aae65f5678980dabd61cad714b08146fbd367212e0963f3ac9f5f09c76
MD5 f1ea344a6aa11090a9612184198d6e90
BLAKE2b-256 6d856d17d911990b3cf6e0d02b468018a5090ba85eea7e85a6e92d882fac5c46

See more details on using hashes here.

Provenance

The following attestation bundles were made for piff-1.5.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on rmjarvis/Piff

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

File details

Details for the file piff-1.5.1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

  • Download URL: piff-1.5.1-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.9, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for piff-1.5.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 487a5c3027c791dd05de06361dba92e8714d35a0ca61e36956f500d14ae6a4f1
MD5 5ea32f3d3605eb6341ef18c6ea848472
BLAKE2b-256 c0a735f60c4c50793ae4974de64f5b932e42ca4114dcef11d99dfd269540f361

See more details on using hashes here.

Provenance

The following attestation bundles were made for piff-1.5.1-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: wheels.yml on rmjarvis/Piff

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

File details

Details for the file piff-1.5.1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: piff-1.5.1-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for piff-1.5.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e92461511f5683710ae328d122bcc0b2ec8353f0ca6969d2076d5fbe8d910016
MD5 0e802cbc8df7493f21134a93659a7500
BLAKE2b-256 53418c56728c3de61feaa1e28979a9cf817234e3859c7d1d07d7846e44c31505

See more details on using hashes here.

Provenance

The following attestation bundles were made for piff-1.5.1-cp39-cp39-macosx_10_9_x86_64.whl:

Publisher: wheels.yml on rmjarvis/Piff

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

File details

Details for the file Piff-1.5.1-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: Piff-1.5.1-cp38-cp38-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.8, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for Piff-1.5.1-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 0d7ab4599d41927ff063d6069d1c022d41a828b69a2a62251031ab1530b144ef
MD5 a692b2f37ec86077dec054597b4ed943
BLAKE2b-256 731de8ed2f15b5cbd2c4c3508cccb7aa02f872d974b97bdf6ac41029485bdf7d

See more details on using hashes here.

Provenance

The following attestation bundles were made for Piff-1.5.1-cp38-cp38-musllinux_1_1_x86_64.whl:

Publisher: wheels.yml on rmjarvis/Piff

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

File details

Details for the file Piff-1.5.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for Piff-1.5.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7fde05e24a80cddb66056be3544d64228c71763cc1479a8c8e1aa43baf44765a
MD5 3bb3056b1053756c576e7f64cd84c394
BLAKE2b-256 07145508b5773b87d4ad90a459bfa55155cc1d52c886869781e56e6269c94ade

See more details on using hashes here.

Provenance

The following attestation bundles were made for Piff-1.5.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on rmjarvis/Piff

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

File details

Details for the file Piff-1.5.1-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

  • Download URL: Piff-1.5.1-cp38-cp38-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.8, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for Piff-1.5.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b2f433044fd5026b2044cd60def10807661bf8f6e4fbca4f46dd50ad6bc38fce
MD5 74e273e76ae29858e527b41df1f551d9
BLAKE2b-256 ac556cca941815f1c3e008fb4ea0e0c5b846aad32a836ed4c7db44f711b49ac1

See more details on using hashes here.

Provenance

The following attestation bundles were made for Piff-1.5.1-cp38-cp38-macosx_11_0_arm64.whl:

Publisher: wheels.yml on rmjarvis/Piff

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

File details

Details for the file Piff-1.5.1-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: Piff-1.5.1-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for Piff-1.5.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1af8d3b79eca309d93ef0a532d16f370698df837f8db549fc4de0c5e443ca7ba
MD5 d74c75308ce55b6e2e1d7259a9f798e7
BLAKE2b-256 bc2a5579dbb09c76815e3dd025c3716e95607494a7537a1548049cbef1179ec9

See more details on using hashes here.

Provenance

The following attestation bundles were made for Piff-1.5.1-cp38-cp38-macosx_10_9_x86_64.whl:

Publisher: wheels.yml on rmjarvis/Piff

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 Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page