Metadata-Version: 2.1
Name: edzed
Version: 21.5.15
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.
        
        The package contains:
        
        - 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
        
        ## Project status
        
        Version 21.5.15 is the first production/stable release.
        
        ## Documentation
        
        Please see 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
