Metadata-Version: 2.1
Name: pymergevcd
Version: 0.6.1
Summary: Merge various VCD files
Home-page: https://github.com/kown7/pymergevcd
Author: Kristoffer Nordström
License: MIT
Description: ![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).
        
        Requirements and architecure documents are [here](https://kown7.github.com/pymergevcd).
        
        
        # Installation
        
        ```bash
        pip install pymergevcd
        ```
        
        ## Requirements
        
        Python 3.6+.
        
        ## Documentation
        
        Please see the `docs` folder.
        
        ## Usage
        
        pymergevcd -o merged_out.vcd in1.vcd in2.vcd 
        
        
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
