RA (``radb``): A relational algebra interpreter over relational databases
=========================================================================
RA is a simple relational algebra interpreter written in Python 3. It
is built on top of an SQL-based relational database system. It
implements relational algebra queries by translating them into SQL and
executing them on the underlying database system through `SQLAlchemy
<http://www.sqlalchemy.org/>`_. RA is packaged with `SQLite
<http://sqlite.org/>`_, so you can use RA as a standalone
relational-algebra database system. Alternatively, you can use RA as
a relational-algebra front-end to connect to other database servers
from various vendors.
You can follow the `project <https://github.com/junyang/radb>`_ on
GitHub, or read its documentation `here
<http://www.cs.duke.edu/~junyang/radb>`_.
Raw data
{
"_id": null,
"home_page": "https://github.com/junyang/radb",
"name": "radb",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.5",
"maintainer_email": "",
"keywords": "database relational algebra",
"author": "Jun Yang",
"author_email": "junyang@cs.duke.edu",
"download_url": "https://files.pythonhosted.org/packages/ba/0e/292beecfabd8013a0b6e3f9b31d0359fd3edd772d6a0fd6b9b9a45fe7ed6/radb-3.0.5.tar.gz",
"platform": null,
"description": "RA (``radb``): A relational algebra interpreter over relational databases\n=========================================================================\n\nRA is a simple relational algebra interpreter written in Python 3. It\nis built on top of an SQL-based relational database system. It\nimplements relational algebra queries by translating them into SQL and\nexecuting them on the underlying database system through `SQLAlchemy\n<http://www.sqlalchemy.org/>`_. RA is packaged with `SQLite\n<http://sqlite.org/>`_, so you can use RA as a standalone\nrelational-algebra database system. Alternatively, you can use RA as\na relational-algebra front-end to connect to other database servers\nfrom various vendors.\n\nYou can follow the `project <https://github.com/junyang/radb>`_ on\nGitHub, or read its documentation `here\n<http://www.cs.duke.edu/~junyang/radb>`_.\n\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A relational algebra interpreter over relational databases",
"version": "3.0.5",
"project_urls": {
"Homepage": "https://github.com/junyang/radb"
},
"split_keywords": [
"database",
"relational",
"algebra"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "8642abfd2ac69594563d50a137b9dd9d8e0ce6efba93f2bfb88a8e79f659ac01",
"md5": "c0175577d03106615ede02479e24e63a",
"sha256": "627040135776167ce22060fcb5c95a0ba40e099748a312891fb57f7ca42dd73a"
},
"downloads": -1,
"filename": "radb-3.0.5-py3-none-any.whl",
"has_sig": false,
"md5_digest": "c0175577d03106615ede02479e24e63a",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.5",
"size": 38431,
"upload_time": "2023-08-23T04:47:56",
"upload_time_iso_8601": "2023-08-23T04:47:56.218245Z",
"url": "https://files.pythonhosted.org/packages/86/42/abfd2ac69594563d50a137b9dd9d8e0ce6efba93f2bfb88a8e79f659ac01/radb-3.0.5-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ba0e292beecfabd8013a0b6e3f9b31d0359fd3edd772d6a0fd6b9b9a45fe7ed6",
"md5": "4f5d7e153a9cb756120d2176349257b2",
"sha256": "cee07664dd7fec603e0020cc1036a83870d0bbd186612263759119bcf8b515b6"
},
"downloads": -1,
"filename": "radb-3.0.5.tar.gz",
"has_sig": false,
"md5_digest": "4f5d7e153a9cb756120d2176349257b2",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.5",
"size": 2008020,
"upload_time": "2023-08-23T04:47:58",
"upload_time_iso_8601": "2023-08-23T04:47:58.482345Z",
"url": "https://files.pythonhosted.org/packages/ba/0e/292beecfabd8013a0b6e3f9b31d0359fd3edd772d6a0fd6b9b9a45fe7ed6/radb-3.0.5.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-08-23 04:47:58",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "junyang",
"github_project": "radb",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "radb"
}