Metadata-Version: 2.1
Name: myosin
Version: 0.0.1
Summary: Lightweight state management engine for posix compliant systems
Home-page: https://github.com/ztnel/myosin
Author: Christian Sargusingh
Author-email: christian@leapsystems.online
License: UNKNOWN
Description: 
        # Myosin: A Lightweight State Management Engine
        [![ci](https://github.com/ztnel/myosin/actions/workflows/ci.yaml/badge.svg)](https://github.com/ztnel/myosin/actions/workflows/ci.yaml)
        
        Modified: 2022-03
        
        Lightweight state management engine.
        
        ## About
        State-driven software architectures are useful for allowing multiple modules to be able to communicate using the same base syntax. The syntax for communication of data is implemented through the state models which represent the the states of different components of the software.
        
Platform: UNKNOWN
Classifier: Operating System :: Unix
Classifier: Topic :: Software Development :: Object Brokering
Classifier: Topic :: Software Development :: Embedded Systems
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Requires-Python: >=3.7.0
Description-Content-Type: text/markdown
