BROKENXAPI 2.0.1__tar.gz → 2.0.2b0__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: BROKENXAPI
3
- Version: 2.0.1
3
+ Version: 2.0.2b0
4
4
  Summary: Official async Python SDK and CLI for BrokenX YouTube API
5
5
  Author-email: Mr Broken <brokenxnetwork@gmail.com>
6
6
  License: MIT License
@@ -1,4 +1,5 @@
1
1
  LICENSE
2
+ MANIFEST.in
2
3
  README.md
3
4
  pyproject.toml
4
5
  setup.py
@@ -11,6 +12,7 @@ BROKENXAPI.egg-info/requires.txt
11
12
  BROKENXAPI.egg-info/top_level.txt
12
13
  brokenxapi/__init__.py
13
14
  brokenxapi/__version__.py
15
+ brokenxapi/_client.pyc
14
16
  brokenxapi/cli.py
15
17
  brokenxapi/exceptions.py
16
18
  brokenxapi/models.py
@@ -0,0 +1,2 @@
1
+ recursive-include brokenxapi *.pyc
2
+
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: BROKENXAPI
3
- Version: 2.0.1
3
+ Version: 2.0.2b0
4
4
  Summary: Official async Python SDK and CLI for BrokenX YouTube API
5
5
  Author-email: Mr Broken <brokenxnetwork@gmail.com>
6
6
  License: MIT License
@@ -0,0 +1,4 @@
1
+ from ._client import BrokenXAPI
2
+
3
+ __all__ = ["BrokenXAPI"]
4
+
@@ -0,0 +1,2 @@
1
+ __version__ = "2.0.2-beta"
2
+
@@ -1,4 +0,0 @@
1
- from .client import BrokenXAPI
2
-
3
- __all__ = ["BrokenXAPI"]
4
-
@@ -1,2 +0,0 @@
1
- __version__ = "2.0.1"
2
-
File without changes
File without changes
File without changes
File without changes
File without changes