Metadata-Version: 2.1
Name: aio_wiki
Version: 0.1.0
Summary: Asyncio client for interacting with wikimedia APIs
Home-page: https://github.com/mfdeux/aio_wiki
Author: Marc Ford
License: MIT
Description: # aio_wiki
        
        Asyncio client for interacting with wikimedia APIs
        
        Installation instructions:
        
        ```bash
        pip install aio_wiki
        ```
        
        Usage:
        ```python
        
        from aio_wiki import GraphClient
        
        client = GraphClient()
        
        ```
        
        Note
        ---------
        aio_wiki is not affiliated or endorsed by any of the web services it interacts with.
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
