IRONbark


NameIRONbark JSON
Version 1.0.1 PyPI version JSON
download
home_pagehttps://github.com/Zentetsu/IRONbark
SummaryInter Process Communication
upload_time2023-10-18 11:57:45
maintainer
docs_urlNone
authorZentetsu
requires_python>=3.7
licenseGPLv3
keywords
VCS
bugtrack_url
requirements SharedMemory numpy
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # IRON-BARK: Inter Process Communication
A lightweight library allowing the communication between several programs through SharedMemory.

### Features
* Implementation of a functional version
* Creation of a communication module by JSON file

### Ongoing
* Overloading dict methods to call Sender and Listener

### Future improvement
* Adding remote communication

### More
[![PyPI version](https://badge.fury.io/py/IRONbark.svg)](https://badge.fury.io/py/IRONbark)
![Python package](https://github.com/Zentetsu/IRON/workflows/Python%20package/badge.svg?branch=master)
![Upload Python Package](https://github.com/Zentetsu/IRONbark/workflows/Upload%20Python%20Package/badge.svg)
[![Python](https://shields.io/badge/python-3.8_|_3.9_|_3.10-blue.svg)](https://www.python.org/downloads/release/python-380/)
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](http://www.gnu.org/licenses/gpl-3.0)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Zentetsu/IRONbark",
    "name": "IRONbark",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "Zentetsu",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/31/55/80637272c83d30727468d3463be4265264e5f0a52e8870c033896bdd2ca5/IRONbark-1.0.1.tar.gz",
    "platform": null,
    "description": "# IRON-BARK: Inter Process Communication\nA lightweight library allowing the communication between several programs through SharedMemory.\n\n### Features\n* Implementation of a functional version\n* Creation of a communication module by JSON file\n\n### Ongoing\n* Overloading dict methods to call Sender and Listener\n\n### Future improvement\n* Adding remote communication\n\n### More\n[![PyPI version](https://badge.fury.io/py/IRONbark.svg)](https://badge.fury.io/py/IRONbark)\n![Python package](https://github.com/Zentetsu/IRON/workflows/Python%20package/badge.svg?branch=master)\n![Upload Python Package](https://github.com/Zentetsu/IRONbark/workflows/Upload%20Python%20Package/badge.svg)\n[![Python](https://shields.io/badge/python-3.8_|_3.9_|_3.10-blue.svg)](https://www.python.org/downloads/release/python-380/)\n[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](http://www.gnu.org/licenses/gpl-3.0)\n",
    "bugtrack_url": null,
    "license": "GPLv3",
    "summary": "Inter Process Communication",
    "version": "1.0.1",
    "project_urls": {
        "Homepage": "https://github.com/Zentetsu/IRONbark"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "55989a4d41dfcb6eea5166a3cd773d07794f564c566681b9931a95eec0585ca9",
                "md5": "a66c31cc4850597d2f4c56dead4a8210",
                "sha256": "1de6f07bbdfb1f109eaf3203986a5721959e1448acf1600404b1e25cc5229e09"
            },
            "downloads": -1,
            "filename": "IRONbark-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a66c31cc4850597d2f4c56dead4a8210",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 18291,
            "upload_time": "2023-10-18T11:57:43",
            "upload_time_iso_8601": "2023-10-18T11:57:43.756802Z",
            "url": "https://files.pythonhosted.org/packages/55/98/9a4d41dfcb6eea5166a3cd773d07794f564c566681b9931a95eec0585ca9/IRONbark-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "315580637272c83d30727468d3463be4265264e5f0a52e8870c033896bdd2ca5",
                "md5": "cedc08c96d3c70af3c9530d28477bdc4",
                "sha256": "d654f8b36b7630b8e451004f03f54d7d8210e123fa7e01c27e3525464e414b48"
            },
            "downloads": -1,
            "filename": "IRONbark-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "cedc08c96d3c70af3c9530d28477bdc4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 17439,
            "upload_time": "2023-10-18T11:57:45",
            "upload_time_iso_8601": "2023-10-18T11:57:45.315466Z",
            "url": "https://files.pythonhosted.org/packages/31/55/80637272c83d30727468d3463be4265264e5f0a52e8870c033896bdd2ca5/IRONbark-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-18 11:57:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Zentetsu",
    "github_project": "IRONbark",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "SharedMemory",
            "specs": [
                [
                    ">=",
                    "1.4.1"
                ]
            ]
        },
        {
            "name": "numpy",
            "specs": [
                [
                    ">=",
                    "1.21"
                ]
            ]
        }
    ],
    "lcname": "ironbark"
}
        
Elapsed time: 0.26554s