.gitignore
.travis.yml
CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
.github/workflows/ci.yml
demo/__init__.py
demo/custom_unit_testing.py
demo/examples.py
demo/toolbox.py
docs/README.md
docs/Sieve_of_Eratosthenes_animation.gif
nprime/__init__.py
nprime/plot.py
nprime/pyprime.py
nprime.egg-info/PKG-INFO
nprime.egg-info/SOURCES.txt
nprime.egg-info/dependency_links.txt
nprime.egg-info/requires.txt
nprime.egg-info/top_level.txt
nprime.egg-info/zip-safe
tests/__init__.py
tests/prime_testcase.py
tests/test_eratosthenes.py
tests/test_findprimes.py
tests/test_generateprimes.py
tests/test_postponed_eratosthenes.py
tests/test_prime_functions.py
tests/test_pyprime.py
tests/test_trial_division.py