Metadata-Version: 1.1
Name: w2m
Version: 0.2
Summary: www spider producing an adjacency matrix
Home-page: http://djalil.chafai.net/
Author: Djalil CHAFAI
Author-email: djalil@chafai.net
License: GNU General Public License (GPL)
Description: 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
        
Keywords: www,social networks,random oriented graphs,adjacency matrix,spectrum,eigenvalues,edges,vertices
Platform: All
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP :: Indexing/Search
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering :: Visualization
