python-xbox 0.1.0rc0__tar.gz → 0.1.0rc1__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 (63) hide show
  1. {python_xbox-0.1.0rc0 → python_xbox-0.1.0rc1}/PKG-INFO +1 -1
  2. {python_xbox-0.1.0rc0 → python_xbox-0.1.0rc1}/pyproject.toml +2 -2
  3. {python_xbox-0.1.0rc0 → python_xbox-0.1.0rc1}/xbox/webapi/__init__.py +1 -1
  4. {python_xbox-0.1.0rc0 → python_xbox-0.1.0rc1}/.gitignore +0 -0
  5. {python_xbox-0.1.0rc0 → python_xbox-0.1.0rc1}/LICENSE +0 -0
  6. {python_xbox-0.1.0rc0 → python_xbox-0.1.0rc1}/README.md +0 -0
  7. {python_xbox-0.1.0rc0 → python_xbox-0.1.0rc1}/xbox/webapi/api/__init__.py +0 -0
  8. {python_xbox-0.1.0rc0 → python_xbox-0.1.0rc1}/xbox/webapi/api/client.py +0 -0
  9. {python_xbox-0.1.0rc0 → python_xbox-0.1.0rc1}/xbox/webapi/api/language.py +0 -0
  10. {python_xbox-0.1.0rc0 → python_xbox-0.1.0rc1}/xbox/webapi/api/provider/__init__.py +0 -0
  11. {python_xbox-0.1.0rc0 → python_xbox-0.1.0rc1}/xbox/webapi/api/provider/account/__init__.py +0 -0
  12. {python_xbox-0.1.0rc0 → python_xbox-0.1.0rc1}/xbox/webapi/api/provider/account/models.py +0 -0
  13. {python_xbox-0.1.0rc0 → python_xbox-0.1.0rc1}/xbox/webapi/api/provider/achievements/__init__.py +0 -0
  14. {python_xbox-0.1.0rc0 → python_xbox-0.1.0rc1}/xbox/webapi/api/provider/achievements/models.py +0 -0
  15. {python_xbox-0.1.0rc0 → python_xbox-0.1.0rc1}/xbox/webapi/api/provider/baseprovider.py +0 -0
  16. {python_xbox-0.1.0rc0 → python_xbox-0.1.0rc1}/xbox/webapi/api/provider/catalog/__init__.py +0 -0
  17. {python_xbox-0.1.0rc0 → python_xbox-0.1.0rc1}/xbox/webapi/api/provider/catalog/const.py +0 -0
  18. {python_xbox-0.1.0rc0 → python_xbox-0.1.0rc1}/xbox/webapi/api/provider/catalog/models.py +0 -0
  19. {python_xbox-0.1.0rc0 → python_xbox-0.1.0rc1}/xbox/webapi/api/provider/cqs/__init__.py +0 -0
  20. {python_xbox-0.1.0rc0 → python_xbox-0.1.0rc1}/xbox/webapi/api/provider/cqs/models.py +0 -0
  21. {python_xbox-0.1.0rc0 → python_xbox-0.1.0rc1}/xbox/webapi/api/provider/gameclips/__init__.py +0 -0
  22. {python_xbox-0.1.0rc0 → python_xbox-0.1.0rc1}/xbox/webapi/api/provider/gameclips/models.py +0 -0
  23. {python_xbox-0.1.0rc0 → python_xbox-0.1.0rc1}/xbox/webapi/api/provider/lists/__init__.py +0 -0
  24. {python_xbox-0.1.0rc0 → python_xbox-0.1.0rc1}/xbox/webapi/api/provider/lists/models.py +0 -0
  25. {python_xbox-0.1.0rc0 → python_xbox-0.1.0rc1}/xbox/webapi/api/provider/mediahub/__init__.py +0 -0
  26. {python_xbox-0.1.0rc0 → python_xbox-0.1.0rc1}/xbox/webapi/api/provider/mediahub/models.py +0 -0
  27. {python_xbox-0.1.0rc0 → python_xbox-0.1.0rc1}/xbox/webapi/api/provider/message/__init__.py +0 -0
  28. {python_xbox-0.1.0rc0 → python_xbox-0.1.0rc1}/xbox/webapi/api/provider/message/models.py +0 -0
  29. {python_xbox-0.1.0rc0 → python_xbox-0.1.0rc1}/xbox/webapi/api/provider/people/__init__.py +0 -0
  30. {python_xbox-0.1.0rc0 → python_xbox-0.1.0rc1}/xbox/webapi/api/provider/people/models.py +0 -0
  31. {python_xbox-0.1.0rc0 → python_xbox-0.1.0rc1}/xbox/webapi/api/provider/presence/__init__.py +0 -0
  32. {python_xbox-0.1.0rc0 → python_xbox-0.1.0rc1}/xbox/webapi/api/provider/presence/models.py +0 -0
  33. {python_xbox-0.1.0rc0 → python_xbox-0.1.0rc1}/xbox/webapi/api/provider/profile/__init__.py +0 -0
  34. {python_xbox-0.1.0rc0 → python_xbox-0.1.0rc1}/xbox/webapi/api/provider/profile/models.py +0 -0
  35. {python_xbox-0.1.0rc0 → python_xbox-0.1.0rc1}/xbox/webapi/api/provider/ratelimitedprovider.py +0 -0
  36. {python_xbox-0.1.0rc0 → python_xbox-0.1.0rc1}/xbox/webapi/api/provider/screenshots/__init__.py +0 -0
  37. {python_xbox-0.1.0rc0 → python_xbox-0.1.0rc1}/xbox/webapi/api/provider/screenshots/models.py +0 -0
  38. {python_xbox-0.1.0rc0 → python_xbox-0.1.0rc1}/xbox/webapi/api/provider/smartglass/__init__.py +0 -0
  39. {python_xbox-0.1.0rc0 → python_xbox-0.1.0rc1}/xbox/webapi/api/provider/smartglass/models.py +0 -0
  40. {python_xbox-0.1.0rc0 → python_xbox-0.1.0rc1}/xbox/webapi/api/provider/titlehub/__init__.py +0 -0
  41. {python_xbox-0.1.0rc0 → python_xbox-0.1.0rc1}/xbox/webapi/api/provider/titlehub/models.py +0 -0
  42. {python_xbox-0.1.0rc0 → python_xbox-0.1.0rc1}/xbox/webapi/api/provider/usersearch/__init__.py +0 -0
  43. {python_xbox-0.1.0rc0 → python_xbox-0.1.0rc1}/xbox/webapi/api/provider/usersearch/models.py +0 -0
  44. {python_xbox-0.1.0rc0 → python_xbox-0.1.0rc1}/xbox/webapi/api/provider/userstats/__init__.py +0 -0
  45. {python_xbox-0.1.0rc0 → python_xbox-0.1.0rc1}/xbox/webapi/api/provider/userstats/models.py +0 -0
  46. {python_xbox-0.1.0rc0 → python_xbox-0.1.0rc1}/xbox/webapi/authentication/__init__.py +0 -0
  47. {python_xbox-0.1.0rc0 → python_xbox-0.1.0rc1}/xbox/webapi/authentication/manager.py +0 -0
  48. {python_xbox-0.1.0rc0 → python_xbox-0.1.0rc1}/xbox/webapi/authentication/models.py +0 -0
  49. {python_xbox-0.1.0rc0 → python_xbox-0.1.0rc1}/xbox/webapi/authentication/xal.py +0 -0
  50. {python_xbox-0.1.0rc0 → python_xbox-0.1.0rc1}/xbox/webapi/common/__init__.py +0 -0
  51. {python_xbox-0.1.0rc0 → python_xbox-0.1.0rc1}/xbox/webapi/common/exceptions.py +0 -0
  52. {python_xbox-0.1.0rc0 → python_xbox-0.1.0rc1}/xbox/webapi/common/filetimes.py +0 -0
  53. {python_xbox-0.1.0rc0 → python_xbox-0.1.0rc1}/xbox/webapi/common/models.py +0 -0
  54. {python_xbox-0.1.0rc0 → python_xbox-0.1.0rc1}/xbox/webapi/common/ratelimits/__init__.py +0 -0
  55. {python_xbox-0.1.0rc0 → python_xbox-0.1.0rc1}/xbox/webapi/common/ratelimits/models.py +0 -0
  56. {python_xbox-0.1.0rc0 → python_xbox-0.1.0rc1}/xbox/webapi/common/request_signer.py +0 -0
  57. {python_xbox-0.1.0rc0 → python_xbox-0.1.0rc1}/xbox/webapi/common/signed_session.py +0 -0
  58. {python_xbox-0.1.0rc0 → python_xbox-0.1.0rc1}/xbox/webapi/scripts/__init__.py +0 -0
  59. {python_xbox-0.1.0rc0 → python_xbox-0.1.0rc1}/xbox/webapi/scripts/authenticate.py +0 -0
  60. {python_xbox-0.1.0rc0 → python_xbox-0.1.0rc1}/xbox/webapi/scripts/change_gamertag.py +0 -0
  61. {python_xbox-0.1.0rc0 → python_xbox-0.1.0rc1}/xbox/webapi/scripts/friends.py +0 -0
  62. {python_xbox-0.1.0rc0 → python_xbox-0.1.0rc1}/xbox/webapi/scripts/search.py +0 -0
  63. {python_xbox-0.1.0rc0 → python_xbox-0.1.0rc1}/xbox/webapi/scripts/xal.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python-xbox
3
- Version: 0.1.0rc0
3
+ Version: 0.1.0rc1
4
4
  Summary: A library to authenticate with Xbox Network and use their API
5
5
  Project-URL: Homepage, https://github.com/tr4nt0r/python-xbox
6
6
  Author: OpenXbox
@@ -82,10 +82,10 @@ path = "xbox/webapi/__init__.py"
82
82
 
83
83
  [tool.hatch.build.targets.sdist]
84
84
  include = [
85
- "/xbox/webapi",
85
+ "/xbox",
86
86
  ]
87
87
  [tool.hatch.build.targets.wheel]
88
- packages = ["xbox/webapi"]
88
+ packages = ["xbox"]
89
89
 
90
90
  [tool.hatch.envs.default]
91
91
  python = "3.13"
@@ -1,4 +1,4 @@
1
1
  """Top-level package for xbox-webapi-python."""
2
2
 
3
3
  __author__ = """OpenXbox"""
4
- __version__ = "0.1.0rc0"
4
+ __version__ = "0.1.0rc1"
File without changes
File without changes