python-xbox 0.1.2__tar.gz → 0.1.2rc0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {python_xbox-0.1.2 → python_xbox-0.1.2rc0}/PKG-INFO +1 -1
- {python_xbox-0.1.2 → python_xbox-0.1.2rc0}/pyproject.toml +3 -3
- {python_xbox-0.1.2 → python_xbox-0.1.2rc0}/src/pythonxbox/__init__.py +1 -1
- {python_xbox-0.1.2 → python_xbox-0.1.2rc0}/src/pythonxbox/api/provider/smartglass/models.py +1 -1
- {python_xbox-0.1.2 → python_xbox-0.1.2rc0}/.gitignore +0 -0
- {python_xbox-0.1.2 → python_xbox-0.1.2rc0}/LICENSE +0 -0
- {python_xbox-0.1.2 → python_xbox-0.1.2rc0}/README.md +0 -0
- {python_xbox-0.1.2 → python_xbox-0.1.2rc0}/src/pythonxbox/api/__init__.py +0 -0
- {python_xbox-0.1.2 → python_xbox-0.1.2rc0}/src/pythonxbox/api/client.py +0 -0
- {python_xbox-0.1.2 → python_xbox-0.1.2rc0}/src/pythonxbox/api/language.py +0 -0
- {python_xbox-0.1.2 → python_xbox-0.1.2rc0}/src/pythonxbox/api/provider/__init__.py +0 -0
- {python_xbox-0.1.2 → python_xbox-0.1.2rc0}/src/pythonxbox/api/provider/account/__init__.py +0 -0
- {python_xbox-0.1.2 → python_xbox-0.1.2rc0}/src/pythonxbox/api/provider/account/models.py +0 -0
- {python_xbox-0.1.2 → python_xbox-0.1.2rc0}/src/pythonxbox/api/provider/achievements/__init__.py +0 -0
- {python_xbox-0.1.2 → python_xbox-0.1.2rc0}/src/pythonxbox/api/provider/achievements/models.py +0 -0
- {python_xbox-0.1.2 → python_xbox-0.1.2rc0}/src/pythonxbox/api/provider/baseprovider.py +0 -0
- {python_xbox-0.1.2 → python_xbox-0.1.2rc0}/src/pythonxbox/api/provider/catalog/__init__.py +0 -0
- {python_xbox-0.1.2 → python_xbox-0.1.2rc0}/src/pythonxbox/api/provider/catalog/const.py +0 -0
- {python_xbox-0.1.2 → python_xbox-0.1.2rc0}/src/pythonxbox/api/provider/catalog/models.py +0 -0
- {python_xbox-0.1.2 → python_xbox-0.1.2rc0}/src/pythonxbox/api/provider/cqs/__init__.py +0 -0
- {python_xbox-0.1.2 → python_xbox-0.1.2rc0}/src/pythonxbox/api/provider/cqs/models.py +0 -0
- {python_xbox-0.1.2 → python_xbox-0.1.2rc0}/src/pythonxbox/api/provider/gameclips/__init__.py +0 -0
- {python_xbox-0.1.2 → python_xbox-0.1.2rc0}/src/pythonxbox/api/provider/gameclips/models.py +0 -0
- {python_xbox-0.1.2 → python_xbox-0.1.2rc0}/src/pythonxbox/api/provider/lists/__init__.py +0 -0
- {python_xbox-0.1.2 → python_xbox-0.1.2rc0}/src/pythonxbox/api/provider/lists/models.py +0 -0
- {python_xbox-0.1.2 → python_xbox-0.1.2rc0}/src/pythonxbox/api/provider/mediahub/__init__.py +0 -0
- {python_xbox-0.1.2 → python_xbox-0.1.2rc0}/src/pythonxbox/api/provider/mediahub/models.py +0 -0
- {python_xbox-0.1.2 → python_xbox-0.1.2rc0}/src/pythonxbox/api/provider/message/__init__.py +0 -0
- {python_xbox-0.1.2 → python_xbox-0.1.2rc0}/src/pythonxbox/api/provider/message/models.py +0 -0
- {python_xbox-0.1.2 → python_xbox-0.1.2rc0}/src/pythonxbox/api/provider/people/__init__.py +0 -0
- {python_xbox-0.1.2 → python_xbox-0.1.2rc0}/src/pythonxbox/api/provider/people/models.py +0 -0
- {python_xbox-0.1.2 → python_xbox-0.1.2rc0}/src/pythonxbox/api/provider/presence/__init__.py +0 -0
- {python_xbox-0.1.2 → python_xbox-0.1.2rc0}/src/pythonxbox/api/provider/presence/models.py +0 -0
- {python_xbox-0.1.2 → python_xbox-0.1.2rc0}/src/pythonxbox/api/provider/profile/__init__.py +0 -0
- {python_xbox-0.1.2 → python_xbox-0.1.2rc0}/src/pythonxbox/api/provider/profile/models.py +0 -0
- {python_xbox-0.1.2 → python_xbox-0.1.2rc0}/src/pythonxbox/api/provider/ratelimitedprovider.py +0 -0
- {python_xbox-0.1.2 → python_xbox-0.1.2rc0}/src/pythonxbox/api/provider/screenshots/__init__.py +0 -0
- {python_xbox-0.1.2 → python_xbox-0.1.2rc0}/src/pythonxbox/api/provider/screenshots/models.py +0 -0
- {python_xbox-0.1.2 → python_xbox-0.1.2rc0}/src/pythonxbox/api/provider/smartglass/__init__.py +0 -0
- {python_xbox-0.1.2 → python_xbox-0.1.2rc0}/src/pythonxbox/api/provider/titlehub/__init__.py +0 -0
- {python_xbox-0.1.2 → python_xbox-0.1.2rc0}/src/pythonxbox/api/provider/titlehub/models.py +0 -0
- {python_xbox-0.1.2 → python_xbox-0.1.2rc0}/src/pythonxbox/api/provider/usersearch/__init__.py +0 -0
- {python_xbox-0.1.2 → python_xbox-0.1.2rc0}/src/pythonxbox/api/provider/usersearch/models.py +0 -0
- {python_xbox-0.1.2 → python_xbox-0.1.2rc0}/src/pythonxbox/api/provider/userstats/__init__.py +0 -0
- {python_xbox-0.1.2 → python_xbox-0.1.2rc0}/src/pythonxbox/api/provider/userstats/models.py +0 -0
- {python_xbox-0.1.2 → python_xbox-0.1.2rc0}/src/pythonxbox/authentication/__init__.py +0 -0
- {python_xbox-0.1.2 → python_xbox-0.1.2rc0}/src/pythonxbox/authentication/manager.py +0 -0
- {python_xbox-0.1.2 → python_xbox-0.1.2rc0}/src/pythonxbox/authentication/models.py +0 -0
- {python_xbox-0.1.2 → python_xbox-0.1.2rc0}/src/pythonxbox/authentication/xal.py +0 -0
- {python_xbox-0.1.2 → python_xbox-0.1.2rc0}/src/pythonxbox/common/__init__.py +0 -0
- {python_xbox-0.1.2 → python_xbox-0.1.2rc0}/src/pythonxbox/common/exceptions.py +0 -0
- {python_xbox-0.1.2 → python_xbox-0.1.2rc0}/src/pythonxbox/common/filetimes.py +0 -0
- {python_xbox-0.1.2 → python_xbox-0.1.2rc0}/src/pythonxbox/common/models.py +0 -0
- {python_xbox-0.1.2 → python_xbox-0.1.2rc0}/src/pythonxbox/common/ratelimits/__init__.py +0 -0
- {python_xbox-0.1.2 → python_xbox-0.1.2rc0}/src/pythonxbox/common/ratelimits/models.py +0 -0
- {python_xbox-0.1.2 → python_xbox-0.1.2rc0}/src/pythonxbox/common/request_signer.py +0 -0
- {python_xbox-0.1.2 → python_xbox-0.1.2rc0}/src/pythonxbox/common/signed_session.py +0 -0
- {python_xbox-0.1.2 → python_xbox-0.1.2rc0}/src/pythonxbox/py.typed +0 -0
- {python_xbox-0.1.2 → python_xbox-0.1.2rc0}/src/pythonxbox/scripts/__init__.py +0 -0
- {python_xbox-0.1.2 → python_xbox-0.1.2rc0}/src/pythonxbox/scripts/authenticate.py +0 -0
- {python_xbox-0.1.2 → python_xbox-0.1.2rc0}/src/pythonxbox/scripts/change_gamertag.py +0 -0
- {python_xbox-0.1.2 → python_xbox-0.1.2rc0}/src/pythonxbox/scripts/friends.py +0 -0
- {python_xbox-0.1.2 → python_xbox-0.1.2rc0}/src/pythonxbox/scripts/search.py +0 -0
- {python_xbox-0.1.2 → python_xbox-0.1.2rc0}/src/pythonxbox/scripts/xal.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python-xbox
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.2rc0
|
|
4
4
|
Summary: A library to authenticate with Xbox Network and use their API
|
|
5
5
|
Project-URL: Source, https://github.com/tr4nt0r/python-xbox
|
|
6
6
|
Author-email: Manfred Dennerlein Rodelo <manfred@dennerlein.name>
|
|
@@ -88,7 +88,7 @@ dependencies = [
|
|
|
88
88
|
"httpx==0.28.1",
|
|
89
89
|
"ms_cv==0.1.1",
|
|
90
90
|
"pydantic==2.12.4",
|
|
91
|
-
"pytest==
|
|
91
|
+
"pytest==8.4.2",
|
|
92
92
|
"pytest-asyncio==1.3.0",
|
|
93
93
|
"pytest-cov==7.0.0",
|
|
94
94
|
"freezegun==1.5.5",
|
|
@@ -98,7 +98,7 @@ dependencies = [
|
|
|
98
98
|
[tool.hatch.envs.hatch-test]
|
|
99
99
|
parallel = true
|
|
100
100
|
extra-dependencies = [
|
|
101
|
-
"pytest-cov~=
|
|
101
|
+
"pytest-cov~=6.2",
|
|
102
102
|
"pytest-asyncio~=1.1",
|
|
103
103
|
"respx~=0.22",
|
|
104
104
|
"freezegun==1.5.5"
|
|
@@ -115,7 +115,7 @@ python = ["3.14", "3.13", "3.12", "3.11"]
|
|
|
115
115
|
|
|
116
116
|
[tool.hatch.envs.hatch-static-analysis]
|
|
117
117
|
dependencies = [
|
|
118
|
-
"ruff==0.14.
|
|
118
|
+
"ruff==0.14.4",
|
|
119
119
|
]
|
|
120
120
|
config-path = "none"
|
|
121
121
|
|
|
@@ -93,7 +93,7 @@ class SmartglassConsoleStatus(CamelCaseModel):
|
|
|
93
93
|
|
|
94
94
|
class InstalledPackage(CamelCaseModel):
|
|
95
95
|
one_store_product_id: str | None = None
|
|
96
|
-
title_id: int
|
|
96
|
+
title_id: int
|
|
97
97
|
aumid: str | None = None
|
|
98
98
|
last_active_time: datetime | None = None
|
|
99
99
|
name: str | None = None
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_xbox-0.1.2 → python_xbox-0.1.2rc0}/src/pythonxbox/api/provider/achievements/__init__.py
RENAMED
|
File without changes
|
{python_xbox-0.1.2 → python_xbox-0.1.2rc0}/src/pythonxbox/api/provider/achievements/models.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_xbox-0.1.2 → python_xbox-0.1.2rc0}/src/pythonxbox/api/provider/gameclips/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_xbox-0.1.2 → python_xbox-0.1.2rc0}/src/pythonxbox/api/provider/ratelimitedprovider.py
RENAMED
|
File without changes
|
{python_xbox-0.1.2 → python_xbox-0.1.2rc0}/src/pythonxbox/api/provider/screenshots/__init__.py
RENAMED
|
File without changes
|
{python_xbox-0.1.2 → python_xbox-0.1.2rc0}/src/pythonxbox/api/provider/screenshots/models.py
RENAMED
|
File without changes
|
{python_xbox-0.1.2 → python_xbox-0.1.2rc0}/src/pythonxbox/api/provider/smartglass/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_xbox-0.1.2 → python_xbox-0.1.2rc0}/src/pythonxbox/api/provider/usersearch/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_xbox-0.1.2 → python_xbox-0.1.2rc0}/src/pythonxbox/api/provider/userstats/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|