Last updated:
0 purchases
prymes 0.0.1a1
PrYmes
Python package for prime-related things.
Install
(Recommended) pip
To install PrYmes using pip, run the following command:
pip install prymes
Source
To install PrYmes from source, clone PrYmes' Github repository using git:
git clone https://github.com/cyan-ice/prymes.git
Then, in the prymes repository you just cloned, execute the following command:
pip install dist/prymes-*-py3-none-any.whl
Where * is the latest version of PrYmes.
Testing
To execute all tests, run
python tests/test.py
In the current directory.
You should see something like this:
Test #1: primality_test... Passed in 0.012s
Passed 1/1
Documentation
The documentation is at https://prymes-docs.readthedocs.io/latest/.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.