dbframe


Namedbframe JSON
Version 0.1.17 PyPI version JSON
download
home_pageNone
SummaryA python package to simplify CRUD operations between SQL databases and pandas dataframe.
upload_time2025-10-30 00:34:11
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseNone
keywords database crud sql pandas dataframe postgresql sqlite
VCS
bugtrack_url
requirements alembic chardet numpy orjson orjsonic pandas psycopg2-binary psycopg2 pyarrow sqlalchemy
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # dbframe
A python package to simplify CRUD operations between SQL databases and pandas dataframe.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "dbframe",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "database, crud, sql, pandas, dataframe, postgresql, sqlite",
    "author": null,
    "author_email": "randomseed42 <randomseed42@protonmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/5e/b0/2d52c4716b223d6780197f3337b9eeb3dc0a75a968b9d90b348b1e255ecd/dbframe-0.1.17.tar.gz",
    "platform": null,
    "description": "# dbframe\r\nA python package to simplify CRUD operations between SQL databases and pandas dataframe.\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A python package to simplify CRUD operations between SQL databases and pandas dataframe.",
    "version": "0.1.17",
    "project_urls": {
        "Homepage": "https://github.com/randomseed42/dbframe"
    },
    "split_keywords": [
        "database",
        " crud",
        " sql",
        " pandas",
        " dataframe",
        " postgresql",
        " sqlite"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6f72218e916bf6cb8ec4a9630d7b3fa946954ac67b1e0deb601dd58e296f992a",
                "md5": "9ba7f43a021f1eb22871b8e07b979681",
                "sha256": "b8bff05b2f8725ee3a96d8bb81c634226f011c589bb4b8de9626d7cdb8fc1f00"
            },
            "downloads": -1,
            "filename": "dbframe-0.1.17-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9ba7f43a021f1eb22871b8e07b979681",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 21237,
            "upload_time": "2025-10-30T00:34:10",
            "upload_time_iso_8601": "2025-10-30T00:34:10.121958Z",
            "url": "https://files.pythonhosted.org/packages/6f/72/218e916bf6cb8ec4a9630d7b3fa946954ac67b1e0deb601dd58e296f992a/dbframe-0.1.17-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5eb02d52c4716b223d6780197f3337b9eeb3dc0a75a968b9d90b348b1e255ecd",
                "md5": "c1f6715f3f069cbb2d5c00eac161fd29",
                "sha256": "35a7e0dd392c7c33e9f001a6fa8fc19b715a18addffd0c11b58f55167b459641"
            },
            "downloads": -1,
            "filename": "dbframe-0.1.17.tar.gz",
            "has_sig": false,
            "md5_digest": "c1f6715f3f069cbb2d5c00eac161fd29",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 28364,
            "upload_time": "2025-10-30T00:34:11",
            "upload_time_iso_8601": "2025-10-30T00:34:11.719453Z",
            "url": "https://files.pythonhosted.org/packages/5e/b0/2d52c4716b223d6780197f3337b9eeb3dc0a75a968b9d90b348b1e255ecd/dbframe-0.1.17.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-30 00:34:11",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "randomseed42",
    "github_project": "dbframe",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "alembic",
            "specs": [
                [
                    "==",
                    "1.15.2"
                ]
            ]
        },
        {
            "name": "chardet",
            "specs": [
                [
                    "==",
                    "5.2.0"
                ]
            ]
        },
        {
            "name": "numpy",
            "specs": [
                [
                    "==",
                    "2.2.5"
                ]
            ]
        },
        {
            "name": "orjson",
            "specs": [
                [
                    "==",
                    "3.10.18"
                ]
            ]
        },
        {
            "name": "orjsonic",
            "specs": [
                [
                    "==",
                    "0.1.6"
                ]
            ]
        },
        {
            "name": "pandas",
            "specs": [
                [
                    "==",
                    "2.2.3"
                ]
            ]
        },
        {
            "name": "psycopg2-binary",
            "specs": [
                [
                    "==",
                    "2.9.10"
                ]
            ]
        },
        {
            "name": "psycopg2",
            "specs": [
                [
                    "==",
                    "2.9.10"
                ]
            ]
        },
        {
            "name": "pyarrow",
            "specs": [
                [
                    "==",
                    "20.0.0"
                ]
            ]
        },
        {
            "name": "sqlalchemy",
            "specs": [
                [
                    "==",
                    "2.0.40"
                ]
            ]
        }
    ],
    "lcname": "dbframe"
}
        
Elapsed time: 1.35416s