Metadata-Version: 2.1
Name: networkx
Version: 2.3
Summary: Python package for creating and manipulating graphs and networks
Home-page: http://networkx.github.io/
Author: Aric Hagberg
Author-email: hagberg@lanl.gov
Maintainer: NetworkX Developers
Maintainer-email: networkx-discuss@googlegroups.com
License: BSD
Project-URL: Bug Tracker, https://github.com/networkx/networkx/issues
Project-URL: Documentation, https://networkx.github.io/documentation/stable/
Project-URL: Source Code, https://github.com/networkx/networkx
Keywords: Networks,Graph Theory,Mathematics,network,graph,discrete mathematics,math
Platform: Linux
Platform: Mac OSX
Platform: Windows
Platform: Unix
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.5
License-File: LICENSE.txt
Requires-Dist: decorator>=4.3.0
Provides-Extra: all
Requires-Dist: numpy; extra == "all"
Requires-Dist: scipy; extra == "all"
Requires-Dist: pandas; extra == "all"
Requires-Dist: matplotlib; extra == "all"
Requires-Dist: pygraphviz; extra == "all"
Requires-Dist: pydot; extra == "all"
Requires-Dist: pyyaml; extra == "all"
Requires-Dist: gdal; extra == "all"
Requires-Dist: lxml; extra == "all"
Requires-Dist: nose; extra == "all"
Provides-Extra: gdal
Requires-Dist: gdal; extra == "gdal"
Provides-Extra: lxml
Requires-Dist: lxml; extra == "lxml"
Provides-Extra: matplotlib
Requires-Dist: matplotlib; extra == "matplotlib"
Provides-Extra: nose
Requires-Dist: nose; extra == "nose"
Provides-Extra: numpy
Requires-Dist: numpy; extra == "numpy"
Provides-Extra: pandas
Requires-Dist: pandas; extra == "pandas"
Provides-Extra: pydot
Requires-Dist: pydot; extra == "pydot"
Provides-Extra: pygraphviz
Requires-Dist: pygraphviz; extra == "pygraphviz"
Provides-Extra: pyyaml
Requires-Dist: pyyaml; extra == "pyyaml"
Provides-Extra: scipy
Requires-Dist: scipy; extra == "scipy"


NetworkX is a Python package for the creation, manipulation, and
study of the structure, dynamics, and functions of complex networks.

