w2m 0.2
www spider producing an adjacency matrix
DESCRIPTION w2m is essentially a Python 2.7 module providing the W2M class. The W2M class is a www spider which explores a subset of the www, extracts the adjacency matrix of the oriented graph, and saves it as a GNU-Octave .mat file. If numpy and matplotlib are available, it computes the spectrum of the adjacency matrix and plots the result. The list of vertices and an image of the matrix are also produced. The file w2m.py can be used as a module or as a script handling command line arguments. W2M uses threading. W2M does not depend on modules outside the standard library, except numpy and matplotlib, which are optional. This makes more easy the possible 2to3 transition. COPYRIGHT and LICENSE Copyright (c), 2011, 2012, Djalil CHAFAI http://djalil.chafai.net/ This program is free software, protected by the following license: GNU General Public License (GPL) FILE LIST w2m.py Python module (source) examples/ examples on small Wikipedias (Kabyle and Mahori) setup.py setup file for distutils http://docs.python.org/distutils/ PKG-INFO package information file produced by setup.py (distutils) TYPICAL USAGE AS A SCRIPT chmod +x w2m.py ./w2m.py --help # and if you use the Bash shell: /w2m.py --start someurl > output.lst 2>&1 & tail -f output.lst DEPENDENCIES Written for Python 2.7. Some outputs require numpy and matplotlib modules. For Debian GNU/Linux wheezy: apt-get install python-matplotlib VERSION, CHANGELOG, HISTORY, TODO See w2m.py file. LATEST VERSION See http://pypi.python.org/pypi/w2m/ EOF
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| w2m-0.2.zip (md5, pgp) | Source | 2012-01-02 | 470KB | 219 | |
- Author: Djalil CHAFAI
- 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)
- Platform: All
-
Categories
- 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
- Package Index Owner: chafai
- DOAP record: w2m-0.2.xml
