Skip to main content

An async video indexer package for querying Microsoft Media Services Video Indexer in Python.

Project description

aio-videoindexer

Documentation Status PyPI PyPI - Python Version made-with-python GitHub issues GitHub I Love Badges GitHub Repo stars

An async video indexer package for querying Microsoft Media Services Video Indexer in Python.

Installation

$ pip3 install aio-videoindexer

Usage:

from asyncvideoindexer import AsyncVideoIndexer

VIDEO_INDEXER_ACCOUNT_ID = "your-account-id"
VIDEO_INDEXER_KEY = "your-account-key"
VIDEO_INDEXER_ACCOUNT_LOCATION = "your-account-location"


async def get_video_indexer():
    video_indexer = await AsyncVideoIndexer.create(
        VIDEO_INDEXER_ACCOUNT_ID,
        VIDEO_INDEXER_KEY,
        VIDEO_INDEXER_ACCOUNT_LOCATION,
    )

For more information, see https://aio-videoindexer.readthedocs.io/en/latest/.

Contact Information

Feel free to contact me on Twitter. For bugs, please raise an issue on GitHub.

aio-videoindexer is available under the MIT Licence.

Background

Forked from my Teams Vid project.

Contributing

Contributions are more than welcome.

  • Create a fork
  • Create a feature branch git checkout -b feature/featurename
  • Commit your changes git commit -am 'Fixed a bug'
  • Push to the branch git push
  • Create a new Pull Request to this repository

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

aio-videoindexer-1.0.0.dev2.tar.gz (4.2 kB view hashes)

Uploaded Source

Built Distribution

aio_videoindexer-1.0.0.dev2-py3-none-any.whl (5.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page