https://github.com/barrust/pyomdbapi

OMDB API python wrapper

https://github.com/barrust/pyomdbapi

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.1%) to scientific vocabulary

Keywords

imdb movie omdb omdb-api series
Last synced: 6 months ago · JSON representation

Repository

OMDB API python wrapper

Basic Info
Statistics
  • Stars: 2
  • Watchers: 2
  • Forks: 1
  • Open Issues: 1
  • Releases: 9
Topics
imdb movie omdb omdb-api series
Created over 7 years ago · Last pushed 6 months ago
Metadata Files
Readme Changelog License

README.rst

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://codecov.io/github/barrust/pyomdbapi/graph/badge.svg?token=yTcX1HPXVv
    :target: https://codecov.io/github/barrust/pyomdbapi
    :alt: Codecov
.. 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 `__.


Installation
------------------

Pip Installation:

::

    $ pip install pyomdbapi

To install from source:

To install ``pyomdbapi``, simply clone the `repository on GitHub
`__, then run from the folder:

::

    $ python setup.py install

`pyomdbapi` supports python versions 3.9 - 3.13


Quickstart
-------------------------------------------------------------------------------
To use ``pyomdbapi`` you will need to get an API Key from `the OMDBApi site
`__. 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'))

Owner

  • Name: Tyler Barrus
  • Login: barrust
  • Kind: user
  • Location: Richmond Va

GitHub Events

Total
  • Delete event: 7
  • Issue comment event: 7
  • Push event: 26
  • Pull request event: 14
  • Fork event: 1
  • Create event: 6
Last Year
  • Delete event: 7
  • Issue comment event: 7
  • Push event: 26
  • Pull request event: 14
  • Fork event: 1
  • Create event: 6

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 5
  • Total pull requests: 11
  • Average time to close issues: 5 days
  • Average time to close pull requests: about 5 hours
  • Total issue authors: 1
  • Total pull request authors: 3
  • Average comments per issue: 0.4
  • Average comments per pull request: 0.55
  • Merged pull requests: 10
  • Bot issues: 0
  • Bot pull requests: 2
Past Year
  • Issues: 0
  • Pull requests: 6
  • Average time to close issues: N/A
  • Average time to close pull requests: about 2 hours
  • Issue authors: 0
  • Pull request authors: 3
  • Average comments per issue: 0
  • Average comments per pull request: 1.0
  • Merged pull requests: 5
  • Bot issues: 0
  • Bot pull requests: 2
Top Authors
Issue Authors
  • barrust (7)
Pull Request Authors
  • barrust (9)
  • dependabot[bot] (4)
  • Guisardo (2)
Top Labels
Issue Labels
enhancement (2)
Pull Request Labels
dependencies (4)

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 30 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 1
  • Total versions: 8
  • Total maintainers: 1
pypi.org: pyomdbapi

OMDB API python wrapper

  • Versions: 8
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 30 Last month
Rankings
Dependent packages count: 10.0%
Dependent repos count: 21.8%
Average: 24.7%
Forks count: 29.8%
Downloads: 30.1%
Stargazers count: 31.9%
Maintainers (1)
Last synced: 6 months ago

Dependencies

.github/workflows/publish.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
docs/requirements.txt pypi
  • requests >=2
  • sphinx-rtd-theme *
pyproject.toml pypi
  • requests >=2