Skip to content

Automatically exported from code.google.com/p/python-crawler

Notifications You must be signed in to change notification settings

xychix/python-crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

==Building and installing modules==

*From source:*

Install the dependencies:

        python-lxml
        python-bsddb3

Untar the source distribution and run:

{{{
  $ python setup.py build
  $ python setup.py install
}}}


==using the module==

import crawler.crawler


== examples==

== compile==
python setup.py sdist
#python setup.py bdist
python setup.py bdist_wininst
python setup.py bdist_rpm
##need pkg stded
python setup.py --command-packages=stdeb.command bdist_deb

About

Automatically exported from code.google.com/p/python-crawler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published