Metadata-Version: 2.1
Name: edzed
Version: 21.10.27
Summary: A library for building small automated systems
Home-page: https://github.com/xitop/edzed
Author: Vlado Potisk
Author-email: edzed@poti.sk
License: MIT
Project-URL: Source, https://github.com/xitop/edzed
Project-URL: Documentation, https://edzed.readthedocs.io/en/latest/
Description: # edzed
        
        A library for building small automated systems.
        
        What is in the package:
        
        - classes for creating combinational and sequential blocks
        - methods for building a circuit by connecting the blocks
        - a simple event-driven zero-delay digital circuit simulator
        
        What is not included:
        
        The application code must connect the circuit's inputs
        and outputs with the outside world.
        
        ## Documentation
        
        Please read the [online documentation](https://edzed.readthedocs.io/en/latest/) for more information.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.7
Description-Content-Type: text/markdown
