Metadata-Version: 2.0
Name: metacrawler
Version: 0.3.2
Summary: A lightweight Python crawling framework.
Home-page: https://github.com/pyvim/metacrawler
Author: Vitalii Maslov
Author-email: me@pyvim.com
License: MIT
Download-URL: https://github.com/pyvim/metacrawler/tarball/master
Keywords: parser,crawler
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Requires-Dist: configobj
Requires-Dist: lxml
Requires-Dist: grequests

===========
MetaCrawler
===========
*A lightweight Python crawling framework.*

Installation
------------
`pip install metacrawler`

Source
------
`Github
<https://github.com/pyvim/metacrawler>`_


