rsqlalchemy


Namersqlalchemy JSON
Version 0.0.1 PyPI version JSON
download
home_pageNone
SummaryConverts rsql query into sqlalchemy expressions
upload_time2024-10-20 16:36:34
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords
VCS
bugtrack_url
requirements sqlalchemy
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # rsqlalchemy

[![Pytest](https://github.com/jzfqiu/rsqlalchemy/actions/workflows/test.yml/badge.svg)](https://github.com/jzfqiu/rsqlalchemy/actions/workflows/test.yml)

Converts rsql query into sqlalchemy expressions

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "rsqlalchemy",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Jeff Qiu <jeff.z.qiu@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/61/9d/b67bdedc0b666cc8dab497285d56f612b61bb1c9a332b2db9536acb5efff/rsqlalchemy-0.0.1.tar.gz",
    "platform": null,
    "description": "# rsqlalchemy\n\n[![Pytest](https://github.com/jzfqiu/rsqlalchemy/actions/workflows/test.yml/badge.svg)](https://github.com/jzfqiu/rsqlalchemy/actions/workflows/test.yml)\n\nConverts rsql query into sqlalchemy expressions\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Converts rsql query into sqlalchemy expressions",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://github.com/jzfqiu/rsqlalchemy",
        "Issues": "https://github.com/jzfqiu/rsqlalchemy/issues"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c04d4d54b8f76ae9ab5c949c7599066b5bf835ee85b171f164cb0fd3e762140c",
                "md5": "a62d143b24dec678d45eac664be4b183",
                "sha256": "3827fe703fb2c1ced936b2845bc375fc1d6b4c049400856eb3267a3b0bc12f60"
            },
            "downloads": -1,
            "filename": "rsqlalchemy-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a62d143b24dec678d45eac664be4b183",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 3591,
            "upload_time": "2024-10-20T16:36:33",
            "upload_time_iso_8601": "2024-10-20T16:36:33.286734Z",
            "url": "https://files.pythonhosted.org/packages/c0/4d/4d54b8f76ae9ab5c949c7599066b5bf835ee85b171f164cb0fd3e762140c/rsqlalchemy-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "619db67bdedc0b666cc8dab497285d56f612b61bb1c9a332b2db9536acb5efff",
                "md5": "d0ec5920de5383d3d8e4bb8f6a5f44f8",
                "sha256": "1ea17f11ac1b3676ed6fec7e7b542e6575ae576ad821ce4f7f1d8326383ed810"
            },
            "downloads": -1,
            "filename": "rsqlalchemy-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "d0ec5920de5383d3d8e4bb8f6a5f44f8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 6718,
            "upload_time": "2024-10-20T16:36:34",
            "upload_time_iso_8601": "2024-10-20T16:36:34.694499Z",
            "url": "https://files.pythonhosted.org/packages/61/9d/b67bdedc0b666cc8dab497285d56f612b61bb1c9a332b2db9536acb5efff/rsqlalchemy-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-20 16:36:34",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jzfqiu",
    "github_project": "rsqlalchemy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "sqlalchemy",
            "specs": [
                [
                    ">=",
                    "2.0.0"
                ]
            ]
        }
    ],
    "lcname": "rsqlalchemy"
}
        
Elapsed time: 0.64250s