simple-justwatch-python-api 1.0.0__tar.gz → 1.0.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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: simple-justwatch-python-api
3
- Version: 1.0.0
3
+ Version: 1.0.2
4
4
  Summary: A simple JustWatch Python API
5
5
  Keywords: justwatch,api,graphql
6
6
  Author: Electronic Mango
@@ -22,7 +22,8 @@ Requires-Python: >=3.11
22
22
  Project-URL: Homepage, https://github.com/Electronic-Mango/simple-justwatch-python-api
23
23
  Project-URL: Documentation, https://electronic-mango.github.io/simple-justwatch-python-api
24
24
  Project-URL: Repository, https://github.com/Electronic-Mango/simple-justwatch-python-api
25
- Project-URL: changelog, https://github.com/Electronic-Mango/simple-justwatch-python-api/blob/main/CHANGELOG.md
25
+ Project-URL: Changelog, https://github.com/Electronic-Mango/simple-justwatch-python-api/blob/main/CHANGELOG.md
26
+ Project-URL: Releases, https://github.com/Electronic-Mango/simple-justwatch-python-api/releases
26
27
  Description-Content-Type: text/markdown
27
28
 
28
29
  # Simple JustWatch Python API
@@ -71,7 +72,7 @@ This Python library has multiple functions:
71
72
  offers in multiple countries
72
73
  - `providers` - get data about available providers (e.g., Netflix)
73
74
 
74
- Example outputs from all functions are in [`examples/`](examples/) directory.
75
+ Example outputs from all functions are in [`examples/`](examples) directory.
75
76
 
76
77
 
77
78
 
@@ -89,7 +90,7 @@ for entry in results:
89
90
 
90
91
  ## License
91
92
 
92
- This library is licensed under **MIT license** ([LICENSE](./LICENSE) or
93
+ This library is licensed under **MIT license** ([LICENSE](LICENSE) or
93
94
  <https://opensource.org/license/MIT>)
94
95
 
95
96
 
@@ -44,7 +44,7 @@ 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 [`examples/`](examples/) directory.
47
+ Example outputs from all functions are in [`examples/`](examples) directory.
48
48
 
49
49
 
50
50
 
@@ -62,7 +62,7 @@ for entry in results:
62
62
 
63
63
  ## License
64
64
 
65
- This library is licensed under **MIT license** ([LICENSE](./LICENSE) or
65
+ This library is licensed under **MIT license** ([LICENSE](LICENSE) or
66
66
  <https://opensource.org/license/MIT>)
67
67
 
68
68
 
@@ -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.0"
6
+ version = "1.0.2"
7
7
  description = "A simple JustWatch Python API"
8
8
  readme = "README.md"
9
9
  license = "MIT"
@@ -37,7 +37,8 @@ dev = [
37
37
  Homepage = "https://github.com/Electronic-Mango/simple-justwatch-python-api"
38
38
  Documentation = "https://electronic-mango.github.io/simple-justwatch-python-api"
39
39
  Repository = "https://github.com/Electronic-Mango/simple-justwatch-python-api"
40
- changelog = "https://github.com/Electronic-Mango/simple-justwatch-python-api/blob/main/CHANGELOG.md"
40
+ Changelog = "https://github.com/Electronic-Mango/simple-justwatch-python-api/blob/main/CHANGELOG.md"
41
+ Releases = "https://github.com/Electronic-Mango/simple-justwatch-python-api/releases"
41
42
 
42
43
  [build-system]
43
44
  requires = ["uv_build>=0.11.3,<0.12"]