Metadata-Version: 1.1
Name: crawlmi
Version: 0.1.5
Summary: Highly optimized web scraping framework.
Home-page: https://github.com/Mimino666/crawlmi
Author: Michal "Mimino" Danilak
Author-email: michal.danilak@gmail.com
License: UNKNOWN
Description: crawlmi
        =======
        
        Highly optimized web scraping framework in Python.
        
        Many parts of this repository are either direct copy or inspired by [Scrapy](https://github.com/scrapy/scrapy) and
        [w3lib](https://github.com/scrapy/w3lib) repositories.
        
        Core components has been reimplement and optimized for my personal use. Project is still in development phase and
        the documentation is not available at the moment.
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Environment :: Console
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Internet :: WWW/HTTP
