Metadata-Version: 2.1
Name: passagemath-graphs
Version: 10.4.36
Summary: passagemath: Graphs, posets, hypergraphs, designs, abstract complexes, combinatorial polyhedra, abelian sandpiles, quivers
Author-email: The Sage Developers <sage-support@googlegroups.com>
License: GNU General Public License (GPL) v2 or later
Project-URL: download, https://doc.sagemath.org/html/en/installation/index.html
Project-URL: release notes, https://github.com/sagemath/sage/releases
Project-URL: source, https://github.com/sagemath/sage
Project-URL: documentation, https://doc.sagemath.org
Project-URL: homepage, https://www.sagemath.org
Project-URL: tracker, https://github.com/sagemath/sage/issues
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
Requires-Dist: gmpy2~=2.1.b999
Requires-Dist: cysignals>=1.10.2
Requires-Dist: memory_allocator
Requires-Dist: passagemath-categories~=10.4.36.0
Provides-Extra: test
Requires-Dist: passagemath-repl~=10.4.36.0; extra == "test"
Provides-Extra: bliss
Requires-Dist: passagemath-bliss~=10.4.36.0; extra == "bliss"
Provides-Extra: gap
Requires-Dist: passagemath-gap~=10.4.36.0; extra == "gap"
Provides-Extra: igraph
Requires-Dist: igraph; extra == "igraph"
Provides-Extra: mcqd
Requires-Dist: passagemath-mcqd~=10.4.36.0; extra == "mcqd"
Provides-Extra: networkx
Requires-Dist: networkx>=2.4; extra == "networkx"
Provides-Extra: pari
Requires-Dist: passagemath-pari~=10.4.36.0; extra == "pari"
Provides-Extra: tdlib
Requires-Dist: passagemath-tdlib~=10.4.36.0; extra == "tdlib"
Provides-Extra: combinat
Requires-Dist: passagemath-combinat~=10.4.36.0; extra == "combinat"
Provides-Extra: editor
Requires-Dist: phitigra>=0.2.6; extra == "editor"
Provides-Extra: homology
Requires-Dist: passagemath-modules~=10.4.36.0; extra == "homology"
Provides-Extra: mip
Requires-Dist: passagemath-polyhedra~=10.4.36.0; extra == "mip"
Provides-Extra: modules
Requires-Dist: passagemath-modules~=10.4.36.0; extra == "modules"
Provides-Extra: plot
Requires-Dist: passagemath-plot~=10.4.36.0; extra == "plot"
Provides-Extra: polyhedra
Requires-Dist: passagemath-polyhedra~=10.4.36.0; extra == "polyhedra"
Provides-Extra: repl
Requires-Dist: passagemath-repl~=10.4.36.0; extra == "repl"
Provides-Extra: sat
Requires-Dist: passagemath-combinat~=10.4.36.0; extra == "sat"
Provides-Extra: standard
Requires-Dist: passagemath-graphs[combinat,databases,mip,modules,plot,polyhedra,repl]; extra == "standard"

=======================================================================================================================================================
 passagemath: Graphs, posets, hypergraphs, designs, abstract complexes, combinatorial polyhedra, abelian sandpiles, quivers
=======================================================================================================================================================

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

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

   Copyright (C) 2005-2023 The Sage Development Team

   https://www.sagemath.org

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

The traditional and recommended way to install SageMath is from source via Sage-the-distribution (https://www.sagemath.org/download-source.html).  Sage-the-distribution first builds a large number of open source packages from source (unless it finds suitable versions installed in the system) and then installs the Sage Library (sagelib, implemented in Python and Cython).


About this experimental pip-installable source distribution
-----------------------------------------------------------

This pip-installable source distribution `sagemath-graphs` is an experimental distribution of a part of the Sage Library.  Use at your own risk.  It provides a small subset of the modules of the Sage library ("sagelib", `sagemath-standard`) for computations with graphs, posets, complexes, etc.


What is included
----------------

* `Graph Theory <https://doc.sagemath.org/html/en/reference/graphs/index.html>`_

* `Trees <https://doc.sagemath.org/html/en/reference/combinat/sage/combinat/enumerated_sets.html#trees>`_

* `Posets <https://doc.sagemath.org/html/en/reference/combinat/sage/combinat/posets/all.html>`_

* `Abstract Complexes <https://doc.sagemath.org/html/en/reference/topology/index.html>`_

* `Combinatorial Designs and Incidence Structure <https://doc.sagemath.org/html/en/reference/combinat/sage/combinat/designs/all.html>`_

* `Finite State Machines, Automata, Transducers <https://doc.sagemath.org/html/en/reference/combinat/sage/combinat/finite_state_machine.html>`_

* `Cluster Algebras and Quivers <https://doc.sagemath.org/html/en/reference/combinat/sage/combinat/cluster_algebra_quiver/all.html>`_

* `Sandpiles <https://doc.sagemath.org/html/en/reference/dynamics/sage/sandpiles/sandpile.html>`_
