diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml index ec1f81a..f0001c3 100644 --- a/.github/workflows/cron.yml +++ b/.github/workflows/cron.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: os: [ubuntu-16.04, ubuntu-18.04, ubuntu-20.04, macos-latest, windows-latest] - python-version: [3.7, 3.8, 3.9, 3.x] # crons should always run latest python hence 3.x + python-version: [3.6, 3.7, 3.8, 3.9, 3.x] # crons should always run latest python hence 3.x steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9c069c4..3ae510b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: os: [ubuntu-16.04, ubuntu-18.04, ubuntu-20.04, macos-latest, windows-latest] - python-version: [3.7, 3.8, 3.9] + python-version: [3.6, 3.7, 3.8, 3.9] steps: - uses: actions/checkout@v2 diff --git a/README.md b/README.md index ea6c5e2..2958196 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,66 @@ aoe2netwrapper -A simple typed wrapper to interact with the APIs provided by https://aoe2.net. +

+ + + PyPI Version + + + + + Github Release + + +
+ + + + Github Actions + + + + + Code Coverage + + +
+ + + + Code Style + + + + + Linter + + + + + Build tool + + + + + Test runner + + + + + License + +

+ +

+ A simple typed wrapper to interact with the https://aoe2.net APIs +

+ +

+ + Made With Python + +

## Install @@ -16,7 +75,7 @@ pip install aoe2netwrapper The package provides a simple, fully-typed high-level object to interact with each API provided by `aoe2.net`. Each exposed endpoint from the APIs can be queried with a method named after it: -* Complete data API: +* __Complete data API__ ```python from aoe2netwrapper import AoE2NetAPI @@ -29,7 +88,7 @@ top_accounts = client.leaderboard(game="aoe2de", leaderboard_id=3, start=1, coun open_lobbies = client.lobbies(game="aoe2de") ``` -* Nightbot API: +* __Nightbot API__ ```python from aoe2netwrapper import AoE2NightbotAPI