A Python wrapper for primecount.
Project description
primecount
A Python wrapper for primecount.
Documentation
This package follows the documentation provided by the C API reference, generating three methods: primecount.nth_prime
, primecount.pi
and primecount.phi
.
Installation
In the first place, you have to download the source code of the library and build it. Make sure you have installed cmake, git and make. You might have to make use of sudo
if make install
ever fails.
git clone https://github.com/kimwalisch/primecount
cd primecount
cmake . -DBUILD_SHARED_LIBS=ON
make -j
make install
After having installed the library, it's time to install the Python wrapper by cloning this repository. Make sure you have installed pip and that primecount
is reachable as a shared library using a compiler.
git clone https://github.com/hearot/primecount
cd primecount
pip install .
Instead of the last command, you can type python setup.py install
as well.
Commit messages
See Conventional Commits.
Contributing
See CONTRIBUTING.md.
Versioning
See PEP 440.
Copyright & License
- Copyright (C) 2020 Hearot.
- Licensed under the terms of the BSD 2-Clause License.
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 Distributions
Built Distribution
File details
Details for the file primecount-1.0.0-cp36-cp36m-manylinux2014_x86_64.whl
.
File metadata
- Download URL: primecount-1.0.0-cp36-cp36m-manylinux2014_x86_64.whl
- Upload date:
- Size: 437.2 kB
- Tags: CPython 3.6m
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1febe5a484cdc840c4348a44ebc99e2af0b0126fc2722bb26605eefaa7b623a1 |
|
MD5 | 6f2c1cb0e0a7d12f073d1416ae7f36de |
|
BLAKE2b-256 | ba3037f6c6fe49d8dbd17ab1645d5b37b04d0b006d8cd2268c56319f430a23fb |