rbc-project


Namerbc-project JSON
Version 0.13.0 PyPI version JSON
download
home_pagehttps://github.com/xnd-project/rbc
SummaryRBC - Remote Backend Compiler Project
upload_time2023-08-08 17:35:12
maintainerPearu Peterson
docs_urlNone
authorPearu Peterson
requires_python
licenseBSD
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
The aim of the Remote Backend Compiler project is to distribute the
tasks of a program JIT compilation process to separate computer
systems using the client-server model. The frontend of the compiler
runs on the client computer and the backend runs on the server
computer. The compiler frontend will send the program code to compiler
backend in IR form where it will be compiled to machine code.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/xnd-project/rbc",
    "name": "rbc-project",
    "maintainer": "Pearu Peterson",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Pearu Peterson",
    "author_email": "pearu.peterson@quansight.com",
    "download_url": "https://files.pythonhosted.org/packages/82/42/1cffa30bd0be65562c050bb74c32d9fbf2865012484f576f93a18fa77209/rbc-project-0.13.0.tar.gz",
    "platform": "Cross Platform",
    "description": "\nThe aim of the Remote Backend Compiler project is to distribute the\ntasks of a program JIT compilation process to separate computer\nsystems using the client-server model. The frontend of the compiler\nruns on the client computer and the backend runs on the server\ncomputer. The compiler frontend will send the program code to compiler\nbackend in IR form where it will be compiled to machine code.\n\n\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "RBC - Remote Backend Compiler Project",
    "version": "0.13.0",
    "project_urls": {
        "Homepage": "https://github.com/xnd-project/rbc"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "22523141b8c67334ca369a5da311e3b253c9117196a4435d71cea55c0b4e2b0c",
                "md5": "26ad547622d9742043da748f4bd8d18e",
                "sha256": "e57cf8554f7ea8fae33550b77c9af7516687742f99ddcb72acfaa90186282882"
            },
            "downloads": -1,
            "filename": "rbc_project-0.13.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "26ad547622d9742043da748f4bd8d18e",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 310656,
            "upload_time": "2023-08-08T17:35:10",
            "upload_time_iso_8601": "2023-08-08T17:35:10.375294Z",
            "url": "https://files.pythonhosted.org/packages/22/52/3141b8c67334ca369a5da311e3b253c9117196a4435d71cea55c0b4e2b0c/rbc_project-0.13.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "82421cffa30bd0be65562c050bb74c32d9fbf2865012484f576f93a18fa77209",
                "md5": "374f5d09002cd8fc076897022b67c983",
                "sha256": "9e4e362fd02e00236f102ebe2ab6897abbd10f9aaa901fab0a77befb181ffb29"
            },
            "downloads": -1,
            "filename": "rbc-project-0.13.0.tar.gz",
            "has_sig": false,
            "md5_digest": "374f5d09002cd8fc076897022b67c983",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 260672,
            "upload_time": "2023-08-08T17:35:12",
            "upload_time_iso_8601": "2023-08-08T17:35:12.735712Z",
            "url": "https://files.pythonhosted.org/packages/82/42/1cffa30bd0be65562c050bb74c32d9fbf2865012484f576f93a18fa77209/rbc-project-0.13.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-08 17:35:12",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "xnd-project",
    "github_project": "rbc",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "test_requirements": [],
    "lcname": "rbc-project"
}
        
Elapsed time: 0.14451s