![require(esm) Backported to Node.js 20, Paving the Way for ESM-Only Packages](https://cdn.sanity.io/images/cgdhsj6q/production/be8ab80c8efa5907bc341c6fefe9aa20d239d890-1600x1097.png?w=400&fit=max&auto=format)
Security News
require(esm) Backported to Node.js 20, Paving the Way for ESM-Only Packages
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
|pypi| |ci| |cov| |rtd| |lic|
Myosin is an experimental framework for developing lightweight state-driven software systems. Myosin provides a flexible and homogenous strictly-typed API for facilitating data transactions between system modules simplifying development and improving system scalability.
Myosin is distributed on PyPI_ and can be installed using pip
:
.. code-block:: console
$ pip install myosin
.. _PyPI: https://pypi.python.org/pypi/sphinx_rtd_theme
Features
#. Built on Python Standard Libraries
#. Thread-safe Accessors
#. Strictly Typed Object-Oriented API
#. Built-in Fault-Tolerance
#. State-driven Asynchronous Callbacks
#. `Prometheus <https://prometheus.io>`_ Monitoring
Visit the `documentation page <https://myosin.readthedocs.io>`_ to learn more.
Contributing
------------
Contributions are welcome! Please see the `issue backlog <https://github.com/ztnel/myosin/issues>`_ and `project kanban <https://github.com/ztnel/myosin/projects/1>`_ for active work items or contact me at `christian@leapsystems.online <mailto:christian@leapsystems.online>`_.
License
-------
This project is licensed under the terms of the `MIT License <LICENSE>`_
.. |pypi| image:: https://img.shields.io/pypi/v/myosin?color=blue
:target: https://pypi.org/project/myosin/
.. |ci| image:: https://github.com/ztnel/myosin/actions/workflows/ci.yaml/badge.svg
:target: https://github.com/ztnel/myosin/actions/workflows/ci.yaml
.. |cov| image:: https://codecov.io/gh/ztnel/myosin/branch/master/graph/badge.svg?token=G2DNQAGVIP
:target: https://codecov.io/gh/ztnel/myosin
.. |rtd| image:: https://readthedocs.org/projects/myosin/badge/?version=latest
:target: https://myosin.readthedocs.io/en/latest/?badge=latest
.. |lic| image:: https://img.shields.io/pypi/l/myosin
:target: https://pypi.org/project/myosin/
FAQs
Lightweight state management engine for embedded linux
We found that myosin demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.