Metadata-Version: 2.0
Name: aioiliad
Version: 0.3.1
Summary: A python package that can be installed with pip.
Home-page: https://github.com/eliseomartelli/aioiliad
Author: Eliseo Martelli
Author-email: me@eliseomartelli.it
License: BSD
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Requires-Dist: aiohttp (==3.5.1)
Requires-Dist: async-timeout (==3.0.1)
Requires-Dist: attrs (==18.2.0)
Requires-Dist: beautifulsoup4 (==4.6.3)
Requires-Dist: chardet (==3.0.4)
Requires-Dist: idna (==2.8)
Requires-Dist: idna-ssl (==1.1.0)
Requires-Dist: lxml (==4.2.5)
Requires-Dist: multidict (==4.5.2)
Requires-Dist: pytimeparse (==1.1.8)
Requires-Dist: typing-extensions (==3.6.6)
Requires-Dist: yarl (==1.3.0)

AioIliad
===============================

[![Build Status](https://travis-ci.org/eliseomartelli/AioIliad.svg?branch=master)](https://travis-ci.org/eliseomartelli/AioIliad)

version number: 0.1.3
author: Eliseo Martelli

Overview
--------

A python package that can be installed with pip.

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

To install use pip:

    $ pip install aioiliad


Or clone the repo:

    $ git clone https://github.com/eliseomartelli/aioiliad.git
    $ python setup.py install

Feel free to fork!


