Difference between revisions of "DWMinion"

From Dreamwidth Notes
Jump to: navigation, search
(Created page with 'DWMinion is a Python library designed for interacting with data from Dreamwidth. You can find the repository here: http://bitbucket.org/foxfirefey/dwminion/ [[Category: Third …')
 
 
(3 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
http://bitbucket.org/foxfirefey/dwminion/
 
http://bitbucket.org/foxfirefey/dwminion/
  
[[Category: Third party programs]]
+
== Using the library ==
 +
 
 +
In order to make graphs, you will need to install:
 +
 
 +
* [http://networkx.lanl.gov/ networkx] -- latest version
 +
 
 +
And its dependents, including:
 +
 
 +
* [http://matplotlib.sourceforge.net/ matplotlib]
 +
* [http://scipy.org/NumPy numpy]
 +
* [http://wiki.python.org/moin/TkInter python-tk], aka TkInter
 +
 
 +
[[Category:Third party programs]]
 +
[[Category:Clients]]

Latest revision as of 18:39, 13 July 2013

DWMinion is a Python library designed for interacting with data from Dreamwidth. You can find the repository here:

http://bitbucket.org/foxfirefey/dwminion/

Using the library

In order to make graphs, you will need to install:

And its dependents, including: