Metadata-Version: 1.1
Name: crawly
Version: 0.1b
Summary: A micro python crawler/scraper library
Home-page: https://bitbucket.org/mouad/crawly
Author: Mouad Benchchaoui
Author-email: moaudino@gmail.com
License: BSD
Description: 
        Crawly
        ------
        
        Crawly is a micro python library to crawl and extra data from websites.
        
        
        I invite to check the `examples <https://bitbucket.org/mouad/crawly/src/tip/examples>`_ of how it's used.
        
        
        Install
        +++++++
        
        Crawly is available in pypi using ::
        
           pip install crawly
        
        
        Documentation
        +++++++++++++
        
        You can consult online documentation at: http://crawly.readthedocs.org/en/latest
        
        
        .. :changelog:
        
        History
        -------
        
        0.1b (2012-10-24)
        ++++++++++++++++++
        
        * Birth
        
        
        
        
Platform: any
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
