simple-justwatch-python-api 0.18.0__tar.gz → 0.18.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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: simple-justwatch-python-api
3
- Version: 0.18.0
3
+ Version: 0.18.1
4
4
  Summary: A simple JustWatch Python API
5
5
  Keywords: justwatch,api,graphql
6
6
  Author: Electronic Mango
@@ -713,14 +713,24 @@ This project is managed by [uv](https://docs.astral.sh/uv/).
713
713
 
714
714
  ## Table of contents
715
715
 
716
- * [Installation](#installation)
717
- * [Usage](#usage)
718
- * [Search](#search)
719
- * [Details](#details)
720
- * [Offers for countries](#offers-for-countries)
721
- * [Return data structures](#return-data-structures)
722
- * [Locale, language, country](#locale-language-country)
723
- * [Disclaimer](#disclaimer)
716
+ - [Installation](#installation)
717
+ - [Usage](#usage)
718
+ - [Search](#search)
719
+ - [Popular](#popular)
720
+ - [Details](#details)
721
+ - [Seasons](#seasons)
722
+ - [Episodes](#episodes)
723
+ - [Offers for countries](#offers-for-countries)
724
+ - [Providers](#providers)
725
+ - [Data structures](#data-structures)
726
+ - [Locale, language, country](#locale-language-country)
727
+ - [Request complexity](#request-complexity)
728
+ - [Maximum number of entries](#maximum-number-of-entries)
729
+ - [Provider codes](#provider-codes)
730
+ - [`providers` function](#providers-function)
731
+ - [Query parameters from JustWatch](#query-parameters-from-justwatch)
732
+ - [Stored output from other functions with offers](#stored-output-from-other-functions-with-offers)
733
+ - [Disclaimer](#disclaimer)
724
734
 
725
735
 
726
736
  ## Installation
@@ -16,14 +16,24 @@ This project is managed by [uv](https://docs.astral.sh/uv/).
16
16
 
17
17
  ## Table of contents
18
18
 
19
- * [Installation](#installation)
20
- * [Usage](#usage)
21
- * [Search](#search)
22
- * [Details](#details)
23
- * [Offers for countries](#offers-for-countries)
24
- * [Return data structures](#return-data-structures)
25
- * [Locale, language, country](#locale-language-country)
26
- * [Disclaimer](#disclaimer)
19
+ - [Installation](#installation)
20
+ - [Usage](#usage)
21
+ - [Search](#search)
22
+ - [Popular](#popular)
23
+ - [Details](#details)
24
+ - [Seasons](#seasons)
25
+ - [Episodes](#episodes)
26
+ - [Offers for countries](#offers-for-countries)
27
+ - [Providers](#providers)
28
+ - [Data structures](#data-structures)
29
+ - [Locale, language, country](#locale-language-country)
30
+ - [Request complexity](#request-complexity)
31
+ - [Maximum number of entries](#maximum-number-of-entries)
32
+ - [Provider codes](#provider-codes)
33
+ - [`providers` function](#providers-function)
34
+ - [Query parameters from JustWatch](#query-parameters-from-justwatch)
35
+ - [Stored output from other functions with offers](#stored-output-from-other-functions-with-offers)
36
+ - [Disclaimer](#disclaimer)
27
37
 
28
38
 
29
39
  ## Installation
@@ -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.18.0"
4
+ version = "0.18.1"
5
5
  description="A simple JustWatch Python API"
6
6
  readme = "README.md"
7
7
  license = {file = "LICENSE"}