https://github.com/sealjay/aio-videoindexer
An async video indexer package for querying Microsoft Media Services Video Indexer in Python.
https://github.com/sealjay/aio-videoindexer
Last synced: 3 months ago
JSON representation
An async video indexer package for querying Microsoft Media Services Video Indexer in Python.
- Host: GitHub
- URL: https://github.com/sealjay/aio-videoindexer
- Owner: Sealjay
- License: mit
- Created: 2021-02-18T18:13:42.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-21T12:18:43.000Z (over 3 years ago)
- Last Synced: 2025-03-01T00:37:48.670Z (4 months ago)
- Language: Python
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aio-videoindexer
[](https://aio-videoindexer.readthedocs.io/en/latest/?badge=latest)   [](https://www.python.org/)    ## Overview
An async video indexer package for querying [Microsoft Media Services Video Indexer](https://docs.microsoft.com/en-us/azure/media-services/video-indexer/) in Python.aio-videoindexer is available under the [MIT Licence](./LICENCE).
## InstallationThe package can be found on [PyPy](https://pypi.org/project/aio-videoindexer/) and can be installed using pip.
```bash
$ pip install aio-videoindexer
```## Documentation
For more information including usage examples, see [https://aio-videoindexer.readthedocs.io/en/latest/](https://aio-videoindexer.readthedocs.io/en/latest/).
## Contact
Feel free to contact me [on Twitter](https://twitter.com/sealjay_clj). For bugs, please [raise an issue on GitHub](https://github.com/Sealjay/aio-videoindexer/issues).
## Background
This library is forked from a [Teams Vid](https://github.com/sealjay/teams-vid) project, designed to use video to connect people during the pandemic.## Contributing
Contributions are more than welcome.
- Create a fork.
- Create a feature branch `git checkout -b feature/featurename` in the [Gitflow style](https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow).
- Commit your changes `git commit -am 'Bug: Fixed a bug'` using [semantic commits](https://nitayneeman.com/posts/understanding-semantic-commit-messages-using-git-and-angular/#common-types).
- Push to the branch `git push`.
- Create a new [pull request](https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/creating-an-issue-or-pull-request) for review when ready, relating to [the issue](https://guides.github.com/features/issues/).