A standalone Python interface to the PARI/GP computer algebra system, extracted from SageMath. Version 2.5.6 (2024?) provides basic number theory functions, elliptic curves, and polynomial arithmetic. Development appears slow; latest release is from 2020?.
pip install cypariNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize a PARI session and compute factorization.
Use `import cypari2` instead of `import cypari`.
Update to `from cypari2 import Pari`.
No dependency data recorded yet.