Metadata-Version: 1.0
Name: circuit
Version: 0.0.0.4
Summary: Minimal pure Python library for building and working with circuit graphs/expressions.
Home-page: https://github.com/lapets/circuit
Author: Andrei Lapets
Author-email: a@lapets.io
License: MIT
Description: =======
        circuit
        =======
        
        Minimal pure Python library for building and working with circuit graphs/expressions.
        
        Package Installation and Usage
        ------------------------------
        The package is available on PyPI::
        
            python -m pip install circuit
        
        The library can be imported in the usual way::
        
            import circuit
            from circuit import circuit
Platform: UNKNOWN
