Package networkx :: Module release
[hide private]
[frames] | no frames]

Module release

source code

Release data for NetworkX.


Author: Aric Hagberg (hagberg@lanl.gov) Pieter Swart (swart@lanl.gov) Dan Schult (dschult@colgate.edu)

Variables [hide private]
  name = 'networkx'
  version = '0.36'
  description = 'Python package for creating and manipulating gr...
  long_description = '\nNetworkX is a Python package for the cre...
  license = 'LGPL'
  authors = {'Hagberg': ('Aric Hagberg', 'hagberg@lanl.gov'), 'S...
  url = 'http://networkx.lanl.gov/'
  download_url = 'http://networkx.lanl.gov/download'
  platforms = ['Linux', 'Mac OSX', 'Windows XP/2000/NT']
  keywords = ['Networks', 'Graph Theory', 'Mathematics', 'networ...
  classifiers = ['Development Status :: 4 - Beta', 'Intended Aud...
  date = 'Sun Aug 17 12:04:18 2008'
Variables Details [hide private]

description

Value:
'Python package for creating and manipulating graphs and networks'

long_description

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

'''

authors

Value:
{'Hagberg': ('Aric Hagberg', 'hagberg@lanl.gov'),
 'Schult': ('Dan Schult', 'dschult@colgate.edu'),
 'Swart': ('Pieter Swart', 'swart@lanl.gov')}

keywords

Value:
['Networks',
 'Graph Theory',
 'Mathematics',
 'network',
 'graph',
 'discrete mathematics',
 'math']

classifiers

Value:
['Development Status :: 4 - Beta',
 'Intended Audience :: Developers',
 'Intended Audience :: Science/Research',
 'License :: OSI Approved :: GNU Library or Lesser General Public Lice\
nse (LGPL)',
 'Operating System :: OS Independent',
 'Programming Language :: Python',
 'Topic :: Software Development :: Libraries :: Python Modules',
...