better-crud


Namebetter-crud JSON
Version 0.0.3 PyPI version JSON
download
home_pagehttps://github.com/bigrivi/better_crud
SummaryA better CRUD library for FastAPI.
upload_time2025-01-16 12:34:39
maintainerNone
docs_urlNone
authorbigrivi
requires_python>=3.9
licenseApache License 2.0
keywords fastapi crud async sqlalchemy pydantic
VCS
bugtrack_url
requirements fastapi sqlalchemy fastapi_pagination pydantic sqlmodel sqlalchemy_utils passlib aiosqlite httpx pytest pytest-asyncio pytest-cov pytest-order
Travis-CI No Travis.
coveralls test coverage
            # better_crud
<p align="center" markdown=1>
  <i>A better CRUD library for FastAPI.</i>
</p>
<p align="center" markdown=1>
<a href="https://github.com/bigrivi/better_crud/actions/workflows/pytest.yml">
  <img src="https://github.com/bigrivi/better_crud/actions/workflows/pytest.yml/badge.svg" alt="Tests"/>
</a>
<a href="https://pypi.org/project/better_crud/">
  <img src="https://img.shields.io/pypi/v/better_crud?color=%2334D058&label=pypi%20package" alt="PyPi Version"/>
</a>
<a href="https://pypi.org/project/better_crud/">
  <img src="https://img.shields.io/pypi/pyversions/better_crud.svg?color=%2334D058" alt="Supported Python Versions"/>
</a>
<a href="https://codecov.io/github/bigrivi/better_crud" >
 <img src="https://codecov.io/github/bigrivi/better_crud/graph/badge.svg?token=MEMUT1FH4K"/>
 </a>
</p>

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/bigrivi/better_crud",
    "name": "better-crud",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "fastapi, crud, async, sqlalchemy, pydantic",
    "author": "bigrivi",
    "author_email": "sunjianghong@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/8e/ed/eb10c59eb14174971235e3eb6337b6c2f9ea603335b9621cc38ff000458a/better_crud-0.0.3.tar.gz",
    "platform": null,
    "description": "# better_crud\n<p align=\"center\" markdown=1>\n  <i>A better CRUD library for FastAPI.</i>\n</p>\n<p align=\"center\" markdown=1>\n<a href=\"https://github.com/bigrivi/better_crud/actions/workflows/pytest.yml\">\n  <img src=\"https://github.com/bigrivi/better_crud/actions/workflows/pytest.yml/badge.svg\" alt=\"Tests\"/>\n</a>\n<a href=\"https://pypi.org/project/better_crud/\">\n  <img src=\"https://img.shields.io/pypi/v/better_crud?color=%2334D058&label=pypi%20package\" alt=\"PyPi Version\"/>\n</a>\n<a href=\"https://pypi.org/project/better_crud/\">\n  <img src=\"https://img.shields.io/pypi/pyversions/better_crud.svg?color=%2334D058\" alt=\"Supported Python Versions\"/>\n</a>\n<a href=\"https://codecov.io/github/bigrivi/better_crud\" >\n <img src=\"https://codecov.io/github/bigrivi/better_crud/graph/badge.svg?token=MEMUT1FH4K\"/>\n </a>\n</p>\n",
    "bugtrack_url": null,
    "license": "Apache License 2.0",
    "summary": "A better CRUD library for FastAPI.",
    "version": "0.0.3",
    "project_urls": {
        "Homepage": "https://github.com/bigrivi/better_crud",
        "Source Code": "https://github.com/bigrivi/better_crud"
    },
    "split_keywords": [
        "fastapi",
        " crud",
        " async",
        " sqlalchemy",
        " pydantic"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "95b435b773dfafdb07de9227b4e928d059e1d35e87c473d3d5d71b90adb1b073",
                "md5": "09b9a28dd6bdfd5bcd964b2c870e9ec1",
                "sha256": "130f6574d63e657a5b3572435b76275b0c075b45fc54d98a30a65c4b9106d446"
            },
            "downloads": -1,
            "filename": "better_crud-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "09b9a28dd6bdfd5bcd964b2c870e9ec1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 21509,
            "upload_time": "2025-01-16T12:34:37",
            "upload_time_iso_8601": "2025-01-16T12:34:37.299743Z",
            "url": "https://files.pythonhosted.org/packages/95/b4/35b773dfafdb07de9227b4e928d059e1d35e87c473d3d5d71b90adb1b073/better_crud-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8eedeb10c59eb14174971235e3eb6337b6c2f9ea603335b9621cc38ff000458a",
                "md5": "cbae53ac2ced03f368a026352a8ef1ca",
                "sha256": "bb29ca764ab5606b26b3ca2a1b3c70a3c6e914b071508e7407a59ebb3b71f3e3"
            },
            "downloads": -1,
            "filename": "better_crud-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "cbae53ac2ced03f368a026352a8ef1ca",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 16578,
            "upload_time": "2025-01-16T12:34:39",
            "upload_time_iso_8601": "2025-01-16T12:34:39.320655Z",
            "url": "https://files.pythonhosted.org/packages/8e/ed/eb10c59eb14174971235e3eb6337b6c2f9ea603335b9621cc38ff000458a/better_crud-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-16 12:34:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "bigrivi",
    "github_project": "better_crud",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [
        {
            "name": "fastapi",
            "specs": []
        },
        {
            "name": "sqlalchemy",
            "specs": [
                [
                    "==",
                    "2.0.30"
                ]
            ]
        },
        {
            "name": "fastapi_pagination",
            "specs": [
                [
                    "==",
                    "0.12.24"
                ]
            ]
        },
        {
            "name": "pydantic",
            "specs": [
                [
                    "==",
                    "2.7.3"
                ]
            ]
        },
        {
            "name": "sqlmodel",
            "specs": [
                [
                    "==",
                    "0.0.22"
                ]
            ]
        },
        {
            "name": "sqlalchemy_utils",
            "specs": [
                [
                    "==",
                    "0.41.2"
                ]
            ]
        },
        {
            "name": "passlib",
            "specs": [
                [
                    "==",
                    "1.7.4"
                ]
            ]
        },
        {
            "name": "aiosqlite",
            "specs": [
                [
                    "==",
                    "0.20.0"
                ]
            ]
        },
        {
            "name": "httpx",
            "specs": []
        },
        {
            "name": "pytest",
            "specs": []
        },
        {
            "name": "pytest-asyncio",
            "specs": []
        },
        {
            "name": "pytest-cov",
            "specs": []
        },
        {
            "name": "pytest-order",
            "specs": []
        }
    ],
    "lcname": "better-crud"
}
        
Elapsed time: 0.47852s