1+ [build-system ]
2+ requires = [" setuptools" ]
3+
4+ [project ]
5+ name = " topggpy"
6+ version = " 3.0.0"
7+ description = " A community-maintained Python API Client for the Top.gg API."
8+ readme = " README.md"
9+ license = { text = " MIT" }
10+ authors = [{ name = " null8626" }, { name = " Top.gg" }]
11+ keywords = [" discord" , " discord-bot" , " topgg" ]
12+ dependencies = [" aiohttp>=3.12.15" ]
13+ classifiers = [
14+ " Development Status :: 5 - Production/Stable" ,
15+ " Intended Audience :: Developers" ,
16+ " Natural Language :: English" ,
17+ " Operating System :: OS Independent" ,
18+ " Programming Language :: Python :: 3 :: Only" ,
19+ " Programming Language :: Python :: 3.9" ,
20+ " Programming Language :: Python :: 3.10" ,
21+ " Programming Language :: Python :: 3.11" ,
22+ " Programming Language :: Python :: 3.12" ,
23+ " Programming Language :: Python :: 3.13" ,
24+ " Topic :: Internet" ,
25+ " Topic :: Software Development :: Libraries" ,
26+ " Topic :: Software Development :: Libraries :: Python Modules" ,
27+ " Topic :: Utilities"
28+ ]
29+ requires-python = " >=3.9"
30+
31+ [project .optional-dependencies ]
32+ dev = [" mock>=5.2.0" , " pytest>=8.4.2" , " pytest-asyncio>=1.2.0" , " pytest-mock>=3.15.0" , " pytest-cov>=7.0.0" , " ruff>=0.13.0" ]
33+
34+ [project .urls ]
35+ Documentation = " https://topggpy.readthedocs.io/en/latest/"
36+ "Raw API Documentation" = " https://docs.top.gg/docs/"
37+ Repository = " https://github.com/top-gg-community/python-sdk"
38+ "Support server" = " https://discord.gg/dbl"
0 commit comments