Metadata-Version: 2.1
Name: coreir
Version: 2.0.5
Summary: Python bindings for CoreIR
Home-page: https://github.com/leonardt/pycoreir
Author: Leonard Truong
Author-email: lenny@cs.stanford.edu
License: BSD License
Description: [![Build Status](https://travis-ci.org/leonardt/pycoreir.svg?branch=master)](https://travis-ci.org/leonardt/pycoreir)
        
        Ultralight Python bindings for [coreir](https://github.com/rdaly525/coreir) using ctypes.
        
        ```
        pip install coreir
        ```
        
        [CHANGELOG](./CHANGELOG.md)
        
        # Development Setup
        Install a local working copy to your python packages using
        ```
        pip install -e .
        ```
        
        To run the tests
        ```
        pip install pytest
        pytest
        ```
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
