{ "info": { "author": "Fionn Behrens", "author_email": "pipc@software.fionet.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License (GPL)", "Operating System :: POSIX", "Programming Language :: Python", "Topic :: Communications", "Topic :: Internet", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "This module allows for easy communication beween separate parts of a program\r\nor separate programs. It provides a unified, simple API for posix pipes,\r\nfifo pipes and networked (tcp) pipes. You get a file-like pipe object and anything\r\nyou write() into it will arrive on the other side, nicely separated. Anything\r\nwritten into the pipe object on the other side will be read()able on yours.\r\nBuilt-in message buffering and queueing.", "description_content_type": null, "docs_url": null, "download_url": "http://software.fionet.com/pIPC/", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://software.fionet.com/pIPC/", "keywords": "communication, IPC, networking, pipe, socket, fifo", "license": "GPL", "maintainer": "Fionn Behrens", "maintainer_email": "pipc@software.fionet.com", "name": "pIPC", "package_url": "https://pypi.org/project/pIPC/", "platform": "Linux", "project_url": "https://pypi.org/project/pIPC/", "project_urls": { "Download": "http://software.fionet.com/pIPC/", "Homepage": "http://software.fionet.com/pIPC/" }, "release_url": "https://pypi.org/project/pIPC/0.9.8/", "requires_dist": null, "requires_python": null, "summary": "Inter-Process Communication wrapper class", "version": "0.9.8" }, "last_serial": 446, "releases": { "0.9.8": [] }, "urls": [] }