conway_polynomials: Python interface to Frank Lübeck’s Conway polynomial database#
Description#
This python module evolved from the old SageMath conway_polynomials package once hosted at,
It’s still maintained by Sage developers, but having a pip-installable interface to the data will make it easier to install SageMath via pip or another package manager.
License#
GPL version 3 or later
Upstream Contact#
Type#
standard
Dependencies#
Version Information#
package-version.txt:
0.10
version_requirements.txt:
conway-polynomials >=0.8
Equivalent System Packages#
$ sudo pacman -S sage-data-conway_polynomials
$ conda install conway-polynomials
$ sudo emerge dev-python/conway-polynomials
See https://repology.org/project/sagemath-conway-polynomials/versions
If the system package is installed and if the (experimental) option
--enable-system-site-packages
is passed to ./configure
, then ./configure
will check if the system package can be used.