Metadata-Version: 2.4
Name: actorium
Version: 0.0.1
Summary: A modern implementation of Actors for distributed concurrency
Author-email: Jonathan Slenders <jonathan@slenders.be>
Project-URL: Homepage, https://github.com/actorium/actorium
Keywords: actors
Classifier: Intended Audience :: Developers
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: <3.15,>=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pydantic
Requires-Dist: anyio
Requires-Dist: redis>=5.0.0
Dynamic: license-file

# actorium
A modern implementation of Actors in Python for distributed concurrency

Warning: this library is a work in progress. Not recommended for use in
production.
