theTVDB API Client (json)
Project description
Python client for theTVDB API (v1.2+) REST endpoints in json format.
Features
provide client for interacting with thetvdb api
Usage
>>> import tvdbapi_client >>> client = tvdbapi_client.get_client(apikey='abc123', username='johndoe', userpass='mypass') >>> client.search_series(name='the big bang theory') [{'status': 'Continuing', 'network': 'CBS', 'overview': "What happens when hyperintelligent roommates Sheldon and Leonard meet Penny, a free-spirited beauty moving in next door, and realize they know next to nothing about life outside of the lab. Rounding out the crew are the smarmy Wolowitz, who thinks he's as sexy as he is brainy, and Koothrappali, who suffers from an inability to speak in the presence of a woman.", 'seriesName': 'The Big Bang Theory', 'firstAired': '2007-09-24', 'poster': 'graphical/80379-g23.jpg', 'id': 80379, 'aliases': ['Big Bang']}]>>> from tvdbapi_client import api >>> client = api.TVDBClient(apikey='abc123', username='johndoe', userpass='mypass') >>> client.search_series(name='the big bang theory') [{'status': 'Continuing', 'network': 'CBS', 'overview': "What happens when hyperintelligent roommates Sheldon and Leonard meet Penny, a free-spirited beauty moving in next door, and realize they know next to nothing about life outside of the lab. Rounding out the crew are the smarmy Wolowitz, who thinks he's as sexy as he is brainy, and Koothrappali, who suffers from an inability to speak in the presence of a woman.", 'seriesName': 'The Big Bang Theory', 'firstAired': '2007-09-24', 'poster': 'graphical/80379-g23.jpg', 'id': 80379, 'aliases': ['Big Bang']}]
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
tvdbapi_client-0.1.5.tar.gz
(20.3 kB
view details)
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
tvdbapi_client-0.1.5-py2.7.egg
(30.3 kB
view details)
File details
Details for the file tvdbapi_client-0.1.5.tar.gz.
File metadata
- Download URL: tvdbapi_client-0.1.5.tar.gz
- Upload date:
- Size: 20.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
82589850f551f90d11966ec17635bd358d4f7a4ede6898f3930096f6ab2cdf5e
|
|
| MD5 |
803a13ae202c11204e368b392c97eb93
|
|
| BLAKE2b-256 |
3bb3bd2a7889162cfa06b70c23e22ce298f9500aa8f8dc838e5e6e40bcc0b1cd
|
File details
Details for the file tvdbapi_client-0.1.5-py2.py3-none-any.whl.
File metadata
- Download URL: tvdbapi_client-0.1.5-py2.py3-none-any.whl
- Upload date:
- Size: 16.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8829df05c0d95c4c1bdb3312e7b7aa2a301492c20f2396d1feca028f2b535ed9
|
|
| MD5 |
de2b8e15508c9e53ee6536588884cd2b
|
|
| BLAKE2b-256 |
68591a8ea103ed9f52a846762f1a3997713d1d3b54030d7e526d3ea5bb06b6bf
|
File details
Details for the file tvdbapi_client-0.1.5-py2.7.egg.
File metadata
- Download URL: tvdbapi_client-0.1.5-py2.7.egg
- Upload date:
- Size: 30.3 kB
- Tags: Egg
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cc3ea8dd0c6184973ac7899b63aa5cecca792a02e05e70f743210afaa04ed986
|
|
| MD5 |
43f3f343598f7736826324440bce7aa4
|
|
| BLAKE2b-256 |
1ea8637b4a833dee5f4f38aebdfeaac6b74493c051000ba2218a95ca55cd8c95
|