simple-justwatch-python-api 1.0.1__tar.gz → 1.0.3__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.
- {simple_justwatch_python_api-1.0.1 → simple_justwatch_python_api-1.0.3}/PKG-INFO +6 -4
- {simple_justwatch_python_api-1.0.1 → simple_justwatch_python_api-1.0.3}/README.md +5 -3
- {simple_justwatch_python_api-1.0.1 → simple_justwatch_python_api-1.0.3}/pyproject.toml +1 -1
- {simple_justwatch_python_api-1.0.1 → simple_justwatch_python_api-1.0.3}/LICENSE +0 -0
- {simple_justwatch_python_api-1.0.1 → simple_justwatch_python_api-1.0.3}/src/simplejustwatchapi/__init__.py +0 -0
- {simple_justwatch_python_api-1.0.1 → simple_justwatch_python_api-1.0.3}/src/simplejustwatchapi/exceptions.py +0 -0
- {simple_justwatch_python_api-1.0.1 → simple_justwatch_python_api-1.0.3}/src/simplejustwatchapi/graphql.py +0 -0
- {simple_justwatch_python_api-1.0.1 → simple_justwatch_python_api-1.0.3}/src/simplejustwatchapi/justwatch.py +0 -0
- {simple_justwatch_python_api-1.0.1 → simple_justwatch_python_api-1.0.3}/src/simplejustwatchapi/query.py +0 -0
- {simple_justwatch_python_api-1.0.1 → simple_justwatch_python_api-1.0.3}/src/simplejustwatchapi/tuples.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: simple-justwatch-python-api
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.3
|
|
4
4
|
Summary: A simple JustWatch Python API
|
|
5
5
|
Keywords: justwatch,api,graphql
|
|
6
6
|
Author: Electronic Mango
|
|
@@ -72,7 +72,8 @@ This Python library has multiple functions:
|
|
|
72
72
|
offers in multiple countries
|
|
73
73
|
- `providers` - get data about available providers (e.g., Netflix)
|
|
74
74
|
|
|
75
|
-
Example outputs from all functions are in
|
|
75
|
+
Example outputs from all functions are in
|
|
76
|
+
[`examples/`](https://github.com/Electronic-Mango/simple-justwatch-python-api/tree/main/examples).
|
|
76
77
|
|
|
77
78
|
|
|
78
79
|
|
|
@@ -90,8 +91,9 @@ for entry in results:
|
|
|
90
91
|
|
|
91
92
|
## License
|
|
92
93
|
|
|
93
|
-
This library is licensed under **MIT license** (
|
|
94
|
-
|
|
94
|
+
This library is licensed under **MIT license** (
|
|
95
|
+
[LICENSE](https://github.com/Electronic-Mango/simple-justwatch-python-api/blob/main/LICENSE)
|
|
96
|
+
or <https://opensource.org/license/MIT>).
|
|
95
97
|
|
|
96
98
|
|
|
97
99
|
|
|
@@ -44,7 +44,8 @@ This Python library has multiple functions:
|
|
|
44
44
|
offers in multiple countries
|
|
45
45
|
- `providers` - get data about available providers (e.g., Netflix)
|
|
46
46
|
|
|
47
|
-
Example outputs from all functions are in
|
|
47
|
+
Example outputs from all functions are in
|
|
48
|
+
[`examples/`](https://github.com/Electronic-Mango/simple-justwatch-python-api/tree/main/examples).
|
|
48
49
|
|
|
49
50
|
|
|
50
51
|
|
|
@@ -62,8 +63,9 @@ for entry in results:
|
|
|
62
63
|
|
|
63
64
|
## License
|
|
64
65
|
|
|
65
|
-
This library is licensed under **MIT license** (
|
|
66
|
-
|
|
66
|
+
This library is licensed under **MIT license** (
|
|
67
|
+
[LICENSE](https://github.com/Electronic-Mango/simple-justwatch-python-api/blob/main/LICENSE)
|
|
68
|
+
or <https://opensource.org/license/MIT>).
|
|
67
69
|
|
|
68
70
|
|
|
69
71
|
|
|
@@ -3,7 +3,7 @@ name = "simple-justwatch-python-api"
|
|
|
3
3
|
authors = [
|
|
4
4
|
{ name = "Electronic Mango", email = "78230210+Electronic-Mango@users.noreply.github.com" },
|
|
5
5
|
]
|
|
6
|
-
version = "1.0.
|
|
6
|
+
version = "1.0.3"
|
|
7
7
|
description = "A simple JustWatch Python API"
|
|
8
8
|
readme = "README.md"
|
|
9
9
|
license = "MIT"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|