An open API service indexing awesome lists of open source software.

https://github.com/zeionara/pale

League of legends data parser
https://github.com/zeionara/pale

Last synced: 3 months ago
JSON representation

League of legends data parser

Awesome Lists containing this project

README

        

# pale



*There was once a **pale** man with dark hair...*

League Of Legends data parser

## Usage

To call the module:

```sh
python -m pale parse
```

The command will generate file `assets/pale.tsv` with generated dataset.

## Installation

To install from `pip` (coming soon):

```sh
pip install pa-le
```

To create environment and install all dependencies:

```sh
conda env create -f environment.yml
```