Metadata-Version: 2.1
Name: sagemath-standard
Version: 10.5
Summary: Sage: Open Source Mathematics Software: Standard Python Library
Home-page: https://www.sagemath.org
Author: The Sage Developers
Author-email: sage-support@googlegroups.com
License: GNU General Public License (GPL) v2 or later
Classifier: Development Status :: 6 - Mature
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Scientific/Engineering :: Mathematics
Requires-Python: <3.13,>=3.9
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
Requires-Dist: six>=1.15.0
Requires-Dist: conway-polynomials>=0.8
Requires-Dist: cypari2>=2.1.1
Requires-Dist: cysignals>=1.10.2
Requires-Dist: cython!=3.0.3,<4.0,>=3.0
Requires-Dist: gmpy2~=2.1.b999
Requires-Dist: importlib_metadata>=4.13; python_version < "3.11"
Requires-Dist: importlib_resources>=5.7; python_version < "3.11"
Requires-Dist: lrcalc~=2.1
Requires-Dist: memory_allocator
Requires-Dist: numpy>=1.19
Requires-Dist: pkgconfig
Requires-Dist: primecountpy
Requires-Dist: requests>=2.13.0
Requires-Dist: typing_extensions>=4.4.0; python_version < "3.11"
Requires-Dist: ipython>=7.13.0
Requires-Dist: pexpect>=4.8.0
Requires-Dist: sphinx<9,>=5.2
Requires-Dist: networkx>=2.4
Requires-Dist: scipy>=1.5
Requires-Dist: sympy<2.0,>=1.6
Requires-Dist: matplotlib>=3.5.1
Requires-Dist: pillow>=7.2.0
Requires-Dist: mpmath<1.4,>=1.1.0
Requires-Dist: ipykernel>=5.2.1
Requires-Dist: jupyter-client
Requires-Dist: ipywidgets>=7.5.1
Requires-Dist: fpylll>=0.5.9
Requires-Dist: ptyprocess>0.5
Provides-Extra: r
Requires-Dist: rpy2>=3.3; extra == "r"
Provides-Extra: bliss
Requires-Dist: sagemath-bliss~=10.5; extra == "bliss"
Provides-Extra: coxeter3
Requires-Dist: sagemath-coxeter3~=10.5; extra == "coxeter3"
Provides-Extra: mcqd
Requires-Dist: sagemath-mcqd~=10.5; extra == "mcqd"
Provides-Extra: meataxe
Requires-Dist: sagemath-meataxe~=10.5; extra == "meataxe"
Provides-Extra: sirocco
Requires-Dist: sagemath-sirocco~=10.5; extra == "sirocco"
Provides-Extra: tdlib
Requires-Dist: sagemath-tdlib~=10.5; extra == "tdlib"

=================================================================
 Sage: Open Source Mathematics Software: Standard Python Library
=================================================================

About SageMath
--------------

   "Creating a Viable Open Source Alternative to
    Magma, Maple, Mathematica, and MATLAB"

   Copyright (C) 2005-2024 The Sage Development Team

   https://www.sagemath.org

SageMath fully supports all major Linux distributions, recent versions of macOS, and Windows (Windows Subsystem for Linux).

See https://doc.sagemath.org/html/en/installation/index.html
for general installation instructions.


About this pip-installable distribution package
-----------------------------------------------

This pip-installable source distribution `sagemath-standard` is a
distribution of the Sage Library.

Building `sagemath-standard` has a large number of system packages as prerequisites.
See https://doc.sagemath.org/html/en/installation/source.html#linux-recommended-installation
for partial lists for various systems.

The connection to the system environment is facilitated through the https://pypi.org/project/sage-conf/ distribution package; for step-by-step installation instructions, see https://github.com/sagemath/sage/blob/develop/README.md#alternative-installation-using-pypi

A modularization effort is in progress with the goal of making it possible to install parts of the Sage Library with fewer prerequisites. https://github.com/sagemath/sage/issues/29705
