simple-justwatch-python-api 0.17__tar.gz → 0.17.1__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-0.17 → simple_justwatch_python_api-0.17.1}/PKG-INFO +2 -1
- {simple_justwatch_python_api-0.17 → simple_justwatch_python_api-0.17.1}/pyproject.toml +2 -1
- {simple_justwatch_python_api-0.17 → simple_justwatch_python_api-0.17.1}/LICENSE +0 -0
- {simple_justwatch_python_api-0.17 → simple_justwatch_python_api-0.17.1}/README.md +0 -0
- {simple_justwatch_python_api-0.17 → simple_justwatch_python_api-0.17.1}/src/simplejustwatchapi/__init__.py +0 -0
- {simple_justwatch_python_api-0.17 → simple_justwatch_python_api-0.17.1}/src/simplejustwatchapi/graphql.py +0 -0
- {simple_justwatch_python_api-0.17 → simple_justwatch_python_api-0.17.1}/src/simplejustwatchapi/justwatch.py +0 -0
- {simple_justwatch_python_api-0.17 → simple_justwatch_python_api-0.17.1}/src/simplejustwatchapi/query.py +0 -0
- {simple_justwatch_python_api-0.17 → simple_justwatch_python_api-0.17.1}/src/simplejustwatchapi/tuples.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: simple-justwatch-python-api
|
|
3
|
-
Version: 0.17
|
|
3
|
+
Version: 0.17.1
|
|
4
4
|
Summary: A simple JustWatch Python API
|
|
5
5
|
Keywords: justwatch,api,graphql
|
|
6
6
|
Author: Electronic Mango
|
|
@@ -682,6 +682,7 @@ License: GNU GENERAL PUBLIC LICENSE
|
|
|
682
682
|
Classifier: Development Status :: 3 - Alpha
|
|
683
683
|
Classifier: Intended Audience :: Developers
|
|
684
684
|
Classifier: Topic :: Software Development :: Build Tools
|
|
685
|
+
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
|
|
685
686
|
Classifier: Programming Language :: Python :: 3
|
|
686
687
|
Classifier: Programming Language :: Python :: 3.11
|
|
687
688
|
Classifier: Programming Language :: Python :: 3.12
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "simple-justwatch-python-api"
|
|
3
3
|
authors = [{name = "Electronic Mango", email = "78230210+Electronic-Mango@users.noreply.github.com"}]
|
|
4
|
-
version = "0.17"
|
|
4
|
+
version = "0.17.1"
|
|
5
5
|
description="A simple JustWatch Python API"
|
|
6
6
|
readme = "README.md"
|
|
7
7
|
license = {file = "LICENSE"}
|
|
@@ -11,6 +11,7 @@ classifiers = [
|
|
|
11
11
|
"Development Status :: 3 - Alpha",
|
|
12
12
|
"Intended Audience :: Developers",
|
|
13
13
|
"Topic :: Software Development :: Build Tools",
|
|
14
|
+
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
|
|
14
15
|
"Programming Language :: Python :: 3",
|
|
15
16
|
"Programming Language :: Python :: 3.11",
|
|
16
17
|
"Programming Language :: Python :: 3.12",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|