mirror of
https://github.com/deesiigneer/pyspapi.git
synced 2026-04-20 04:25:25 +00:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
508a209e74 | ||
|
|
2573c30800 | ||
|
|
dc36f05221 | ||
|
|
2e75de605d | ||
|
|
22219f3e37 |
@@ -24,7 +24,7 @@ pyspapi
|
||||
|
||||
Installation
|
||||
-------------
|
||||
**Requires Python 3.8 or higher**
|
||||
**Requires Python 3.12 or higher**
|
||||
|
||||
*Windows*
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "pyspapi"
|
||||
version = "3.3.1"
|
||||
version = "3.3.2"
|
||||
description = "API wrapper for SP servers written in Python."
|
||||
readme = "README.rst"
|
||||
license = { text = "MIT" }
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from pyspapi.types.me import Account
|
||||
from pyspapi.types.me import Account, Card, City
|
||||
from pyspapi.types.payment import Item
|
||||
from pyspapi.types.users import Cards, User
|
||||
from pyspapi.types.users import User, UserCards
|
||||
|
||||
__all__ = ["Account", "Item", "Cards", "User"]
|
||||
__all__ = ["Account", "Card", "City", "Item", "User", "UserCards"]
|
||||
|
||||
Reference in New Issue
Block a user