Metadata-Version: 2.1
Name: aionewsapi
Version: 1.1.1
Summary: Asyncio client for interacting with newsapi.org
Home-page: https://github.com/mfdeux/aionewsapi
Author: Marc Ford
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: aiohttp
Requires-Dist: uvloop
Requires-Dist: marshmallow
Requires-Dist: python-dateutil

#aionewsapi

Asyncio client for interacting with newsapi.org

Installation instructions:

```bash
pip install aionewsapi
```

Usage:
```python

from aionewsapi import NewsAPI

client = NewsAPI()

```

Note
---------
aionewsapi is not affiliated or endorsed by any of the web services it interacts with.

