Metadata-Version: 2.1
Name: targon
Version: 0.0.1a1
Summary: Library for Riot API crawlers
Home-page: https://github.com/Canisback/targon
Author: Canisback
Author-email: canisback@gmail.com
License: UNKNOWN
Keywords: Riot API,python,League of Legends
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: pantheon
Requires-Dist: sortedcontainers

# Targon

Easy to setup modulable crawler for Riot API.



Targon is a layer on top of [Pantheon](https://github.com/Canisback/pantheon) to abstract most of the tedious asyncio development. It offers a set of Callers, Queues and Parsers allowing to setup an efficient crawler while allowing to integrated custom code to use the data.

WARNING : Work Heavily on Progress.


## How to use

To install : 
```
pip install targon
```

