A Python library implementing the Sieve of Eratosthenes algorithm for prime number generation.
Project description
Nizzypedia's Sieve of Eratosthenes | my_prime_library
Welcome to Nizzypedia's Sieve of Eratosthenes my_prime_library– a Python library for efficient prime number generation.
Get Started:
- Install the library: pip install my_prime_library
- Use the example code to generate prime numbers.
Features:
-
Fast & Efficient: Implements the Sieve of Eratosthenes algorithm for optimal prime number generation.
-
User-Friendly API: Simple functions for easy integration into your projects.
-
Versatile: Ideal for cryptography, number theory, and algorithmic problem-solving.
Installation:
pip install my_prime_library
Example Usage:
from my_prime_library.sieve import sieve_of_eratosthenes
primes_up_to_30 = sieve_of_eratosthenes(30)
print("Prime numbers up to 30:", primes_up_to_30)
GitHub Repository: Sieve of Eratosthenes Algo By Nizzypedia
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file my_prime_library-0.21.tar.gz.
File metadata
- Download URL: my_prime_library-0.21.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
13043b22321a730150dd2beb466e7656c662f7df0613b2b258bddb5e6ae85c51
|
|
| MD5 |
ced471d204f8d57b6b98b121a71c9d96
|
|
| BLAKE2b-256 |
e97479b0dbbc3ff6b76b6d094bd74d94b32658224d1b6eb15ffc4089a65770cb
|
File details
Details for the file my_prime_library-0.21-py3-none-any.whl.
File metadata
- Download URL: my_prime_library-0.21-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5849de6c63cc17d9e10669b6c5f932bd4050d800e86242b67cab8f9c613782ea
|
|
| MD5 |
961e3dd489c06159f5fc5d70a3d2281a
|
|
| BLAKE2b-256 |
201ce55f4383b6392644cb4ae0abe20f7f28a4d113a9c3bc46e1275b01ac643a
|