{ "info": { "author": "Andrew Wilkinson", "author_email": "aw@cs.york.ac.uk", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Science/Research", "License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)", "Natural Language :: English", "Operating System :: MacOS :: MacOS X", "Operating System :: POSIX :: Linux", "Operating System :: POSIX :: SunOS/Solaris", "Programming Language :: Python", "Topic :: System :: Distributed Computing" ], "description": "Linda is an widely studied distributed computing environment, centred around\nthe notion of a tuple space. A tuple space is a bag (also called a multi-set) of\ntuples. A tuple is an ordered, typed chunk of data. Tuple spaces exist\nindependently of processes in the system, and the data placed into a tuple space\nalso exist independently. See \"Generative communication in Linda\" (1985) and\n\"Multiple tuple spaces in Linda\" both by David Gelernter for more information on\nLinda.\n\nPyLinda is a simple implementation of a linda system, however it also includes\nseveral of the more recently proposed extensions to Linda in the form of multiple\ntuple spaces, garbage collection, sane non-blocking primitives and bulk tuple\noperations.", "description_content_type": null, "docs_url": null, "download_url": "http://www-users.cs.york.ac.uk/~aw/pylinda/linda-0.5.1.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www-users.cs.york.ac.uk/~aw/pylinda", "keywords": null, "license": "Lesser GPL", "maintainer": null, "maintainer_email": null, "name": "linda", "package_url": "https://pypi.org/project/linda/", "platform": "Linux,Windows,Mac OS X,Solaris", "project_url": "https://pypi.org/project/linda/", "project_urls": { "Download": "http://www-users.cs.york.ac.uk/~aw/pylinda/linda-0.5.1.tar.gz", "Homepage": "http://www-users.cs.york.ac.uk/~aw/pylinda" }, "release_url": "https://pypi.org/project/linda/0.5.1/", "requires_dist": null, "requires_python": null, "summary": "An implementation of the tuplespace based distributed computing system", "version": "0.5.1" }, "last_serial": 803063, "releases": { "0.1": [], "0.2": [], "0.3": [], "0.4": [], "0.5": [], "0.5.1": [] }, "urls": [] }