Metadata-Version: 2.1
Name: nspider
Version: 0.2.0
Summary: A light multi-process web resources crawling framework
Home-page: https://github.com/Nymphxyz/nspider
Author: Nymphxyz
Author-email: xyz.hack666@gmail.com
License: MIT
Platform: UNKNOWN
Requires-Dist: requests
Requires-Dist: lxml
Requires-Dist: beautifulsoup4

=======
NSpider
=======

Overview
========

NSpider (NymphSpider) is a light multi-process web crawling and web scraping framework, used to
crawl websites and extract resource files from their pages. It can be used for
resources downloading and data collection.

Check the NSpider homepage at https://github.com/Nymphxyz/nspider for more information,

Requirements
============

* Python 3.6+
* Works on Linux(not sure), Windows, macOS(not sure)

Install
=======

The quick way::

    pip install nspider

Documentation
=============

Check details at https://github.com/Nymphxyz/nspider


