python-xbox 0.1.1rc0__tar.gz → 0.1.2__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.
Files changed (64) hide show
  1. {python_xbox-0.1.1rc0 → python_xbox-0.1.2}/PKG-INFO +6 -5
  2. {python_xbox-0.1.1rc0 → python_xbox-0.1.2}/README.md +1 -0
  3. {python_xbox-0.1.1rc0 → python_xbox-0.1.2}/pyproject.toml +10 -10
  4. {python_xbox-0.1.1rc0 → python_xbox-0.1.2}/src/pythonxbox/__init__.py +1 -1
  5. {python_xbox-0.1.1rc0 → python_xbox-0.1.2}/src/pythonxbox/api/provider/smartglass/models.py +1 -3
  6. {python_xbox-0.1.1rc0 → python_xbox-0.1.2}/.gitignore +0 -0
  7. {python_xbox-0.1.1rc0 → python_xbox-0.1.2}/LICENSE +0 -0
  8. {python_xbox-0.1.1rc0 → python_xbox-0.1.2}/src/pythonxbox/api/__init__.py +0 -0
  9. {python_xbox-0.1.1rc0 → python_xbox-0.1.2}/src/pythonxbox/api/client.py +0 -0
  10. {python_xbox-0.1.1rc0 → python_xbox-0.1.2}/src/pythonxbox/api/language.py +0 -0
  11. {python_xbox-0.1.1rc0 → python_xbox-0.1.2}/src/pythonxbox/api/provider/__init__.py +0 -0
  12. {python_xbox-0.1.1rc0 → python_xbox-0.1.2}/src/pythonxbox/api/provider/account/__init__.py +0 -0
  13. {python_xbox-0.1.1rc0 → python_xbox-0.1.2}/src/pythonxbox/api/provider/account/models.py +0 -0
  14. {python_xbox-0.1.1rc0 → python_xbox-0.1.2}/src/pythonxbox/api/provider/achievements/__init__.py +0 -0
  15. {python_xbox-0.1.1rc0 → python_xbox-0.1.2}/src/pythonxbox/api/provider/achievements/models.py +0 -0
  16. {python_xbox-0.1.1rc0 → python_xbox-0.1.2}/src/pythonxbox/api/provider/baseprovider.py +0 -0
  17. {python_xbox-0.1.1rc0 → python_xbox-0.1.2}/src/pythonxbox/api/provider/catalog/__init__.py +0 -0
  18. {python_xbox-0.1.1rc0 → python_xbox-0.1.2}/src/pythonxbox/api/provider/catalog/const.py +0 -0
  19. {python_xbox-0.1.1rc0 → python_xbox-0.1.2}/src/pythonxbox/api/provider/catalog/models.py +0 -0
  20. {python_xbox-0.1.1rc0 → python_xbox-0.1.2}/src/pythonxbox/api/provider/cqs/__init__.py +0 -0
  21. {python_xbox-0.1.1rc0 → python_xbox-0.1.2}/src/pythonxbox/api/provider/cqs/models.py +0 -0
  22. {python_xbox-0.1.1rc0 → python_xbox-0.1.2}/src/pythonxbox/api/provider/gameclips/__init__.py +0 -0
  23. {python_xbox-0.1.1rc0 → python_xbox-0.1.2}/src/pythonxbox/api/provider/gameclips/models.py +0 -0
  24. {python_xbox-0.1.1rc0 → python_xbox-0.1.2}/src/pythonxbox/api/provider/lists/__init__.py +0 -0
  25. {python_xbox-0.1.1rc0 → python_xbox-0.1.2}/src/pythonxbox/api/provider/lists/models.py +0 -0
  26. {python_xbox-0.1.1rc0 → python_xbox-0.1.2}/src/pythonxbox/api/provider/mediahub/__init__.py +0 -0
  27. {python_xbox-0.1.1rc0 → python_xbox-0.1.2}/src/pythonxbox/api/provider/mediahub/models.py +0 -0
  28. {python_xbox-0.1.1rc0 → python_xbox-0.1.2}/src/pythonxbox/api/provider/message/__init__.py +0 -0
  29. {python_xbox-0.1.1rc0 → python_xbox-0.1.2}/src/pythonxbox/api/provider/message/models.py +0 -0
  30. {python_xbox-0.1.1rc0 → python_xbox-0.1.2}/src/pythonxbox/api/provider/people/__init__.py +0 -0
  31. {python_xbox-0.1.1rc0 → python_xbox-0.1.2}/src/pythonxbox/api/provider/people/models.py +0 -0
  32. {python_xbox-0.1.1rc0 → python_xbox-0.1.2}/src/pythonxbox/api/provider/presence/__init__.py +0 -0
  33. {python_xbox-0.1.1rc0 → python_xbox-0.1.2}/src/pythonxbox/api/provider/presence/models.py +0 -0
  34. {python_xbox-0.1.1rc0 → python_xbox-0.1.2}/src/pythonxbox/api/provider/profile/__init__.py +0 -0
  35. {python_xbox-0.1.1rc0 → python_xbox-0.1.2}/src/pythonxbox/api/provider/profile/models.py +0 -0
  36. {python_xbox-0.1.1rc0 → python_xbox-0.1.2}/src/pythonxbox/api/provider/ratelimitedprovider.py +0 -0
  37. {python_xbox-0.1.1rc0 → python_xbox-0.1.2}/src/pythonxbox/api/provider/screenshots/__init__.py +0 -0
  38. {python_xbox-0.1.1rc0 → python_xbox-0.1.2}/src/pythonxbox/api/provider/screenshots/models.py +0 -0
  39. {python_xbox-0.1.1rc0 → python_xbox-0.1.2}/src/pythonxbox/api/provider/smartglass/__init__.py +0 -0
  40. {python_xbox-0.1.1rc0 → python_xbox-0.1.2}/src/pythonxbox/api/provider/titlehub/__init__.py +0 -0
  41. {python_xbox-0.1.1rc0 → python_xbox-0.1.2}/src/pythonxbox/api/provider/titlehub/models.py +0 -0
  42. {python_xbox-0.1.1rc0 → python_xbox-0.1.2}/src/pythonxbox/api/provider/usersearch/__init__.py +0 -0
  43. {python_xbox-0.1.1rc0 → python_xbox-0.1.2}/src/pythonxbox/api/provider/usersearch/models.py +0 -0
  44. {python_xbox-0.1.1rc0 → python_xbox-0.1.2}/src/pythonxbox/api/provider/userstats/__init__.py +0 -0
  45. {python_xbox-0.1.1rc0 → python_xbox-0.1.2}/src/pythonxbox/api/provider/userstats/models.py +0 -0
  46. {python_xbox-0.1.1rc0 → python_xbox-0.1.2}/src/pythonxbox/authentication/__init__.py +0 -0
  47. {python_xbox-0.1.1rc0 → python_xbox-0.1.2}/src/pythonxbox/authentication/manager.py +0 -0
  48. {python_xbox-0.1.1rc0 → python_xbox-0.1.2}/src/pythonxbox/authentication/models.py +0 -0
  49. {python_xbox-0.1.1rc0 → python_xbox-0.1.2}/src/pythonxbox/authentication/xal.py +0 -0
  50. {python_xbox-0.1.1rc0 → python_xbox-0.1.2}/src/pythonxbox/common/__init__.py +0 -0
  51. {python_xbox-0.1.1rc0 → python_xbox-0.1.2}/src/pythonxbox/common/exceptions.py +0 -0
  52. {python_xbox-0.1.1rc0 → python_xbox-0.1.2}/src/pythonxbox/common/filetimes.py +0 -0
  53. {python_xbox-0.1.1rc0 → python_xbox-0.1.2}/src/pythonxbox/common/models.py +0 -0
  54. {python_xbox-0.1.1rc0 → python_xbox-0.1.2}/src/pythonxbox/common/ratelimits/__init__.py +0 -0
  55. {python_xbox-0.1.1rc0 → python_xbox-0.1.2}/src/pythonxbox/common/ratelimits/models.py +0 -0
  56. {python_xbox-0.1.1rc0 → python_xbox-0.1.2}/src/pythonxbox/common/request_signer.py +0 -0
  57. {python_xbox-0.1.1rc0 → python_xbox-0.1.2}/src/pythonxbox/common/signed_session.py +0 -0
  58. {python_xbox-0.1.1rc0 → python_xbox-0.1.2}/src/pythonxbox/py.typed +0 -0
  59. {python_xbox-0.1.1rc0 → python_xbox-0.1.2}/src/pythonxbox/scripts/__init__.py +0 -0
  60. {python_xbox-0.1.1rc0 → python_xbox-0.1.2}/src/pythonxbox/scripts/authenticate.py +0 -0
  61. {python_xbox-0.1.1rc0 → python_xbox-0.1.2}/src/pythonxbox/scripts/change_gamertag.py +0 -0
  62. {python_xbox-0.1.1rc0 → python_xbox-0.1.2}/src/pythonxbox/scripts/friends.py +0 -0
  63. {python_xbox-0.1.1rc0 → python_xbox-0.1.2}/src/pythonxbox/scripts/search.py +0 -0
  64. {python_xbox-0.1.1rc0 → python_xbox-0.1.2}/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.1rc0
3
+ Version: 0.1.2
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>
@@ -18,10 +18,10 @@ Classifier: Programming Language :: Python :: 3.13
18
18
  Classifier: Programming Language :: Python :: 3.14
19
19
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
20
20
  Requires-Python: >=3.11
21
- Requires-Dist: ecdsa
22
- Requires-Dist: httpx
23
- Requires-Dist: ms-cv
24
- Requires-Dist: pydantic==2.*
21
+ Requires-Dist: ecdsa>=0.19
22
+ Requires-Dist: httpx>=0.25.1
23
+ Requires-Dist: ms-cv>=0.1.1
24
+ Requires-Dist: pydantic>=2.12
25
25
  Provides-Extra: cli
26
26
  Requires-Dist: platformdirs>=4.5.0; extra == 'cli'
27
27
  Description-Content-Type: text/markdown
@@ -30,6 +30,7 @@ Description-Content-Type: text/markdown
30
30
 
31
31
  [![PyPi - latest](https://img.shields.io/pypi/v/python-xbox.svg)](https://pypi.python.org/pypi/python-xbox/)
32
32
  [![Build](https://github.com/tr4nt0r/python-xbox/actions/workflows/build.yml/badge.svg)](https://github.com/tr4nt0r/python-xbox/actions/workflows/build.yml)
33
+ [![codecov](https://codecov.io/gh/tr4nt0r/python-xbox/graph/badge.svg?token=DWUTrV1tM4)](https://codecov.io/gh/tr4nt0r/python-xbox)
33
34
  ![PyPI - Downloads](https://img.shields.io/pypi/dm/python-xbox?style=flat&label=pypi%20downloads)
34
35
  [!["Buy Me A Coffee"](https://img.shields.io/badge/-buy_me_a%C2%A0coffee-gray?logo=buy-me-a-coffee)](https://www.buymeacoffee.com/tr4nt0r)
35
36
  [![GitHub Sponsor](https://img.shields.io/badge/GitHub-Sponsor-blue?logo=github)](https://github.com/sponsors/tr4nt0r)
@@ -2,6 +2,7 @@
2
2
 
3
3
  [![PyPi - latest](https://img.shields.io/pypi/v/python-xbox.svg)](https://pypi.python.org/pypi/python-xbox/)
4
4
  [![Build](https://github.com/tr4nt0r/python-xbox/actions/workflows/build.yml/badge.svg)](https://github.com/tr4nt0r/python-xbox/actions/workflows/build.yml)
5
+ [![codecov](https://codecov.io/gh/tr4nt0r/python-xbox/graph/badge.svg?token=DWUTrV1tM4)](https://codecov.io/gh/tr4nt0r/python-xbox)
5
6
  ![PyPI - Downloads](https://img.shields.io/pypi/dm/python-xbox?style=flat&label=pypi%20downloads)
6
7
  [!["Buy Me A Coffee"](https://img.shields.io/badge/-buy_me_a%C2%A0coffee-gray?logo=buy-me-a-coffee)](https://www.buymeacoffee.com/tr4nt0r)
7
8
  [![GitHub Sponsor](https://img.shields.io/badge/GitHub-Sponsor-blue?logo=github)](https://github.com/sponsors/tr4nt0r)
@@ -5,10 +5,10 @@ authors = [
5
5
  {name = "Manfred Dennerlein Rodelo", email = "manfred@dennerlein.name"},
6
6
  ]
7
7
  dependencies = [
8
- "ecdsa",
9
- "httpx",
10
- "ms_cv",
11
- "pydantic==2.*",
8
+ "ecdsa>=0.19",
9
+ "httpx>=0.25.1",
10
+ "ms_cv>=0.1.1",
11
+ "pydantic>=2.12",
12
12
  ]
13
13
  requires-python = ">=3.11"
14
14
  readme = "README.md"
@@ -87,9 +87,9 @@ dependencies = [
87
87
  "ecdsa==0.19.1",
88
88
  "httpx==0.28.1",
89
89
  "ms_cv==0.1.1",
90
- "pydantic==2.12.3",
91
- "pytest==8.4.2",
92
- "pytest-asyncio==1.2.0",
90
+ "pydantic==2.12.4",
91
+ "pytest==9.0.1",
92
+ "pytest-asyncio==1.3.0",
93
93
  "pytest-cov==7.0.0",
94
94
  "freezegun==1.5.5",
95
95
  "respx~=0.22",
@@ -98,7 +98,7 @@ dependencies = [
98
98
  [tool.hatch.envs.hatch-test]
99
99
  parallel = true
100
100
  extra-dependencies = [
101
- "pytest-cov~=6.2",
101
+ "pytest-cov~=7.0",
102
102
  "pytest-asyncio~=1.1",
103
103
  "respx~=0.22",
104
104
  "freezegun==1.5.5"
@@ -115,13 +115,13 @@ 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.2",
118
+ "ruff==0.14.6",
119
119
  ]
120
120
  config-path = "none"
121
121
 
122
122
  [tool.hatch.envs.docs]
123
123
  dependencies = [
124
- "mkdocs-material==9.6.21",
124
+ "mkdocs-material==9.7.0",
125
125
  "mkdocstrings[python]==0.30.1",
126
126
  ]
127
127
  [tool.hatch.envs.docs.scripts]
@@ -1,4 +1,4 @@
1
1
  """Top-level package for python-xbox."""
2
2
 
3
3
  __author__ = """tr4nt0r"""
4
- __version__ = "0.1.1rc0"
4
+ __version__ = "0.1.2"
@@ -93,13 +93,11 @@ 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 | None = None
97
97
  aumid: str | None = None
98
98
  last_active_time: datetime | None = None
99
- is_game: bool
100
99
  name: str | None = None
101
100
  content_type: str
102
- instance_id: str
103
101
  storage_device_id: str
104
102
  unique_id: str
105
103
  legacy_product_id: str | None = None
File without changes
File without changes