Metadata-Version: 2.1
Name: aspider
Version: 0.0.1
Summary: a spider using asyncio
Home-page: https://github.com/gxtrobot/aspider
Author: gxtrobot
Author-email: gxtrobot@gmail.com
License: BSD
Download-URL: https://github.com/gxtrobot/aspider/tarball/0.0.1
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Requires-Dist: sphinx
Requires-Dist: sphinx-rtd-theme
Requires-Dist: pytest
Requires-Dist: coverage
Requires-Dist: pypi-publisher

aspider
===============================

version number: 0.0.1
author: gxtrobot

Overview
--------

a spider using asyncio

Installation / Usage
--------------------

To install use pip:

    $ pip install aspider


Or clone the repo:

    $ git clone https://github.com/gxtrobot/aspider.git
    $ python setup.py install

Contributing
------------

TBD

Example
-------

TBD

