Metadata-Version: 2.4
Name: bbbdl
Version: 1.3.3
Summary: Downloader for BigBlueButton meetings
License-Expression: EUPL-1.2
License-File: LICENSE.txt
Keywords: bigbluebutton,download,video,recording
Author: Stefano Pigozzi
Author-email: me@steffo.eu
Maintainer: Stefano Pigozzi
Maintainer-email: me@steffo.eu
Requires-Python: >=3.11,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Multimedia :: Video
Classifier: Topic :: Multimedia :: Video :: Conversion
Classifier: Typing :: Typed
Requires-Dist: beautifulsoup4 (>=4.12.3,<5.0.0)
Requires-Dist: click (>=8.1.7,<9.0.0)
Requires-Dist: ffmpeg-python (>=0.2.0,<=0.3.0)
Requires-Dist: lxml (>=6.0.0,<7.0.0)
Requires-Dist: requests (>=2.24.0,<3.0.0)
Project-URL: Documentation, https://artifacts.steffo.eu/steffo/bbbdl/
Project-URL: Source, https://forge.steffo.eu/steffo/bbbdl
Description-Content-Type: text/markdown

<div align="center">
<img alt="" src="https://forge.steffo.eu/steffo/bbbdl/raw/branch/main/.media/icon-512.png" height="128" style="border-radius: 100%;">
<hgroup>
<h1>BBBDL</h1>
<p>BigBlueButton meetings downloader</p>
</hgroup>
</div>

## Quick setup

Make sure [pipx] and [ffmpeg] are installed, then:

```bash
pipx install bbbdl
pipx run bbbdl --version
pipx run bbbdl --help
```

See [the documentation] for more information.

[pipx]: https://pipx.pypa.io/latest/
[ffmpeg]: https://ffmpeg.org/
[the documentation]: https://artifacts.steffo.eu/steffo/bbbdl/latest/docs/

## Links

### Tools

<a href="https://www.python.org/">
	<img alt="Written in Python" title="Written in Python" src="https://img.shields.io/badge/language-python-3775a9" height="30px">
</a>
&hairsp;
<a href="https://click.palletsprojects.com/en/stable/">
	<img alt="CLI with Click" title="CLI with Click" src="https://img.shields.io/badge/cli-click-917ab1" height="30px">
</a>

### Packaging

<a href="https://pypi.org/project/bbbdl">
	<img alt="Available on PyPI" title="Available on PyPI" src="https://img.shields.io/pypi/v/bbbdl?label=pypi&color=ffd242" height="30px">
</a>
&hairsp;
<a href="https://forge.steffo.eu/steffo/-/packages/pypi/bbbdl">
	<img alt="Available on Forgejo Packages" title="Available on Forgejo Packages" src="https://img.shields.io/badge/forgejo%20packages-latest-ff6600" height="30px">
</a>

### Documentation

<a href="https://artifacts.steffo.eu/steffo/bbbdl/">
	<img alt="Documentation available" title="Documentation available" src="https://img.shields.io/website?url=https%3A%2F%2Fartifacts.steffo.eu%2Fsteffo%2Fbbbdl%2F&up_color=175d36&up_message=available&down_message=error&label=documentation" height="30px">
</a>
&hairsp;
<a href="https://interoperable-europe.ec.europa.eu/collection/eupl/eupl-text-eupl-12">
	<img alt="Licensed under EUPL-1.2" title="Licensed under EUPL-1.2" src="https://img.shields.io/badge/license-EUPL--1.2-003399" height="30px">
</a>

### Development

<a href="https://forge.steffo.eu/steffo/bbbdl">
	<img alt="Code repository" title="Code repository" src="https://img.shields.io/gitea/last-commit/steffo/bbbdl?gitea_url=https%3A%2F%2Fforge.steffo.eu&color=374351" height="30px">
</a>
&hairsp;
<a href="https://forge.steffo.eu/steffo/bbbdl/releases">
	<img alt="Releases" title="Releases" src="https://img.shields.io/gitea/v/release/steffo/bbbdl?gitea_url=https%3A%2F%2Fforge.steffo.eu&label=last+release&color=374351" height="30px">
</a>

