trustlet 0.1.1
Analyse trust metrics on social networks
trustlet is a Python package for the study of trust metrics on social networks. As of October 2007 it is in alpha stage, with support for several Advogato-like datasets and a bunch of trust metrics.
Using
>>> from trustlet import *
>>> G=Advogato()
>>> G.add_edge(1,2)
>>> G.add_node("spam")
>>> print G.nodes()
[1, 2, 'spam']
>>> print G.edges()
[(1, 2)]
- Author: Kasper Souren, Paolo Massa and others <kasper souren at gmail com>
- Home Page: http://trustlet.org/wiki/Code
- License: GPL
- Platform: any
-
Categories
- Development Status :: 2 - Pre-Alpha
- Intended Audience :: Science/Research
- License :: OSI Approved :: GNU General Public License (GPL)
- Natural Language :: English
- Operating System :: OS Independent
- Programming Language :: Python
- Topic :: Scientific/Engineering :: Visualization
- Topic :: Software Development :: Libraries :: Python Modules
- Package Index Owner: guaka
- DOAP record: trustlet-0.1.1.xml
Log in to rate this package.
