{ "info": { "author": "Djalil CHAFAI", "author_email": "djalil@chafai.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Education", "Intended Audience :: Science/Research", "License :: OSI Approved :: GNU General Public License (GPL)", "Operating System :: POSIX", "Programming Language :: Python :: 2.7", "Topic :: Internet :: WWW/HTTP :: Indexing/Search", "Topic :: Scientific/Engineering :: Information Analysis", "Topic :: Scientific/Engineering :: Mathematics", "Topic :: Scientific/Engineering :: Visualization" ], "description": "DESCRIPTION \n w2m is essentially a Python 2.7 module providing the W2M class. The W2M class\n is a www spider which explores a subset of the www, extracts the adjacency\n matrix of the oriented graph, and saves it as a GNU-Octave .mat file. If numpy\n and matplotlib are available, it computes the spectrum of the adjacency matrix\n and plots the result. The list of vertices and an image of the matrix are also\n produced. The file w2m.py can be used as a module or as a script handling\n command line arguments. W2M uses threading. W2M does not depend on modules\n outside the standard library, except numpy and matplotlib, which are optional.\n This makes more easy the possible 2to3 transition.\n\nCOPYRIGHT and LICENSE\n Copyright (c), 2011, 2012, Djalil CHAFAI http://djalil.chafai.net/\n This program is free software, protected by the following license:\n GNU General Public License (GPL)\n\nFILE LIST\n w2m.py Python module (source)\n examples/ examples on small Wikipedias (Kabyle and Mahori)\n setup.py setup file for distutils http://docs.python.org/distutils/\n PKG-INFO package information file produced by setup.py (distutils)\n\nTYPICAL USAGE AS A SCRIPT\n chmod +x w2m.py\n ./w2m.py --help\n # and if you use the Bash shell:\n /w2m.py --start someurl > output.lst 2>&1 & tail -f output.lst \n\nDEPENDENCIES \n Written for Python 2.7. Some outputs require numpy and matplotlib modules.\n For Debian GNU/Linux wheezy: apt-get install python-matplotlib \n \nVERSION, CHANGELOG, HISTORY, TODO\n See w2m.py file.\n\nLATEST VERSION\n See http://pypi.python.org/pypi/w2m/\n\nEOF", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://djalil.chafai.net/", "keywords": "www,social networks,random oriented graphs,adjacency matrix,spectrum,eigenvalues,edges,vertices", "license": "GNU General Public License (GPL)", "maintainer": null, "maintainer_email": null, "name": "w2m", "package_url": "https://pypi.org/project/w2m/", "platform": "All", "project_url": "https://pypi.org/project/w2m/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://djalil.chafai.net/" }, "release_url": "https://pypi.org/project/w2m/0.2/", "requires_dist": null, "requires_python": null, "summary": "www spider producing an adjacency matrix", "version": "0.2" }, "last_serial": 801487, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "5d931d16c8f2549261936f6f85f5d55d", "sha256": "243df6b065b6bdecc2faebe6d9ed5fbd4db1f17b122b28c5f7ec70f5724cc10c" }, "downloads": -1, "filename": "w2m-0.2.zip", "has_sig": true, "md5_digest": "5d931d16c8f2549261936f6f85f5d55d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 481979, "upload_time": "2012-01-02T10:51:41", "url": "https://files.pythonhosted.org/packages/a7/a2/fdece2abb1e25a285d1e9e21bb98fc058a1a0da320670c0bb46a98d03b67/w2m-0.2.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5d931d16c8f2549261936f6f85f5d55d", "sha256": "243df6b065b6bdecc2faebe6d9ed5fbd4db1f17b122b28c5f7ec70f5724cc10c" }, "downloads": -1, "filename": "w2m-0.2.zip", "has_sig": true, "md5_digest": "5d931d16c8f2549261936f6f85f5d55d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 481979, "upload_time": "2012-01-02T10:51:41", "url": "https://files.pythonhosted.org/packages/a7/a2/fdece2abb1e25a285d1e9e21bb98fc058a1a0da320670c0bb46a98d03b67/w2m-0.2.zip" } ] }