.. image:: https://badge.fury.io/py/tinyCrawl.svg
  :target: https://badge.fury.io/py/tinyCrawl

.. image:: https://travis-ci.com/Irvinfaith/tinyCrawl.svg?branch=master
  :target: https://travis-ci.com/Irvinfaith/tinyCrawl

.. image:: https://readthedocs.org/projects/tinycrawl-irvinfaith/badge/?version=latest
  :target: https://tinycrawl-irvinfaith.readthedocs.io/zh_CN/latest/?badge=latest

.. image:: https://img.shields.io/pypi/pyversions/tinyCrawl

.. image:: https://img.shields.io/github/license/irvinfaith/tinyCrawl

############################
tinyCrawl Documentation
############################

tinyCrawl 是一个微型轻量的爬虫框架，具有以下特点：

- 简单轻巧，没有任何第三方包的依赖
- checkpoint断点续爬
- 支持多线程爬取
- 内置日志功能
- 使用简单

`项目地址 <https://github.com/Irvinfaith/tinyCrawl>`_

.. toctree::
  :caption: 使用指南
  :maxdepth: 2

  install/index
  howtouse/index

.. toctree::
  :caption: API
  :maxdepth: 2

  api/index
