Skip to main content

Python bindings to PineAPPL

Project description

PyPI version Anaconda-Server Badge AUR Documentation Status

Python bindings for PineAPPL

This crate uses PyO3 to provide Python bindings to PineAPPL's Rust API.

For installation instructions see the documentation.

Development

Run

python -m venv env && . env/bin/activate

to setup a new environment and check that pip --version returns at least pip 22.0 from .... If not, upgrade pip via

pip install -U pip

Next, install maturin:

pip install maturin

Run

maturin develop

to build the project, which also installs it into the environment so that it can be used in Python projects that use the same environment.

Documentation

Run the following once to install the documentation's dependencies:

pip install '.[docs]'

Then run

( cd docs && make clean html )

to generate the documentation.

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

pineappl-1.0.0.tar.gz (153.5 kB view details)

Uploaded Source

Built Distributions

pineappl-1.0.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (728.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

pineappl-1.0.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (728.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

pineappl-1.0.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl (636.0 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

pineappl-1.0.0-pp310-pypy310_pp73-macosx_10_12_x86_64.whl (712.3 kB view details)

Uploaded PyPymacOS 10.12+ x86-64

pineappl-1.0.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl (637.2 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

pineappl-1.0.0-pp39-pypy39_pp73-macosx_10_12_x86_64.whl (713.3 kB view details)

Uploaded PyPymacOS 10.12+ x86-64

pineappl-1.0.0-cp313-cp313-win_amd64.whl (683.6 kB view details)

Uploaded CPython 3.13Windows x86-64

pineappl-1.0.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (725.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

pineappl-1.0.0-cp313-cp313-macosx_11_0_arm64.whl (630.1 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pineappl-1.0.0-cp313-cp313-macosx_10_12_x86_64.whl (706.0 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

pineappl-1.0.0-cp312-cp312-win_amd64.whl (684.1 kB view details)

Uploaded CPython 3.12Windows x86-64

pineappl-1.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (726.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

pineappl-1.0.0-cp312-cp312-macosx_11_0_arm64.whl (630.2 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pineappl-1.0.0-cp312-cp312-macosx_10_12_x86_64.whl (706.3 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

pineappl-1.0.0-cp311-cp311-win_amd64.whl (685.5 kB view details)

Uploaded CPython 3.11Windows x86-64

pineappl-1.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (727.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

pineappl-1.0.0-cp311-cp311-macosx_11_0_arm64.whl (635.3 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pineappl-1.0.0-cp311-cp311-macosx_10_12_x86_64.whl (711.7 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

pineappl-1.0.0-cp310-cp310-win_amd64.whl (685.6 kB view details)

Uploaded CPython 3.10Windows x86-64

pineappl-1.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (727.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

pineappl-1.0.0-cp310-cp310-macosx_11_0_arm64.whl (635.2 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pineappl-1.0.0-cp310-cp310-macosx_10_12_x86_64.whl (711.7 kB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

pineappl-1.0.0-cp39-cp39-win_amd64.whl (686.5 kB view details)

Uploaded CPython 3.9Windows x86-64

pineappl-1.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (728.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

pineappl-1.0.0-cp39-cp39-macosx_11_0_arm64.whl (636.5 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

pineappl-1.0.0-cp39-cp39-macosx_10_12_x86_64.whl (712.9 kB view details)

Uploaded CPython 3.9macOS 10.12+ x86-64

pineappl-1.0.0-cp38-cp38-win_amd64.whl (686.5 kB view details)

Uploaded CPython 3.8Windows x86-64

pineappl-1.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (728.1 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

pineappl-1.0.0-cp38-cp38-macosx_11_0_arm64.whl (636.4 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

pineappl-1.0.0-cp38-cp38-macosx_10_12_x86_64.whl (712.3 kB view details)

Uploaded CPython 3.8macOS 10.12+ x86-64

pineappl-1.0.0-cp37-cp37m-win_amd64.whl (686.6 kB view details)

Uploaded CPython 3.7mWindows x86-64

pineappl-1.0.0-cp37-cp37m-macosx_11_0_arm64.whl (636.4 kB view details)

Uploaded CPython 3.7mmacOS 11.0+ ARM64

pineappl-1.0.0-cp37-cp37m-macosx_10_12_x86_64.whl (712.5 kB view details)

Uploaded CPython 3.7mmacOS 10.12+ x86-64

File details

Details for the file pineappl-1.0.0.tar.gz.

File metadata

  • Download URL: pineappl-1.0.0.tar.gz
  • Upload date:
  • Size: 153.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.7

File hashes

Hashes for pineappl-1.0.0.tar.gz
Algorithm Hash digest
SHA256 defcb3425fd2f61ae973f0d6e8f2594ed9dc85a98c6a9a0545f07d755e22b810
MD5 e023df36bc3af27dd4deb90ffbbe0dad
BLAKE2b-256 78fcd001dae730d434d58bbed41d5248df4bf82f9082e092c2d3eec3d21ac600

See more details on using hashes here.

File details

Details for the file pineappl-1.0.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pineappl-1.0.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fd7f80042b3ebcece72a59e061efc9cf64f859d73bc1b604a29349beacf555b3
MD5 4ec35ae942cec379fe12fded38306f1a
BLAKE2b-256 f48cd1c07635fc08b8ab3a824257d2fce055bebeb18cf68c75dd4c7695526ee2

See more details on using hashes here.

File details

Details for the file pineappl-1.0.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pineappl-1.0.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a6a1e4fc572fa241c3dae560d523327690917905d402d958084d5665400d225b
MD5 870b82d7232e7fdc50e6e992e1a392b8
BLAKE2b-256 a0ce07b337dd2425a5cf6c3000cbd3c698c350c4f4541b34ea373893b4af4555

See more details on using hashes here.

File details

Details for the file pineappl-1.0.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pineappl-1.0.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9c48aba781efc0d468990833ceb54bb078086e8771c2dab6108cb707f0698cc5
MD5 5577ea10c4a5fc792f4c38b0e2cb3b2a
BLAKE2b-256 9900e6bc892454315aa0f09335a6b849f7f4a112fa3aa12bb904c2775d47d4aa

See more details on using hashes here.

File details

Details for the file pineappl-1.0.0-pp310-pypy310_pp73-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pineappl-1.0.0-pp310-pypy310_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 187075c01bec3952a2c16249557e2e6b28541906f7588c578afc9113933a47ac
MD5 1f3089cbff53041a188a86424a7d4973
BLAKE2b-256 e55a3391d41071785b22999dab602c769bc7d38a9f534ef6dce9865d18146e84

See more details on using hashes here.

File details

Details for the file pineappl-1.0.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pineappl-1.0.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3b303b302ad60aafc18d629c24dfca459dab3bd97343e7e9336198e38ca42ea6
MD5 79f75341aeb77b35bd9e075fad4aace2
BLAKE2b-256 2447ed4f7d2018e78ff39736a7b6ce722a18ae7640ddb2fb0809bf451eb00e26

See more details on using hashes here.

File details

Details for the file pineappl-1.0.0-pp39-pypy39_pp73-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pineappl-1.0.0-pp39-pypy39_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a8f5492b155ce975d5385b4153459bb1956d4c544938d111103523e64f2b03f6
MD5 bcb1cccfd6baad8cd000754fd27c9325
BLAKE2b-256 304cc75e395b9d260790ea22f879a9926df7a57b1702f570c1dcc0f447d55167

See more details on using hashes here.

File details

Details for the file pineappl-1.0.0-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for pineappl-1.0.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 b31229e9f8fbc096a57a63aec6c323e197e237cfcdb758d672d1793ab7c87e0e
MD5 2fdaf4f16eda1111a4807d639de7c87f
BLAKE2b-256 f9b30243eefec7edeb128b97e217bc6a069a8a6cf489dc7515a1392089e3755e

See more details on using hashes here.

File details

Details for the file pineappl-1.0.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pineappl-1.0.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9ce1b555fd19d810ff169b1b48d8458a3eea33a5867fba72b914858490c9e07e
MD5 d6d5a17cb9735b886cff29d102cd5230
BLAKE2b-256 61af8268f87b25206b293b805e2c45cdc4e8e5c83f22a9191aef82ec87e29ecb

See more details on using hashes here.

File details

Details for the file pineappl-1.0.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pineappl-1.0.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ccbfa22ec34fdcfe31ec7aa722a0fb8f589bccc63bcb53779ecba2252b93c51e
MD5 b21a79063bbac550f7c852d3ad185ac1
BLAKE2b-256 3467738ce9fe6d4176077e33e9038f5c397a5c4f9992e3d3bacaf1995f0b0885

See more details on using hashes here.

File details

Details for the file pineappl-1.0.0-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pineappl-1.0.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 96ed1b719cd8291f751a8f068ed08d9e4b2d013b402a5ed85c0fbffcd4583a0b
MD5 57c113ae33c54ed7943bae8817daf28e
BLAKE2b-256 8713cf764d41a86577aadd99d53deba507dd443ffb42c1ffcd697f47754248b6

See more details on using hashes here.

File details

Details for the file pineappl-1.0.0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for pineappl-1.0.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 a420ae244e4b15277ed1fa5084edb3e6472f074b9d7787c351802a385461d5a0
MD5 6d02b1ceb5bcb0a3cdeddf62b7f8ff91
BLAKE2b-256 6f24da0692618d826f2d2bdc6704c91e1c97ccaeb08ddc1c101b9fb8405368eb

See more details on using hashes here.

File details

Details for the file pineappl-1.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pineappl-1.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 748b5b6522dface985d249c7749c4f4d2a73f579e1bbfea49afc611ab9ddee45
MD5 6f4513a2034421c9b700e2f47c740fd8
BLAKE2b-256 ef352e5688cae9a45c0136a84b59c4f8cc01ecb78b525a9552ef5373f6f12f54

See more details on using hashes here.

File details

Details for the file pineappl-1.0.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pineappl-1.0.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 678ee19ab1e10bb375e09d18c1a591dd916fb71642c0751f3d57480519e090ea
MD5 e8495c980a67a9b1072fc4ec5267c9ea
BLAKE2b-256 8071d6a35adae5a2a928fb43a6dd4ceabeb04c51bb32f02e48c2e0bfbf61747e

See more details on using hashes here.

File details

Details for the file pineappl-1.0.0-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pineappl-1.0.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d1b9a8b62c9eb184f2325d038a2b2584c7730ab5de1b3f1f97b0b79cbb24f659
MD5 90a60b4b8a2fa2cf8fbdda6100394dbc
BLAKE2b-256 921f9c6633f92cfd6076f754e3ba294b4e745ae30996d8e38028ad5c96d0e819

See more details on using hashes here.

File details

Details for the file pineappl-1.0.0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for pineappl-1.0.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 a7d9fe3f5c2c7b7b09f950f2d13979c334c477ae3a5331eb3fda4b44ecf586d9
MD5 15696e024a845b46f5d249cf571ff387
BLAKE2b-256 356877a27b67daf79a0a8c4ef7d8f99e259b6151f30ae86f29d807f91b4fe42d

See more details on using hashes here.

File details

Details for the file pineappl-1.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pineappl-1.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 20e27a08bb76b4503ef1b54611ff8d61f4e35a176ed89a0bec2d42ea7f733358
MD5 db8bb832beb62b93b215996caa247007
BLAKE2b-256 2fb508b6d3d23e2137d0c85976218468375a0e6180ccb682947e5e69fbc1c3bb

See more details on using hashes here.

File details

Details for the file pineappl-1.0.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pineappl-1.0.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 36f03362f94b9b14cddf9f4d2fa03227dbecc652719777cda31b5ff32c28f758
MD5 567bbd5962ee45259f27fb9d75e501ff
BLAKE2b-256 fafb63f87fd875f0fa174af246f9afc41613c4d5efa321a22cd8950bc6fdc240

See more details on using hashes here.

File details

Details for the file pineappl-1.0.0-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pineappl-1.0.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 9d0202a27dda204a08e8a98d1b4965790114efb73397e74c6e01941819b9631b
MD5 1a6e3e6c8cce8bd7c8a8a70ca2a20c2d
BLAKE2b-256 e7ebfa1d974f2c421be05ab060ea7aa44727f8dc9b527cd6d9082dee94f9ee74

See more details on using hashes here.

File details

Details for the file pineappl-1.0.0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for pineappl-1.0.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 3b869b31ce8badf7300b5b9f8e19d2f5e0da3836e333db615e1e0698ad4db1e7
MD5 26b762414feee511197448ead5fb99a1
BLAKE2b-256 00f8ba9e35b45826922dea8d4a984fbeecc43f253e7296524242037ef6d320a2

See more details on using hashes here.

File details

Details for the file pineappl-1.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pineappl-1.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 286a64f13727645b791e88506f521a124c539100fceea030d0271a24488fb3b9
MD5 6c513f9205de77287bc027fbab2a4d3c
BLAKE2b-256 0ed09a68420e31bd77203d351d6ae243ef335f18e60a2ed1203eb360934ac18e

See more details on using hashes here.

File details

Details for the file pineappl-1.0.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pineappl-1.0.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 296de4282bea4a3bec05e9a12ec79242b63feafd5b3623934ee3b23de163bd67
MD5 ae016125dd29644d6898a22911ce8218
BLAKE2b-256 0664c28691bc77ac28d5dcfdc038d03ac13010a081433b9b4402ce978e7e2e07

See more details on using hashes here.

File details

Details for the file pineappl-1.0.0-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pineappl-1.0.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 4ffa9ebfa47370009758c67fe4b52141755842913f54bf32accc90b51b80b16b
MD5 2a9c0ee8493a276442c43b9de5e0799a
BLAKE2b-256 2c355c35d637c7714f615fccca429db00f348101b27dd8be4cd32d903d24ad94

See more details on using hashes here.

File details

Details for the file pineappl-1.0.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: pineappl-1.0.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 686.5 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.7

File hashes

Hashes for pineappl-1.0.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 7d9596ba57faa5cbc87c8d46c9767b422ba2aaeb3e848db289231cc3e4ec9d3a
MD5 57e29ddaec751f5287e9388a8d21df1d
BLAKE2b-256 3699c67dd0bdca6744934cc530971fee6f43a23102fa77d011f193a5a392c308

See more details on using hashes here.

File details

Details for the file pineappl-1.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pineappl-1.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6c22a72d42a3b7a87e1a9e2c703cebac4038d2ace7960b4d369b1ecd8d70f90e
MD5 8d2b685ce469f00fbf4f0296726ad6bb
BLAKE2b-256 0a3b3a120b510b922c86fdf43229c3e034180b0670e1a4c1e9a51b71c48bbe85

See more details on using hashes here.

File details

Details for the file pineappl-1.0.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pineappl-1.0.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8990d264688515a298a03ec52b7928e993bae83054dd07c9417d44aa476cc1a3
MD5 e7f6be17782aa5314c91d8473f4ab1dd
BLAKE2b-256 3e5ece7ccb4e473b10fa5fde3d7d1f535a6e45d85be26beeabd9a1213ec7e0f4

See more details on using hashes here.

File details

Details for the file pineappl-1.0.0-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pineappl-1.0.0-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 46c1e8736bb499320a290dd9b6e7b2ecd96d1a0f71bd210c723553600cd764a1
MD5 647399caa7a2aea157021629bbe4037c
BLAKE2b-256 13840af5a0d9f94788d7e38523fc42139339b34a3592063251e977abbc280081

See more details on using hashes here.

File details

Details for the file pineappl-1.0.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: pineappl-1.0.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 686.5 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.7

File hashes

Hashes for pineappl-1.0.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 f0e68feaf5f1501512dc7284dc989ac1d5fafe3edb198ba2178b2ba473baee9e
MD5 ef56b03f24f5397db253d15c6c9f3a3a
BLAKE2b-256 21dee22172355412410d5047cc1dd06bcef3f57173698c5e7fa71da1fcfeef7b

See more details on using hashes here.

File details

Details for the file pineappl-1.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pineappl-1.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 eef9c4f165521da61728e0d37a0e5f8a614597f297a048cb1e751a25da05aab8
MD5 ad95dac3c57e3497b8691d6c70c5279d
BLAKE2b-256 621f5e238b86666d74405cc92eac557beb96b8615b120e09d485a56cebdfa56a

See more details on using hashes here.

File details

Details for the file pineappl-1.0.0-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pineappl-1.0.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6b0aa1219341f94b583ba2d93ade480725206c6395f2ca6515cdbd6b8f25c256
MD5 67636d84fd1b75b73f932fc009a99965
BLAKE2b-256 fdb58527efaefd9cce783187db07641c26cf546111df8dbe6775a08169f3b5f6

See more details on using hashes here.

File details

Details for the file pineappl-1.0.0-cp38-cp38-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pineappl-1.0.0-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 7544e1f384dbd65cb838eaf4a53ef27dd8487c7761f51eb5e693b8bd73ec8c7d
MD5 0d33c8e8f9a1528e7ac5f5dd4b4cd597
BLAKE2b-256 e179c34980e6408406038f5b8f504bda13f81032466e8cf43f7ec6be74f2f998

See more details on using hashes here.

File details

Details for the file pineappl-1.0.0-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: pineappl-1.0.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 686.6 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.7

File hashes

Hashes for pineappl-1.0.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 1dc23b63845c24445e05d90d1cd69d51d98156d1ebeb0c8fd645cc096fda09fe
MD5 4a22d768987a7c336216ae7bb4cb7e2b
BLAKE2b-256 56ee6cfe4d5d3b7dfe771e91ac4c9678f318f085500801725d8cb9bad12b63b1

See more details on using hashes here.

File details

Details for the file pineappl-1.0.0-cp37-cp37m-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pineappl-1.0.0-cp37-cp37m-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d1a02929117d6c5f6e33460a99a502a56bcce8959a8d0ac056c8d7f719d24787
MD5 f29ac83325e1c6325037247dbe352f88
BLAKE2b-256 2b6159d437d3678d59f405c6fb4781ec6f5e91276d5a1e36fe53e75fa2271e9d

See more details on using hashes here.

File details

Details for the file pineappl-1.0.0-cp37-cp37m-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pineappl-1.0.0-cp37-cp37m-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 0ea85fd8f2d5625275fd69fe14f2d09106c00b542f247d9369f392ab57fc637c
MD5 d700dbdad8cffe9cc0eeae0d8cb1e6c0
BLAKE2b-256 361bd45652c55a91aff542187376c8b1a36070e95bbece1bc0b8db36742e00e7

See more details on using hashes here.

Supported by

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