dtpyapi


Namedtpyapi JSON
Version 0.1.13 PyPI version JSON
download
home_pageNone
SummaryA package to improved api library to have better development experience.
upload_time2025-03-18 11:16:41
maintainerNone
docs_urlNone
authorReza Shirazi
requires_python<4.0,>=3.11
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # API Package

API Package is a Python package designed to improve the development experience with [FastAPI](https://fastapi.tiangolo.com/). It provides helpful tools and better structure for managing routes, authentication, and error handling.

## Features

- **Error Handling Middleware**: Adds middleware to handle server errors gracefully, log errors, and return them in a more structured format.
  
- **Authentication Helpers**: Provides helper functions to handle authentication using custom logic for header and query parameters.

- **Cleaner Route Management**: Includes classes for easier route and router creation, making it simpler to structure and manage your FastAPI routes.

## Installation

You can install the package via pip:

```bash
pip install dtpyapi
```


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "dtpyapi",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.11",
    "maintainer_email": null,
    "keywords": null,
    "author": "Reza Shirazi",
    "author_email": "reza@datgate.com",
    "download_url": "https://files.pythonhosted.org/packages/4e/d6/6469a4598dcd39bb2a29e384cae1bd5121c7ee2c2055b378b689b02c6a11/dtpyapi-0.1.13.tar.gz",
    "platform": null,
    "description": "# API Package\n\nAPI Package is a Python package designed to improve the development experience with [FastAPI](https://fastapi.tiangolo.com/). It provides helpful tools and better structure for managing routes, authentication, and error handling.\n\n## Features\n\n- **Error Handling Middleware**: Adds middleware to handle server errors gracefully, log errors, and return them in a more structured format.\n  \n- **Authentication Helpers**: Provides helper functions to handle authentication using custom logic for header and query parameters.\n\n- **Cleaner Route Management**: Includes classes for easier route and router creation, making it simpler to structure and manage your FastAPI routes.\n\n## Installation\n\nYou can install the package via pip:\n\n```bash\npip install dtpyapi\n```\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A package to improved api library to have better development experience.",
    "version": "0.1.13",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "845002d416656a5ff07c2104c0928af1ab31919072754d9ca4f6211f297f78b4",
                "md5": "a8268bba3083845da5b3c42d8aba7c40",
                "sha256": "afe0cb8e66afb319c27c115332ca0ff665963798c1308dd64ba2322d53a30643"
            },
            "downloads": -1,
            "filename": "dtpyapi-0.1.13-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a8268bba3083845da5b3c42d8aba7c40",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.11",
            "size": 10967,
            "upload_time": "2025-03-18T11:16:39",
            "upload_time_iso_8601": "2025-03-18T11:16:39.894026Z",
            "url": "https://files.pythonhosted.org/packages/84/50/02d416656a5ff07c2104c0928af1ab31919072754d9ca4f6211f297f78b4/dtpyapi-0.1.13-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4ed66469a4598dcd39bb2a29e384cae1bd5121c7ee2c2055b378b689b02c6a11",
                "md5": "68fcad0c1fb828a9dc2eee8a8f5afc10",
                "sha256": "fe13fc51e6b8ec04742ac9ab3de1784c2eff5b70174b9cfbf6733222f4d0c0fe"
            },
            "downloads": -1,
            "filename": "dtpyapi-0.1.13.tar.gz",
            "has_sig": false,
            "md5_digest": "68fcad0c1fb828a9dc2eee8a8f5afc10",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.11",
            "size": 6887,
            "upload_time": "2025-03-18T11:16:41",
            "upload_time_iso_8601": "2025-03-18T11:16:41.093419Z",
            "url": "https://files.pythonhosted.org/packages/4e/d6/6469a4598dcd39bb2a29e384cae1bd5121c7ee2c2055b378b689b02c6a11/dtpyapi-0.1.13.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-03-18 11:16:41",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "dtpyapi"
}
        
Elapsed time: 0.43986s