Metadata-Version: 2.1
Name: lyrid
Version: 0.0.10
Summary: An actor model framework that simplifies concurrent system while support real parallelism. No thread/process/async/await, just actor. Implemented in pure Python.
Home-page: https://github.com/SSripilaipong/lyrid
Author: SSripilaipong
Author-email: SHSnail@mail.com
License: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Distributed Computing
Requires-Python: >=3.8
License-File: LICENSE.md

Lyrid
=====

|PyPi Version| |Supported Python Versions| |License|

Overview
========

An actor model framework that simplifies concurrent system while support
real parallelism.

No thread/process/async/await, just actor. Implemented in pure Python.’

Requirements
============

-  Python 3.8+
-  Works on Linux, Windows, macOS, BSD

Installation
============

using pip:

::

   pip install lyrid

Documentation
=============

`Github Wiki <https://github.com/SSripilaipong/lyrid/wiki>`__

.. |PyPi Version| image:: https://img.shields.io/pypi/v/lyrid
   :target: https://pypi.org/project/lyrid/
.. |Supported Python Versions| image:: https://img.shields.io/pypi/pyversions/lyrid.svg
   :target: https://pypi.org/project/lyrid/
.. |License| image:: https://img.shields.io/github/license/ssripilaipong/lyrid
   :target: https://github.com/SSripilaipong/lyrid/blob/master/LICENSE.md
