Metadata-Version: 2.5
Name: inspect-jitsi
Version: 0.2.0
Summary: Tools for inspecting a running Jitsi Meet deployment, e.g. counting the participants in a room from its URL.
Project-URL: Homepage, https://github.com/niccokunzmann/inspect-jitsi
Project-URL: Documentation, https://inspect-jitsi.readthedocs.io/en/latest/
Project-URL: Repository, https://github.com/niccokunzmann/inspect-jitsi
Project-URL: Source Archive, https://github.com/niccokunzmann/inspect-jitsi/archive/e76ab21d160b9a015f998482ebc3d75b6d5e519d.zip
Project-URL: Issues, https://github.com/niccokunzmann/inspect-jitsi/issues
Project-URL: Changelog, https://github.com/niccokunzmann/inspect-jitsi/blob/main/CHANGES.md
Author-email: Nicco Kunzmann <niccokunzmann@rambler.ru>
Maintainer-email: Nicco Kunzmann <niccokunzmann@rambler.ru>
License-Expression: GPL-3.0-or-later
License-File: LICENSE
Keywords: jitsi,jitsi-meet,monitoring,muc,xmpp
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Communications :: Conferencing
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Requires-Python: >=3.11
Requires-Dist: defusedxml>=0.7.1
Requires-Dist: niquests>=3.7.0
Requires-Dist: websockets>=12.0
Provides-Extra: cli
Requires-Dist: typer>=0.12; extra == 'cli'
Provides-Extra: docs
Requires-Dist: linkify-it-py>=2.0.0; extra == 'docs'
Requires-Dist: myst-parser>=3.0.0; extra == 'docs'
Requires-Dist: pydata-sphinx-theme>=0.14.4; extra == 'docs'
Requires-Dist: sphinx-autobuild>=2021.3.14; extra == 'docs'
Requires-Dist: sphinx-autodoc-typehints; extra == 'docs'
Requires-Dist: sphinx-copybutton>=0.5.2; extra == 'docs'
Requires-Dist: sphinx-design>=0.5.0; extra == 'docs'
Requires-Dist: sphinx-notfound-page>=1.1.0; extra == 'docs'
Requires-Dist: sphinx-reredirects>=0.1.6; extra == 'docs'
Requires-Dist: sphinx>=7.2; extra == 'docs'
Requires-Dist: typer>=0.12; extra == 'docs'
Provides-Extra: lint
Requires-Dist: pre-commit; extra == 'lint'
Requires-Dist: ruff==0.16.8; extra == 'lint'
Provides-Extra: test
Requires-Dist: pytest; extra == 'test'
Requires-Dist: pytest-asyncio; extra == 'test'
Requires-Dist: pytest-cov; extra == 'test'
Requires-Dist: typer>=0.12; extra == 'test'
Description-Content-Type: text/markdown

# inspect-jitsi

[![PyPI version](https://img.shields.io/pypi/v/inspect-jitsi)](https://pypi.org/project/inspect-jitsi/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/inspect-jitsi)](https://pypi.org/project/inspect-jitsi/)
[![Tests](https://img.shields.io/github/actions/workflow/status/niccokunzmann/inspect-jitsi/tests.yml?branch=main&label=tests)](https://github.com/niccokunzmann/inspect-jitsi/actions/workflows/tests.yml?query=branch%3Amain)
[![Documentation Status](https://readthedocs.org/projects/inspect-jitsi/badge/?version=latest)](https://inspect-jitsi.readthedocs.io/en/latest/?badge=latest)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)

Tools for inspecting a running [Jitsi Meet](https://jitsi.org/) deployment.

- [Documentation](https://inspect-jitsi.readthedocs.io/en/latest/)
- [Changelog](https://inspect-jitsi.readthedocs.io/en/latest/reference/changelog.html)
- [PyPI](https://pypi.org/project/inspect-jitsi/)
- [Source](https://github.com/niccokunzmann/inspect-jitsi)
- [License](https://github.com/niccokunzmann/inspect-jitsi/blob/main/LICENSE)

This project was built with the help of AI coding assistants.
