• svn URL

Use this URL in your Subversion client. Need more instructions?
 

A framework for analyzing complex networks.

root

User picture

Author: therm000

Revision: 339 («Previous)


(March 11, 2011 20:34 UTC) About 1 year ago

version for tutorial

 
Name Date Rev. Commit message
data Mon, Mar 22 2010 35 [therm000] test data moved to tests/data.py
experiments Sat, Mar 12 2011 339 [therm000] version for tutorial
src Sat, Mar 12 2011 339 [therm000] version for tutorial
LICENSE Sat, Mar 20 2010 20 [therm000] license BSD
README Sat, Mar 12 2011 339 [therm000] version for tutorial
TODO Wed, Mar 17 2010 12 [therm000] reference to assembla tickets

README

Dependencies:

 - NetworkX 1.0.1 or above (http://networkx.lanl.gov/).

 - (optional) Matplotlib for graph plotting (sudo apt-get install python-matplotlib) for:
	- classes.graph.Graph.show()
	- utils.plot

 - (optional) SimpleJSON for Python (http://pypi.python.org/pypi/simplejson/) for:
	- nodes.twitter

 - (optional) python-mechanize (http://wwwsearch.sourceforge.net/mechanize/) for:
	- nodes.facebook

 - (optional) python-numpy (http://numpy.scipy.org/) for:
	- algorithms.plot

 - (optional) python-scipy (sudo apt-get install python-scipy) for interpolation in:
	- algorithms.plot

 - (optional) sqlite3 (sudo apt-get install sqlite3) for class BigGraph in:
	- classes.big_graph