svc-infra


Namesvc-infra JSON
Version 0.1.27 PyPI version JSON
download
home_pageNone
SummaryInfrastructure for building and deploying prod-ready services
upload_time2025-08-29 04:44:05
maintainerNone
docs_urlNone
authorAli Khatami
requires_python<4.0,>=3.11
licenseMIT
keywords fastapi sqlalchemy alembic auth infra async pydantic
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # svc-infra

Infrastructure for building and deploying prod-ready applications:
- **FastAPI** app scaffolding with versioned mounting and uniform error handling
- **SQLAlchemy** async DB integration + Alembic CLI
- **Auth** via fastapi-users (session/refresh/OAuth)
- Simple **CRUD** router generator
- Logging, metrics, tracing, health checks

## Install

```bash
poetry add svc-infra
# or
pip install svc-infra
```


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "svc-infra",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.11",
    "maintainer_email": null,
    "keywords": "fastapi, sqlalchemy, alembic, auth, infra, async, pydantic",
    "author": "Ali Khatami",
    "author_email": "aliikhatami94@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/94/6a/5fb16ea6e74b3714fd3edbb3f0c4fa71a252256a9b9cf5d445fb6a3b5a6d/svc_infra-0.1.27.tar.gz",
    "platform": null,
    "description": "# svc-infra\n\nInfrastructure for building and deploying prod-ready applications:\n- **FastAPI** app scaffolding with versioned mounting and uniform error handling\n- **SQLAlchemy** async DB integration + Alembic CLI\n- **Auth** via fastapi-users (session/refresh/OAuth)\n- Simple **CRUD** router generator\n- Logging, metrics, tracing, health checks\n\n## Install\n\n```bash\npoetry add svc-infra\n# or\npip install svc-infra\n```\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Infrastructure for building and deploying prod-ready services",
    "version": "0.1.27",
    "project_urls": {
        "Documentation": "https://github.com/your-org/svc-infra#readme",
        "Homepage": "https://github.com/your-org/svc-infra",
        "Issues": "https://github.com/your-org/svc-infra/issues",
        "Repository": "https://github.com/your-org/svc-infra"
    },
    "split_keywords": [
        "fastapi",
        " sqlalchemy",
        " alembic",
        " auth",
        " infra",
        " async",
        " pydantic"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2a5b575d4f5bf1cff49a8d8d88601eaabea4cfdb3e6ca11ca47e75e0b555214e",
                "md5": "980384407689b482c7adca375990f316",
                "sha256": "d6c8e640f99a7d4660e041ccea9182bbdc69d556a941aafe7183c93c7195ca89"
            },
            "downloads": -1,
            "filename": "svc_infra-0.1.27-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "980384407689b482c7adca375990f316",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.11",
            "size": 54003,
            "upload_time": "2025-08-29T04:44:03",
            "upload_time_iso_8601": "2025-08-29T04:44:03.355771Z",
            "url": "https://files.pythonhosted.org/packages/2a/5b/575d4f5bf1cff49a8d8d88601eaabea4cfdb3e6ca11ca47e75e0b555214e/svc_infra-0.1.27-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "946a5fb16ea6e74b3714fd3edbb3f0c4fa71a252256a9b9cf5d445fb6a3b5a6d",
                "md5": "70d1e4fe1bb0192e79dc9676174374f2",
                "sha256": "cbe457f878366265b2d6aa88afa72a440c99acec5c082535362be30a97db633f"
            },
            "downloads": -1,
            "filename": "svc_infra-0.1.27.tar.gz",
            "has_sig": false,
            "md5_digest": "70d1e4fe1bb0192e79dc9676174374f2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.11",
            "size": 36996,
            "upload_time": "2025-08-29T04:44:05",
            "upload_time_iso_8601": "2025-08-29T04:44:05.238325Z",
            "url": "https://files.pythonhosted.org/packages/94/6a/5fb16ea6e74b3714fd3edbb3f0c4fa71a252256a9b9cf5d445fb6a3b5a6d/svc_infra-0.1.27.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-29 04:44:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "your-org",
    "github_project": "svc-infra#readme",
    "github_not_found": true,
    "lcname": "svc-infra"
}
        
Elapsed time: 1.57298s