Thespian is a Python library providing a framework for developing
concurrent, distributed, fault tolerant applications.
Thespian is built on the Actor Model which allows applications to be
written as a group of independently executing but cooperating
"Actors" which communicate via messages. These Actors run within
the Actor System provided by the Thespian library.
* Concurrent
* Distributed
* Fault Tolerant
* Scalable
* Location independent
Actor programming is broadly applicable and it is ideally suited
for Cloud-based applications as well, where compute nodes are
added and removed from the environment dynamically.
* More Information: http://thespianpy.com
* Release Notes: http://thespianpy.com/doc/releases.html
Raw data
{
"_id": null,
"home_page": "http://thespianpy.com",
"name": "thespian",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "actors,concurrent,concurrency,asynchronous,message passing,distributed,distributed systems,fault tolerant",
"author": "Kevin Quick",
"author_email": "quick@sparq.org",
"download_url": "https://files.pythonhosted.org/packages/55/b0/97c08d8909d4e54d73b3567bb5462cff59008beb80817f69d9b7c1566a96/thespian-3.10.7.zip",
"platform": null,
"description": "\n\nThespian is a Python library providing a framework for developing\nconcurrent, distributed, fault tolerant applications.\n\nThespian is built on the Actor Model which allows applications to be\nwritten as a group of independently executing but cooperating\n\"Actors\" which communicate via messages. These Actors run within\nthe Actor System provided by the Thespian library.\n\n * Concurrent\n * Distributed\n * Fault Tolerant\n * Scalable\n * Location independent\n\nActor programming is broadly applicable and it is ideally suited\nfor Cloud-based applications as well, where compute nodes are\nadded and removed from the environment dynamically.\n\n * More Information: http://thespianpy.com\n * Release Notes: http://thespianpy.com/doc/releases.html\n\n \n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Python Actor concurrency library",
"version": "3.10.7",
"split_keywords": [
"actors",
"concurrent",
"concurrency",
"asynchronous",
"message passing",
"distributed",
"distributed systems",
"fault tolerant"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "55b097c08d8909d4e54d73b3567bb5462cff59008beb80817f69d9b7c1566a96",
"md5": "cb091522aac26c2abe545d140624dab9",
"sha256": "1dc1ef66d32906d357abd629d9ac9e1d3b887fb8290546fac59aa368409b7e0a"
},
"downloads": -1,
"filename": "thespian-3.10.7.zip",
"has_sig": false,
"md5_digest": "cb091522aac26c2abe545d140624dab9",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 504180,
"upload_time": "2023-01-16T07:25:21",
"upload_time_iso_8601": "2023-01-16T07:25:21.544743Z",
"url": "https://files.pythonhosted.org/packages/55/b0/97c08d8909d4e54d73b3567bb5462cff59008beb80817f69d9b7c1566a96/thespian-3.10.7.zip",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-01-16 07:25:21",
"github": false,
"gitlab": false,
"bitbucket": false,
"lcname": "thespian"
}