python-sdk icon indicating copy to clipboard operation
python-sdk copied to clipboard

A simple API wrapper for top.gg written in Python

Results 7 python-sdk issues
Sort by recently updated
recently updated
newest added

This issue tracker is **ONLY** used for reporting bugs with __topggpy__. Feel free to share your suggestions in the #api channel in our [Discord server](https://discord.gg/EYHTgJX)! For help with general Python...

## Proposed Changes Allow getting data by subclasses. The time complexity is supposedly O(n) on the first lookup and O(1) afterwards as the first result got cached.

As the title suggests, the link the repository redirects users to is `dblpy.rtfd.io`, an old domain that does not contain information on the newer package, `topggpy`. ## Expected Behavior The...

Fixes #75 Fixes #78 ## Proposed Changes - Add Python 3.12 support by making the `aiohttp` dependency use versions `>=3.9.0`. (#74) - Add Python 3.11 support by migrating from `setup.py`...

With aiohttp releasing 3.9.0, which supports 3.12, we need to update the current constraints Fixes # ## Proposed Changes - - -

Installing topggpy fails on Python3.12 I did just test, and it looks like installing 1.4.0 still works, though ## Expected Behavior I expect it to install properly ## Current Behavior...

Collecting git+https://github.com/top-gg/python-sdk/ (from -r requirements.txt (line 14)) Cloning https://github.com/top-gg/python-sdk/ to /tmp/pip-req-build-z18_guw1 Running command git clone --filter=blob:none --quiet https://github.com/top-gg/python-sdk/ /tmp/pip-req-build-z18_guw1 Resolved https://github.com/top-gg/python-sdk/ to commit 06844706605b2d368d6892933f7f1aae45be5dee Preparing metadata (setup.py) ... error error:...