{ "info": { "author": "Kasper Souren, Paolo Massa and others", "author_email": "kasper.souren@gmail.com", "bugtrack_url": null, "classifiers": [ "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" ], "description": "trustlet\n========\n\n trustlet is a Python package for the study of trust metrics on\n social networks. As of October 2007 it is in alpha stage, with\n support for several Advogato-like datasets and a bunch of trust\n metrics.\n\n http://trustlet.org/\n\nUsing \n-----\n\n >>> from trustlet import *\n >>> G=Advogato()\n >>> G.add_edge(1,2)\n >>> G.add_node(\"spam\")\n >>> print G.nodes()\n [1, 2, 'spam']\n >>> print G.edges()\n [(1, 2)]", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://trustlet.org/wiki/Code", "keywords": null, "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "trustlet", "package_url": "https://pypi.org/project/trustlet/", "platform": "any", "project_url": "https://pypi.org/project/trustlet/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://trustlet.org/wiki/Code" }, "release_url": "https://pypi.org/project/trustlet/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Analyse trust metrics on social networks", "version": "0.1.1" }, "last_serial": 42163, "releases": { "0.1.0": [], "0.1.1": [] }, "urls": [] }