An open API service indexing awesome lists of open source software.

https://github.com/rlaphoenix/pydvdcss

Python wrapper for VideoLAN's libdvdcss.
https://github.com/rlaphoenix/pydvdcss

dvd dvdcss dvdrip gplv3 python-wrapper video videolan videolan-libdvdcss

Last synced: about 1 year ago
JSON representation

Python wrapper for VideoLAN's libdvdcss.

Awesome Lists containing this project

README

          

![Banner](banner.png)

[![Linter: 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)
[![Dependency management: Poetry](https://img.shields.io/endpoint?url=https://python-poetry.org/badge/v0.json)](https://python-poetry.org/)
[![Python version](https://img.shields.io/pypi/pyversions/pydvdcss)](https://pypi.python.org/pypi/pydvdcss)
[![Release version](https://img.shields.io/pypi/v/pydvdcss)](https://pypi.python.org/pypi/pydvdcss)
[![DeepSource issues](https://deepsource.io/gh/rlaphoenix/pydvdcss.svg/?label=active+issues)](https://deepsource.io/gh/rlaphoenix/pydvdcss)
[![Build status](https://github.com/rlaphoenix/pydvdcss/actions/workflows/ci.yml/badge.svg)](https://github.com/rlaphoenix/pydvdcss/actions/workflows/ci.yml)
[![Docs status](https://readthedocs.org/projects/pydvdcss/badge/)](https://pydvdcss.readthedocs.io)

**pydvdcss** is a python wrapper for VideoLAN's [libdvdcss].

[libdvdcss] is a simple library designed for accessing DVDs like a block device without having to bother about the
decryption.

[libdvdcss]:

**Documentation**: https://pydvdcss.readthedocs.io
**License**: [GNU General Public License, Version 3.0](LICENSE)