Metadata-Version: 2.0
Name: pubmedasync
Version: 0.4.2
Summary: Asyncronous wrapper around PubMed api
Home-page: https://github.com/pokey/pubmedasync
Author: Pokey Rule
Author-email: pokey.rule@gmail.com
License: MIT license
Keywords: pubmedasync
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: Click (>=6.0)
Requires-Dist: aiodns (>=1.1.1)
Requires-Dist: aiohttp (>=1.2.0)
Requires-Dist: beautifulsoup4 (>=4.5.1)
Requires-Dist: cchardet (>=1.1.1)
Requires-Dist: lxml (>=3.7.0)
Requires-Dist: tqdm (>=4.10.0)

===============================
PubMed async
===============================


.. image:: https://img.shields.io/pypi/v/pubmedasync.svg
        :target: https://pypi.python.org/pypi/pubmedasync

.. image:: https://img.shields.io/travis/pokey/pubmedasync.svg
        :target: https://travis-ci.org/pokey/pubmedasync

.. image:: https://readthedocs.org/projects/pubmedasync/badge/?version=latest
        :target: https://pubmedasync.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://pyup.io/repos/github/pokey/pubmedasync/shield.svg
     :target: https://pyup.io/repos/github/pokey/pubmedasync/
     :alt: Updates


Asyncronous wrapper around PubMed api


* Free software: MIT license
* Documentation: https://pubmedasync.readthedocs.io.


Features
--------

* TODO

Credits
---------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage



=======
History
=======

0.1.0 (2016-12-18)
------------------

* First release on PyPI.


