Metadata-Version: 2.1
Name: pymergevcd
Version: 0.4
Summary: Merge various VCD files
Home-page: https://github.com/kown7/pymergevcd
Author: Kristoffer Nordström
License: MIT
Keywords: python
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: colorama (==0.4.3)
Requires-Dist: exitstatus (==1.4.0)
Requires-Dist: pyvcd (==0.2.1)

---
title: PyMergeVCD
author: Kristoffer Nordström
---

![MIT License](https://img.shields.io/github/license/kown7/pymergevcd "MIT License")

# Introduction

Merge VCD files, optionally to create a diff on various files and signals.

Also a playground for [sltoo](https://www.github.com/kown7/sltoo).


# Installation

```bash
pip install pymergevcd
```

## Requirements

Python 3.6+.

## Documentation

Please see the `docs` folder.

## Usage

TBD



