mirror of
https://github.com/deesiigneer/pyspapi.git
synced 2026-04-20 12:35:26 +00:00
Compare commits
5 Commits
83d4308906
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
508a209e74 | ||
|
|
2573c30800 | ||
|
|
dc36f05221 | ||
|
|
2e75de605d | ||
|
|
22219f3e37 |
@@ -24,7 +24,7 @@ pyspapi
|
|||||||
|
|
||||||
Installation
|
Installation
|
||||||
-------------
|
-------------
|
||||||
**Requires Python 3.8 or higher**
|
**Requires Python 3.12 or higher**
|
||||||
|
|
||||||
*Windows*
|
*Windows*
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "pyspapi"
|
name = "pyspapi"
|
||||||
version = "3.3.1"
|
version = "3.3.2"
|
||||||
description = "API wrapper for SP servers written in Python."
|
description = "API wrapper for SP servers written in Python."
|
||||||
readme = "README.rst"
|
readme = "README.rst"
|
||||||
license = { text = "MIT" }
|
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.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