primesieve-python icon indicating copy to clipboard operation
primesieve-python copied to clipboard

Fast prime number generator. Python bindings for the primesieve C++ library

Results 2 primesieve-python issues
Sort by recently updated
recently updated
newest added

### Changes - Created Python stub files `.pyi` files for documentation and auto completing by Python language servers and packed it with the packages `primesieve` and `primesieve.numpy`. - Made a...

Installation via pip 24.0 on Ubuntu 22.04 with Python 3.10.12 fails when unable to find primesieve library to link. Removing this linker option resolved the problem and primesieve successfully installed....