Metadata-Version: 2.0
Name: icrawler
Version: 0.1.2
Summary: A mini framework of image crawlers
Home-page: https://github.com/hellock/icrawler
Author: Kai Chen
Author-email: chenkaidev@gmail.com
License: MIT
Keywords: image crawler spider
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Utilities
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: Pillow
Requires-Dist: beautifulsoup4 (>=4.4.1)
Requires-Dist: lxml
Requires-Dist: requests (>=2.9.1)
Requires-Dist: six (>=1.10.0)

This package is a mini framework for multi-thread image crawler. It also provides some useful built-in crawlers such as google, bing, baidu, flickr image crawlers and a greedy website crawler.


