{"name":"napari-pyav","display_name":"AV plugin","visibility":"public","icon":"","categories":["Annotation","Segmentation","Acquisition"],"schema_version":"0.2.1","on_activate":null,"on_deactivate":null,"contributions":{"commands":[{"id":"napari-pyav.get_reader","title":"Open data with pyav video reader","python_name":"napari_pyav._reader:napari_get_reader","short_title":null,"category":null,"icon":null,"enablement":null},{"id":"napari-pyav.av_widget","title":"Open AV player widget","python_name":"napari_pyav._widget:get_widget","short_title":null,"category":null,"icon":null,"enablement":null}],"readers":[{"command":"napari-pyav.get_reader","filename_patterns":["*.mp4"],"accepts_directories":false}],"writers":null,"widgets":[{"command":"napari-pyav.av_widget","display_name":"AV player","autogenerate":false}],"sample_data":null,"themes":null,"menus":{},"submenus":null,"keybindings":null,"configuration":[]},"package_metadata":{"metadata_version":"2.4","name":"napari-pyav","version":"0.1.1","dynamic":["license-file"],"platform":null,"supported_platform":null,"summary":"Fast video reader and video (+sound) player widget for napari.","description":"# napari-pyav\n\n[![License MIT](https://img.shields.io/pypi/l/napari-pyav.svg?color=green)](https://github.com/danionella/napari-pyav/raw/main/LICENSE)\n[![Python Version](https://img.shields.io/pypi/pyversions/napari-pyav.svg?color=green)](https://python.org)\n[![PyPI](https://img.shields.io/pypi/v/napari-pyav.svg?color=green)](https://pypi.org/project/napari-pyav)\n[![Conda Version](https://img.shields.io/conda/v/danionella/napari_pyav)](https://anaconda.org/danionella/napari_pyav)\n[![tests](https://github.com/danionella/napari-pyav/workflows/tests/badge.svg)](https://github.com/danionella/napari-pyav/actions)\n[![napari hub](https://img.shields.io/endpoint?url=https://api.napari-hub.org/shields/napari-pyav)](https://napari-hub.org/plugins/napari-pyav)\n\nA [napari] plugin for fast video reading, frame-accurate seeking and a widget to play videos with sound. Based on [PyAV](https://github.com/PyAV-Org/PyAV) and [sounddevice](https://github.com/spatialaudio/python-sounddevice).\n\n<img width=\"321\" height=\"191\" alt=\"image\" src=\"https://github.com/user-attachments/assets/426f5977-e0ba-4ae5-a2cc-599c017e44a6\" />\n\n\n----------------------------------\n\nThis [napari] plugin was generated with [Cookiecutter] using [@napari]'s [cookiecutter-napari-plugin] template.\n\n## Installation\n\nYou can install `napari-pyav` via [pip]:\n\n    pip install napari-pyav\n\n\nOr via [conda](https://github.com/conda-forge/miniforge?tab=readme-ov-file#miniforge): \n\n    conda install danionella::napari_pyav\n\n\nTo install latest development version :\n\n    pip install git+https://github.com/danionella/napari-pyav.git\n\n\n## Contributing\n\nContributions are very welcome. Tests can be run with [tox], please ensure\nthe coverage at least stays the same before you submit a pull request.\n\n## License\n\nDistributed under the terms of the [MIT] license,\n\"napari-pyav\" is free and open source software\n\n## Issues\n\nIf you encounter any problems, please [file an issue] along with a detailed description.\n\n[napari]: https://github.com/napari/napari\n[Cookiecutter]: https://github.com/audreyr/cookiecutter\n[@napari]: https://github.com/napari\n[MIT]: http://opensource.org/licenses/MIT\n[BSD-3]: http://opensource.org/licenses/BSD-3-Clause\n[GNU GPL v3.0]: http://www.gnu.org/licenses/gpl-3.0.txt\n[GNU LGPL v3.0]: http://www.gnu.org/licenses/lgpl-3.0.txt\n[Apache Software License 2.0]: http://www.apache.org/licenses/LICENSE-2.0\n[Mozilla Public License 2.0]: https://www.mozilla.org/media/MPL/2.0/index.txt\n[cookiecutter-napari-plugin]: https://github.com/napari/cookiecutter-napari-plugin\n\n[file an issue]: https://github.com/danionella/napari-pyav/issues\n\n[napari]: https://github.com/napari/napari\n[tox]: https://tox.readthedocs.io/en/latest/\n[pip]: https://pypi.org/project/pip/\n[PyPI]: https://pypi.org/\n","description_content_type":"text/markdown","keywords":null,"home_page":null,"download_url":null,"author":"jlab.berlin","author_email":"NOSPAM@example.com","maintainer":null,"maintainer_email":null,"license":"The MIT License (MIT)\n\nCopyright (c) 2024 jlab.berlin\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","classifier":["Development Status :: 2 - Pre-Alpha","Framework :: napari","Intended Audience :: Developers","License :: OSI Approved :: MIT License","Operating System :: OS Independent","Programming Language :: Python","Programming Language :: Python :: 3","Programming Language :: Python :: 3 :: Only","Programming Language :: Python :: 3.9","Programming Language :: Python :: 3.10","Programming Language :: Python :: 3.11","Programming Language :: Python :: 3.12","Topic :: Scientific/Engineering :: Image Processing"],"requires_dist":["numpy","napari[qt]","scikit-image","magicgui","av","sounddevice","tox-uv; extra == \"testing\"","pytest; extra == \"testing\"","pytest-cov; extra == \"testing\"","pytest-qt; extra == \"testing\"","napari[qt]; extra == \"testing\""],"requires_python":">=3.9","requires_external":null,"project_url":["Homepage, https://github.com/danionella/napari-pyav","Bug Tracker, https://github.com/danionella/napari-pyav/issues","Documentation, https://github.com/danionella/napari-pyav#README.md","Source Code, https://github.com/danionella/napari-pyav","User Support, https://github.com/danionella/napari-pyav/issues"],"provides_extra":["testing"],"provides_dist":null,"obsoletes_dist":null},"npe1_shim":false}