Name | pyomdbapi JSON |
Version |
0.2.3
JSON |
| download |
home_page | |
Summary | OMDB API python wrapper |
upload_time | 2024-01-06 23:47:34 |
maintainer | |
docs_url | None |
author | |
requires_python | >=3.6 |
license | MIT |
keywords |
python
omdb
omdb-api
api
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
pyomdbapi
===========
A simple OMDB API python wrapper
.. image:: https://img.shields.io/badge/license-MIT-blue.svg
:target: https://opensource.org/licenses/MIT/
:alt: License
.. image:: https://img.shields.io/github/release/barrust/pyomdbapi.svg
:target: https://github.com/barrust/pyomdbapi/releases
:alt: GitHub release
.. image:: https://badge.fury.io/py/pyomdbapi.svg
:target: https://badge.fury.io/py/pyomdbapi
:alt: PyPy Version
.. image:: https://pepy.tech/badge/pyomdbapi
:target: https://pepy.tech/project/pyomdbapi
:alt: Downloads
Documenation
-------------------------------------------------------------------------------
Online documentation can be found on `readthedocs.org <https://pyomdbapi.readthedocs.io/en/latest/>`__.
Installation
------------------
Pip Installation:
::
$ pip install pyomdbapi
To install from source:
To install ``pyomdbapi``, simply clone the `repository on GitHub
<https://github.com/barrust/pyomdbapi>`__, then run from the folder:
::
$ python setup.py install
`pyomdbapi` supports python versions 3.5 - 3.11
Quickstart
-------------------------------------------------------------------------------
To use ``pyomdbapi`` you will need to get an API Key from `the OMDBApi site
<http://www.omdbapi.com/>`__. There are several versions available
with the free version limiting to 1000 requests per day.
After installation, using ``pyomdbapi`` should be fairly straight forward:
.. code:: python
from omdb import OMDB
omdb = OMDB(YOUR_API_KEY)
print(omdb.get_movie('despicable me'))
Raw data
{
"_id": null,
"home_page": "",
"name": "pyomdbapi",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": "",
"keywords": "python,omdb,omdb-api,API",
"author": "",
"author_email": "Tyler Barrus <barrust@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/1a/5d/07dc4f42b113d2a281b27f8641ca44c83d8bab494a926a8fb740dc81d4df/pyomdbapi-0.2.3.tar.gz",
"platform": null,
"description": "pyomdbapi\n===========\n\nA simple OMDB API python wrapper\n\n.. image:: https://img.shields.io/badge/license-MIT-blue.svg\n :target: https://opensource.org/licenses/MIT/\n :alt: License\n.. image:: https://img.shields.io/github/release/barrust/pyomdbapi.svg\n :target: https://github.com/barrust/pyomdbapi/releases\n :alt: GitHub release\n.. image:: https://badge.fury.io/py/pyomdbapi.svg\n :target: https://badge.fury.io/py/pyomdbapi\n :alt: PyPy Version\n.. image:: https://pepy.tech/badge/pyomdbapi\n :target: https://pepy.tech/project/pyomdbapi\n :alt: Downloads\n\nDocumenation\n-------------------------------------------------------------------------------\n\nOnline documentation can be found on `readthedocs.org <https://pyomdbapi.readthedocs.io/en/latest/>`__.\n\n\nInstallation\n------------------\n\nPip Installation:\n\n::\n\n $ pip install pyomdbapi\n\nTo install from source:\n\nTo install ``pyomdbapi``, simply clone the `repository on GitHub\n<https://github.com/barrust/pyomdbapi>`__, then run from the folder:\n\n::\n\n $ python setup.py install\n\n`pyomdbapi` supports python versions 3.5 - 3.11\n\n\nQuickstart\n-------------------------------------------------------------------------------\nTo use ``pyomdbapi`` you will need to get an API Key from `the OMDBApi site\n<http://www.omdbapi.com/>`__. There are several versions available\nwith the free version limiting to 1000 requests per day.\n\n\nAfter installation, using ``pyomdbapi`` should be fairly straight forward:\n\n.. code:: python\n\n from omdb import OMDB\n\n omdb = OMDB(YOUR_API_KEY)\n\n print(omdb.get_movie('despicable me'))\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "OMDB API python wrapper",
"version": "0.2.3",
"project_urls": {
"Bug-tracker": "https://github.com/barrust/pyomdbapi/issues",
"Documentation": "https://pyomdbapi.readthedocs.io/",
"Homepage": "https://github.com/barrust/pyomdbapi"
},
"split_keywords": [
"python",
"omdb",
"omdb-api",
"api"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "1ea3ed73ea85d645b5b4e33e8783c99ff74ca84739fcb5e5365c155f72287a25",
"md5": "c551972a520730a87d8885a5bf1ad34e",
"sha256": "d62e9415f2ec189f91f5dbbb935290dc1d52b4e7aeaecd2eb1fc7522f1b53265"
},
"downloads": -1,
"filename": "pyomdbapi-0.2.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "c551972a520730a87d8885a5bf1ad34e",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 7712,
"upload_time": "2024-01-06T23:47:32",
"upload_time_iso_8601": "2024-01-06T23:47:32.963554Z",
"url": "https://files.pythonhosted.org/packages/1e/a3/ed73ea85d645b5b4e33e8783c99ff74ca84739fcb5e5365c155f72287a25/pyomdbapi-0.2.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "1a5d07dc4f42b113d2a281b27f8641ca44c83d8bab494a926a8fb740dc81d4df",
"md5": "155f6645e9e36404edfcffc8e32b04cf",
"sha256": "c6018d0745e21f8ddb8c284b5caf1a395651c572e4e4f7b3a86a7a3fa9f5f659"
},
"downloads": -1,
"filename": "pyomdbapi-0.2.3.tar.gz",
"has_sig": false,
"md5_digest": "155f6645e9e36404edfcffc8e32b04cf",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 7785,
"upload_time": "2024-01-06T23:47:34",
"upload_time_iso_8601": "2024-01-06T23:47:34.571951Z",
"url": "https://files.pythonhosted.org/packages/1a/5d/07dc4f42b113d2a281b27f8641ca44c83d8bab494a926a8fb740dc81d4df/pyomdbapi-0.2.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-01-06 23:47:34",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "barrust",
"github_project": "pyomdbapi",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "pyomdbapi"
}