Skip to main content

Primecount Cython interface

This is a Cython interface to the C++ library primecount.

We have split out primecount SageMath spkg with its Cython interface.

Quick installation and testing:

  1. Install primecount C++ library
cd /tmp/
git clone https://github.com/kimwalisch/primecount
cd primecount
cmake . -DBUILD_SHARED_LIBS=ON
make -j
sudo make install
sudo ldconfig # linux only
  1. in this repo, do
pip install . --user --config-settings=setup-args="--wrap-mode=nodownload"

python3 and

>>> import primecountpy as primecount
>>> primecount.prime_pi(1000)

More details on installation without root (sudo) access, and testing with pytest, may be found in the manual, which is also included in docs.

License

Distributed under the terms of the GNU General Public License (GPL) as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

Release files for primecountpy 0.2.1

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for primecountpy 0.2.1
File Size Uploaded
primecountpy-0.2.1.tar.gz 65.2 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for primecountpy 0.2.1
File
primecountpy-0.2.1-cp314-cp314t-win_amd64.whl CPython 3.14 CPython 3.14 free-threading Windows x86-64 Details
primecountpy-0.2.1-cp314-cp314t-musllinux_1_2_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64 Details
primecountpy-0.2.1-cp314-cp314t-musllinux_1_2_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARM64 Details
primecountpy-0.2.1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.27+ x86-64, Linux glibc 2.28+ x86-64 Details
primecountpy-0.2.1-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.28+ ARM64, Linux glibc 2.26+ ARM64 Details
primecountpy-0.2.1-cp314-cp314t-macosx_11_0_arm64.whl CPython 3.14 CPython 3.14 free-threading macOS 11.0+ ARM64 Details
primecountpy-0.2.1-cp314-cp314t-macosx_10_15_x86_64.whl CPython 3.14 CPython 3.14 free-threading macOS 10.15+ x86-64 Details
primecountpy-0.2.1-cp314-cp314-win_amd64.whl CPython 3.14 CPython 3.14 Windows x86-64 Details
primecountpy-0.2.1-cp314-cp314-musllinux_1_2_x86_64.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ x86-64 Details
primecountpy-0.2.1-cp314-cp314-musllinux_1_2_aarch64.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ ARM64 Details
primecountpy-0.2.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.14 CPython 3.14 Linux glibc 2.28+ x86-64, Linux glibc 2.27+ x86-64 Details
primecountpy-0.2.1-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl CPython 3.14 CPython 3.14 Linux glibc 2.26+ ARM64, Linux glibc 2.28+ ARM64 Details
primecountpy-0.2.1-cp314-cp314-macosx_11_0_arm64.whl CPython 3.14 CPython 3.14 macOS 11.0+ ARM64 Details
primecountpy-0.2.1-cp314-cp314-macosx_10_15_x86_64.whl CPython 3.14 CPython 3.14 macOS 10.15+ x86-64 Details
primecountpy-0.2.1-cp313-cp313-win_amd64.whl CPython 3.13 CPython 3.13 Windows x86-64 Details
primecountpy-0.2.1-cp313-cp313-musllinux_1_2_x86_64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ x86-64 Details
primecountpy-0.2.1-cp313-cp313-musllinux_1_2_aarch64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ ARM64 Details
primecountpy-0.2.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.13 CPython 3.13 Linux glibc 2.28+ x86-64, Linux glibc 2.27+ x86-64 Details
primecountpy-0.2.1-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl CPython 3.13 CPython 3.13 Linux glibc 2.26+ ARM64, Linux glibc 2.28+ ARM64 Details
primecountpy-0.2.1-cp313-cp313-macosx_11_0_arm64.whl CPython 3.13 CPython 3.13 macOS 11.0+ ARM64 Details
primecountpy-0.2.1-cp313-cp313-macosx_10_13_x86_64.whl CPython 3.13 CPython 3.13 macOS 10.13+ x86-64 Details
primecountpy-0.2.1-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
primecountpy-0.2.1-cp312-cp312-musllinux_1_2_x86_64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ x86-64 Details
primecountpy-0.2.1-cp312-cp312-musllinux_1_2_aarch64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ ARM64 Details
primecountpy-0.2.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.28+ x86-64, Linux glibc 2.27+ x86-64 Details
primecountpy-0.2.1-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.28+ ARM64, Linux glibc 2.26+ ARM64 Details
primecountpy-0.2.1-cp312-cp312-macosx_11_0_arm64.whl CPython 3.12 CPython 3.12 macOS 11.0+ ARM64 Details
primecountpy-0.2.1-cp312-cp312-macosx_10_13_x86_64.whl CPython 3.12 CPython 3.12 macOS 10.13+ x86-64 Details
primecountpy-0.2.1-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
primecountpy-0.2.1-cp311-cp311-musllinux_1_2_x86_64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ x86-64 Details
primecountpy-0.2.1-cp311-cp311-musllinux_1_2_aarch64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ ARM64 Details
primecountpy-0.2.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.28+ x86-64, Linux glibc 2.27+ x86-64 Details
primecountpy-0.2.1-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.28+ ARM64, Linux glibc 2.26+ ARM64 Details
primecountpy-0.2.1-cp311-cp311-macosx_11_0_arm64.whl CPython 3.11 CPython 3.11 macOS 11.0+ ARM64 Details
primecountpy-0.2.1-cp311-cp311-macosx_10_9_x86_64.whl CPython 3.11 CPython 3.11 macOS 10.9+ x86-64 Details

Total release size: 23.7 MB

Release files / primecountpy-0.2.1.tar.gz

Download URL primecountpy-0.2.1.tar.gz
Size 65.2 kB
Tags Source
SHA-256 checksum
How to use checksums
888706ab65cc089fb983de4639360dddc728baa4d9877a7ad8b116f645650b39
BLAKE2b-256 checksum
How to use checksums
820a55d92a3733e41920c5e3fab2d0f2e4d265cfa17a87019a6fc756a9587037
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Dec 27, 2025.

Transparency log

Release files / primecountpy-0.2.1-cp314-cp314t-win_amd64.whl

Download URL primecountpy-0.2.1-cp314-cp314t-win_amd64.whl
Size 334.7 kB
Tags CPython 3.14 CPython 3.14 free-threading Windows x86-64
SHA-256 checksum
How to use checksums
adbd6b91893a9a90a3adfc1b6d2926b5d13193678f765fdd0332dc1aaaad10f1
BLAKE2b-256 checksum
How to use checksums
f888f7221b8d6a6161b53761061e6037ee20609479e139a0203c6f78c83cc814
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Dec 27, 2025.

Transparency log

Release files / primecountpy-0.2.1-cp314-cp314t-musllinux_1_2_x86_64.whl

Download URL primecountpy-0.2.1-cp314-cp314t-musllinux_1_2_x86_64.whl
Size 1.5 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
bead42bde4bdfd89d806b092d3e495c2c96d913dc10af9e4d9ee6dc2326943e1
BLAKE2b-256 checksum
How to use checksums
ef24c37f0624654243c305cc2456421b7b880e28943a1bb398d1e944e9b17473
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Dec 27, 2025.

Transparency log

Release files / primecountpy-0.2.1-cp314-cp314t-musllinux_1_2_aarch64.whl

Download URL primecountpy-0.2.1-cp314-cp314t-musllinux_1_2_aarch64.whl
Size 1.4 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
3814d98a7bd2719390b6463a70021c840ea9a058eab9debb780016de2ac4a471
BLAKE2b-256 checksum
How to use checksums
2efa7ebb8f53e0dbeeb6befd96651cf7f1658c3ee7f107f0fe76acd5f326a6ad
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Dec 27, 2025.

Transparency log

Release files / primecountpy-0.2.1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL primecountpy-0.2.1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 533.2 kB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
2115f2ab5be3134f9bbef4ff32a0765a659b93cab6c197527a48ab425d67a049
BLAKE2b-256 checksum
How to use checksums
a9341ad7c892106af4f0763310d9fc104cfda4c9696f7feb599ce3306743529e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Dec 27, 2025.

Transparency log

Release files / primecountpy-0.2.1-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl

Download URL primecountpy-0.2.1-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Size 498.4 kB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.26+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
b056623427183ea3eabced2abe5b078df0c2011150506a58f3fcf445a246d0b5
BLAKE2b-256 checksum
How to use checksums
42c258678d5274f8702308e9efc34dede08ec38fcd295c8f3afe858f03b4862e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Dec 27, 2025.

Transparency log

Release files / primecountpy-0.2.1-cp314-cp314t-macosx_11_0_arm64.whl

Download URL primecountpy-0.2.1-cp314-cp314t-macosx_11_0_arm64.whl
Size 209.4 kB
Tags CPython 3.14 CPython 3.14 free-threading macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
a4d466b80d1f99f6228d5165e7e7ebf8594a405db0295c9840293446fe182003
BLAKE2b-256 checksum
How to use checksums
b90431fb693063f0f957f2dfdb42c40a167c95d0e1c334dd85a03510494e3d6d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Dec 27, 2025.

Transparency log

Release files / primecountpy-0.2.1-cp314-cp314t-macosx_10_15_x86_64.whl

Download URL primecountpy-0.2.1-cp314-cp314t-macosx_10_15_x86_64.whl
Size 248.8 kB
Tags CPython 3.14 CPython 3.14 free-threading macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
0a5586c54f5804ceb7e500ac49014b75baff0e3a5a6b17fa2552303d247e3815
BLAKE2b-256 checksum
How to use checksums
f194d2ef6de93ee6b12af537f823305e00563666c4fb04f4667df87914f2d194
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Dec 27, 2025.

Transparency log

Release files / primecountpy-0.2.1-cp314-cp314-win_amd64.whl

Download URL primecountpy-0.2.1-cp314-cp314-win_amd64.whl
Size 330.9 kB
Tags CPython 3.14 Windows x86-64
SHA-256 checksum
How to use checksums
f67fb9bb970b319c61dd0cfefa4678605d6a75f19778556a40a377314f72a88e
BLAKE2b-256 checksum
How to use checksums
ab19a973e537bba0883bfa3f162dbf99a023942bce4642b5a8d813842a131e7e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Dec 27, 2025.

Transparency log

Release files / primecountpy-0.2.1-cp314-cp314-musllinux_1_2_x86_64.whl

Download URL primecountpy-0.2.1-cp314-cp314-musllinux_1_2_x86_64.whl
Size 1.5 MB
Tags CPython 3.14 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
71f61b011a774a48e7107bcf0dbff5ed3fce0acd717d8c27f22558cd7d359c81
BLAKE2b-256 checksum
How to use checksums
4885b2d2fe8698d206116686d3bf6ce5a94b09aee4320195fb2828b06b6b6198
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Dec 27, 2025.

Transparency log

Release files / primecountpy-0.2.1-cp314-cp314-musllinux_1_2_aarch64.whl

Download URL primecountpy-0.2.1-cp314-cp314-musllinux_1_2_aarch64.whl
Size 1.4 MB
Tags CPython 3.14 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
a1169529596f3290b06e7cd37d9eef4f331b02bce4cf16264cca2f998d4c26c0
BLAKE2b-256 checksum
How to use checksums
8326a769af44b36ae7e9fab117c89be7544de9b3be42c35a9dd8fca075b383a3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Dec 27, 2025.

Transparency log

Release files / primecountpy-0.2.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL primecountpy-0.2.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 530.3 kB
Tags CPython 3.14 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
7c1ca8f782df8d78fd75e7df8deaf09b2fd72a5054147266254e153c68c3ecea
BLAKE2b-256 checksum
How to use checksums
dfe7e1f05b47da5b5dcceba9886841f2a29903b0098061d337d1f09831c23f4e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Dec 27, 2025.

Transparency log

Release files / primecountpy-0.2.1-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl

Download URL primecountpy-0.2.1-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Size 495.2 kB
Tags CPython 3.14 Linux glibc 2.26+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
3a65b51e84adc14be33ba5de9f08aca68276ccadf5ac614d735fee809a201111
BLAKE2b-256 checksum
How to use checksums
36a80987fec48b6c40258b9f13dd919313db338b2cee000641a7b8017df9d6ee
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Dec 27, 2025.

Transparency log

Release files / primecountpy-0.2.1-cp314-cp314-macosx_11_0_arm64.whl

Download URL primecountpy-0.2.1-cp314-cp314-macosx_11_0_arm64.whl
Size 207.8 kB
Tags CPython 3.14 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
0386335c713b4b4a7e2595158f786725b1a82b1fd32bf57083f740319f509b2f
BLAKE2b-256 checksum
How to use checksums
73a0933b9c940317766e23a44a860f94de748fc4cb1c4f9b27b6d8d0c1f1441e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Dec 27, 2025.

Transparency log

Release files / primecountpy-0.2.1-cp314-cp314-macosx_10_15_x86_64.whl

Download URL primecountpy-0.2.1-cp314-cp314-macosx_10_15_x86_64.whl
Size 246.6 kB
Tags CPython 3.14 macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
4b9bdf32fb6b1d3f493762e8538fb3ced74ba8eb477fe11782fc4aeb72a52dec
BLAKE2b-256 checksum
How to use checksums
b2f89190328a0e1f52ba34b9b17c093a1aab8818ea69a52748d37e56ca4b8252
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Dec 27, 2025.

Transparency log

Release files / primecountpy-0.2.1-cp313-cp313-win_amd64.whl

Download URL primecountpy-0.2.1-cp313-cp313-win_amd64.whl
Size 322.5 kB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
33961390d00332d5dcd8e35f2e66a3b988413df814975d0a44246025e2975827
BLAKE2b-256 checksum
How to use checksums
e0b33914d973ea0af9d4520632b529bcb88916579d85f7324dae7accdf06a6b1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Dec 27, 2025.

Transparency log

Release files / primecountpy-0.2.1-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL primecountpy-0.2.1-cp313-cp313-musllinux_1_2_x86_64.whl
Size 1.5 MB
Tags CPython 3.13 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
11e539e2cec297cb40098267297314b727286a7360cc78691d3083f36840e04c
BLAKE2b-256 checksum
How to use checksums
10db2819e7d5c84ee27255ad2870379991404e091f2c28d817daceda2303e8b9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Dec 27, 2025.

Transparency log

Release files / primecountpy-0.2.1-cp313-cp313-musllinux_1_2_aarch64.whl

Download URL primecountpy-0.2.1-cp313-cp313-musllinux_1_2_aarch64.whl
Size 1.4 MB
Tags CPython 3.13 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
a2c3e9686945b08d027c364a686f02dc70fc60d14c699c28e2de73862d57db64
BLAKE2b-256 checksum
How to use checksums
eb83802da285ae3d70ffc322ddbfe21514a73b5a7e69867f51c6993b318bb72a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Dec 27, 2025.

Transparency log

Release files / primecountpy-0.2.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL primecountpy-0.2.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 530.3 kB
Tags CPython 3.13 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
033659b064d963a2f10077711265402c08a7cb4d9ca77f2f2ca0e2ddb01d8a6d
BLAKE2b-256 checksum
How to use checksums
9052fdba4335cc264591ae7ae8f846adab5d8cb7c57bdb18db45b40e219f0a35
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Dec 27, 2025.

Transparency log

Release files / primecountpy-0.2.1-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl

Download URL primecountpy-0.2.1-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Size 494.9 kB
Tags CPython 3.13 Linux glibc 2.26+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
f3e0281db361238cf275bfed326706ce9c6f1c9044cde0ecf6b5e192f2ec70f7
BLAKE2b-256 checksum
How to use checksums
912410c5dbd8cfef80e26fb13f2a1ff70ddb6d3f5dcc31ccb663d786f5910766
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Dec 27, 2025.

Transparency log

Release files / primecountpy-0.2.1-cp313-cp313-macosx_11_0_arm64.whl

Download URL primecountpy-0.2.1-cp313-cp313-macosx_11_0_arm64.whl
Size 207.7 kB
Tags CPython 3.13 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
59c4b79b9049bb4078e05a6bb8cdc2dc7b9068f80251ea6c78503fc4a4ef77f8
BLAKE2b-256 checksum
How to use checksums
1475fa276b2c3e82eea8ea3e62260bdd79536636ebb48caa55879331eb2392c4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Dec 27, 2025.

Transparency log

Release files / primecountpy-0.2.1-cp313-cp313-macosx_10_13_x86_64.whl

Download URL primecountpy-0.2.1-cp313-cp313-macosx_10_13_x86_64.whl
Size 246.5 kB
Tags CPython 3.13 macOS 10.13+ x86-64
SHA-256 checksum
How to use checksums
a1c13a53ac2842a78d7c341f0bee4b0083735b1d7101181c6a8bb8a498b850a1
BLAKE2b-256 checksum
How to use checksums
0aa01c2e7e67096bdfec601235e1e0a211265e618dacb871da232b9c57ed12aa
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Dec 27, 2025.

Transparency log

Release files / primecountpy-0.2.1-cp312-cp312-win_amd64.whl

Download URL primecountpy-0.2.1-cp312-cp312-win_amd64.whl
Size 322.4 kB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
4b8f4724e43542dea30ccfe3fd7c6a002fe5f6ed71b25d9b782acdb8b1b2cff4
BLAKE2b-256 checksum
How to use checksums
81b65c0262a10d2268564ec0058948a6526d8ddb4708d8ead398b5c1e3154363
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Dec 27, 2025.

Transparency log

Release files / primecountpy-0.2.1-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL primecountpy-0.2.1-cp312-cp312-musllinux_1_2_x86_64.whl
Size 1.5 MB
Tags CPython 3.12 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
c15be9612788467311ce64f2e051d06cc636769e127fec5b0853548e6ddd216e
BLAKE2b-256 checksum
How to use checksums
7cf1617f74a6b35241c22f5a5daa98ac61ebba31fbc1d65aef96f123c5dbaf42
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Dec 27, 2025.

Transparency log

Release files / primecountpy-0.2.1-cp312-cp312-musllinux_1_2_aarch64.whl

Download URL primecountpy-0.2.1-cp312-cp312-musllinux_1_2_aarch64.whl
Size 1.4 MB
Tags CPython 3.12 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
e80bb1af1fe0ddd2d9a4c1c9f9f5c495f3aaf9ba54de1a78f9529a6ef11eb5f2
BLAKE2b-256 checksum
How to use checksums
e395203c4240ae5430fd28488f2f45ca80362a9d85e73334b12829eb02e68de1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Dec 27, 2025.

Transparency log

Release files / primecountpy-0.2.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL primecountpy-0.2.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 530.2 kB
Tags CPython 3.12 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
131bc15c219c97d47c8e01cde99e16d47fcb74c6bd6f0a6b9de300720637ea95
BLAKE2b-256 checksum
How to use checksums
79abb6b870edebd2177af6039fdd2395987e8534ca927645a313b559e234c1bc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Dec 27, 2025.

Transparency log

Release files / primecountpy-0.2.1-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl

Download URL primecountpy-0.2.1-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Size 494.9 kB
Tags CPython 3.12 Linux glibc 2.26+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
151e58e233b6f0f6dcdbfc1df84e69a8eff7ccbba238245bf8b472e091c2416d
BLAKE2b-256 checksum
How to use checksums
b8aec91f7feaf477ebfa8737563efaaaa9fb9f306a1b066dba9cc29a73ba6b5b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Dec 27, 2025.

Transparency log

Release files / primecountpy-0.2.1-cp312-cp312-macosx_11_0_arm64.whl

Download URL primecountpy-0.2.1-cp312-cp312-macosx_11_0_arm64.whl
Size 207.7 kB
Tags CPython 3.12 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
5d7e445c652a2416dffb197b9922a57e017233306ebb4b2e03a260fdd6e30840
BLAKE2b-256 checksum
How to use checksums
1c6ea72b9e5f2a3664e6f1dd58db4383b3ec7b7c6368c99dce44b9eda4ba45af
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Dec 27, 2025.

Transparency log

Release files / primecountpy-0.2.1-cp312-cp312-macosx_10_13_x86_64.whl

Download URL primecountpy-0.2.1-cp312-cp312-macosx_10_13_x86_64.whl
Size 246.5 kB
Tags CPython 3.12 macOS 10.13+ x86-64
SHA-256 checksum
How to use checksums
74bea5a6b0a739a90d66538c293d7e89b909531637ec84acf46893c71e4d58d4
BLAKE2b-256 checksum
How to use checksums
6bf991d8b82bb72cc0662c06280d91db1bd21a2ef069c0ce14186928cf303f68
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Dec 27, 2025.

Transparency log

Release files / primecountpy-0.2.1-cp311-cp311-win_amd64.whl

Download URL primecountpy-0.2.1-cp311-cp311-win_amd64.whl
Size 321.9 kB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
12b39db95a80a27606e5f7fef8913502d9cfae51f531e292922fd4e8b5089ff7
BLAKE2b-256 checksum
How to use checksums
652eeddcd4cafe5eeb475342a2519a81407b5e465cb962f412b223bbd7e01d9f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Dec 27, 2025.

Transparency log

Release files / primecountpy-0.2.1-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL primecountpy-0.2.1-cp311-cp311-musllinux_1_2_x86_64.whl
Size 1.5 MB
Tags CPython 3.11 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
88512d5c35400901783ac11f597f0350ae989e6e2b897296d2bc82f9ac10022e
BLAKE2b-256 checksum
How to use checksums
9c52a94696d8e55ec5995802b885c079e947b3e9a4f5e8d3e61f30e2a38bf2c4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Dec 27, 2025.

Transparency log

Release files / primecountpy-0.2.1-cp311-cp311-musllinux_1_2_aarch64.whl

Download URL primecountpy-0.2.1-cp311-cp311-musllinux_1_2_aarch64.whl
Size 1.4 MB
Tags CPython 3.11 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
4c77953051f0ba75c83c89be8dfe5bd303518f17ef7a933418cffc34540ecd3a
BLAKE2b-256 checksum
How to use checksums
ca4695700cc9cf97c59fd315d27564b19c6a2dbc21b004aacab47c2693f1a00c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Dec 27, 2025.

Transparency log

Release files / primecountpy-0.2.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL primecountpy-0.2.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 529.7 kB
Tags CPython 3.11 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
ee582d280a9d7c02156fa4e6d9639a4440fb562e9f0bcecc3ac626f41b8c187c
BLAKE2b-256 checksum
How to use checksums
eb894ed1190c86f6e6afb931d4835f7a64700efbb8282c9a62842b80ac1fd467
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Dec 27, 2025.

Transparency log

Release files / primecountpy-0.2.1-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl

Download URL primecountpy-0.2.1-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Size 494.5 kB
Tags CPython 3.11 Linux glibc 2.26+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
d528ecffa4154a740f9f79279c68e2a5e4629c3911d5e0780675fe59a22fde0a
BLAKE2b-256 checksum
How to use checksums
86cbe67371eb494df56c1fd24ae806e4935f176729740ef23f97de3e958404d1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Dec 27, 2025.

Transparency log

Release files / primecountpy-0.2.1-cp311-cp311-macosx_11_0_arm64.whl

Download URL primecountpy-0.2.1-cp311-cp311-macosx_11_0_arm64.whl
Size 207.1 kB
Tags CPython 3.11 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
8f6a97b932ca1a3281e09005af964f93660dd2f49e3e17100d0ea52ef6dd11d4
BLAKE2b-256 checksum
How to use checksums
c5cf1774c2a6dc984667745f34b38f5e352b2095097587046edf73af3e7dec2b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Dec 27, 2025.

Transparency log

Release files / primecountpy-0.2.1-cp311-cp311-macosx_10_9_x86_64.whl

Download URL primecountpy-0.2.1-cp311-cp311-macosx_10_9_x86_64.whl
Size 245.5 kB
Tags CPython 3.11 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
a4f920c56813d080a5e0be2620b92394160b1d91d7f7a9af97a1d16ef139222e
BLAKE2b-256 checksum
How to use checksums
aa4087a9e439d916aeb40d652b88f63979fe08856f440a3c6f3ac0e5f95f517c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Dec 27, 2025.

Transparency log

Release history Release notifications | RSS feed

This release

0.2.1 This release

36 release files

0.2.0

31 release files

0.1.1

19 release files

0.0.0

27 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page