Metadata-Version: 2.3
Name: very-based-interface
Version: 0.0.1
Project-URL: Documentation, https://github.com/xboxoneresearch/very-based-interface#readme
Project-URL: Issues, https://github.com/xboxoneresearch/very-based-interface/issues
Project-URL: Source, https://github.com/xboxoneresearch/very-based-interface
Author: LukeFZ
License-Expression: MIT
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Requires-Dist: dissect-cstruct~=4.0.0
Requires-Dist: pefile
Requires-Dist: typer
Description-Content-Type: text/markdown

# very-based-interface

This python package implements a parser for VBI files, supporting version 2+ files, and provides a CLI tool (vbidump) that allows you to extract the embedded files.

[![PyPI - Version](https://img.shields.io/pypi/v/very-based-interface.svg)](https://pypi.org/project/very-based-interface)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/very-based-interface.svg)](https://pypi.org/project/very-based-interface)

-----

## Table of Contents

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install very-based-interface
```

## How to extract files

```console
vbidump <path to vbi file> <output directory>
```

## License

`very-based-interface` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
