1
+ [build-system ]
2
+ requires = [" hatchling" ]
3
+ build-backend = " hatchling.build"
4
+
5
+ [project ]
6
+ name = " pyblox3"
7
+ version = " 3.0-beta.6"
8
+ authors = [
9
+ { name =" Sanjay Bhadra" , email =" sbhadr.github@gmail.com" }
10
+ ]
11
+ description = " An API wrapper for Roblox written in Python"
12
+ readme = " README.md"
13
+ license = { file =" LICENSE" }
14
+ requires-python = " >=3.8"
15
+ dependencies = [
16
+ " aiohttp" ,
17
+ " asyncio" ,
18
+ " httpx" ,
19
+ " pytest"
20
+ ]
21
+ classifiers = [
22
+ " License :: OSI Approved :: MIT License" ,
23
+ " Operating System :: OS Independent" ,
24
+ " Development Status :: 4 - Beta" ,
25
+ " Programming Language :: Python :: 3" ,
26
+ " Programming Language :: Python :: 3.8" ,
27
+ " Programming Language :: Python :: 3.9" ,
28
+ " Programming Language :: Python :: 3.10" ,
29
+ " Programming Language :: Python :: 3.11" ,
30
+ " Programming Language :: Python :: 3.12" ,
31
+ " Programming Language :: Python :: 3.13"
32
+ ]
33
+ keywords = [
34
+ " Python" , " Roblox" , " API" , " Wrapper" , " Library" , " Python3" , " API-Wrapper" , " RobloxDev" ,
35
+ " Roblox-API" , " Game Development" , " Automation" , " Scripting" , " HTTP Requests" ,
36
+ " JSON" , " Authentication" , " User Management" , " Asset Management" , " Game Analytics" ,
37
+ " Server Communication" , " Data Parsing" , " Web Scraping" , " Multiplayer Games" ,
38
+ " Community Engagement" , " Player Data" , " Game Sessions" , " Inventory Management" , " Platform Integration" ,
39
+ " Cloud Services" , " Social Features" , " Development Tools" , " Content Creation" , " Security" ,
40
+ " Rate Limiting" , " Error Handling" , " Open Source" , " Collaboration" , " Version Control" ,
41
+ " Documentation" , " Tutorials" , " User Support" , " Performance Optimization" , " Cross-platform" ,
42
+ " Event Handling" , " Asynchronous Programming" , " Dependency Management" , " Unit Testing" ,
43
+ " Continuous Integration" , " Deployment" , " Community Contributions" , " Licensing"
44
+ ]
45
+
46
+ [project .urls ]
47
+ Repository = " https://github.com/RbxAPI/Pyblox/tree/nightly_build"
48
+ Issues = " https://github.com/RbxAPI/Pyblox/issues"
49
+ Source = " https://github.com/RbxAPI/Pyblox"
50
+ Discord = " https://discord.com/invite/EDXNdAT"
51
+
52
+ [tool .hatch .build .targets .wheel ]
53
+ packages = [
54
+ " src" ,
55
+ " pyblox3.webapi" ,
56
+ " pyblox3.webapi.util"
57
+ ]
0 commit comments