rspyapi


Namerspyapi JSON
Version 0.1.3 PyPI version JSON
download
home_pageNone
SummaryA package to improved api library to have better development experience.
upload_time2025-02-04 11:36:42
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 rspyapi
```


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "rspyapi",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.11",
    "maintainer_email": null,
    "keywords": null,
    "author": "Reza Shirazi",
    "author_email": "itreza7@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/48/7c/bea922912aa53b796d3c774a853711c02df3eba7aeea277b023fffa2a830/rspyapi-0.1.3.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 rspyapi\n```\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A package to improved api library to have better development experience.",
    "version": "0.1.3",
    "project_urls": {
        "Repository": "https://github.com/itreza7/rspyapi"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c7a5b61d13850e6d33e40518e212b1b3d7d5293849dd2cb1cd448ed0253a43fc",
                "md5": "1d4ff68d647423e75bf7147741eaf5eb",
                "sha256": "249903ad2e885fa35038ba4c62f2b8f06ccf1602cddbd10655f8e005b3218099"
            },
            "downloads": -1,
            "filename": "rspyapi-0.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1d4ff68d647423e75bf7147741eaf5eb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.11",
            "size": 10593,
            "upload_time": "2025-02-04T11:36:41",
            "upload_time_iso_8601": "2025-02-04T11:36:41.286178Z",
            "url": "https://files.pythonhosted.org/packages/c7/a5/b61d13850e6d33e40518e212b1b3d7d5293849dd2cb1cd448ed0253a43fc/rspyapi-0.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "487cbea922912aa53b796d3c774a853711c02df3eba7aeea277b023fffa2a830",
                "md5": "d1c71307c0cc3c6e8fd8873caa89dc3b",
                "sha256": "60329dc40c8710d5699751516dc6b3a1d541eb8a8da04f86f3a8149e0eeca194"
            },
            "downloads": -1,
            "filename": "rspyapi-0.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "d1c71307c0cc3c6e8fd8873caa89dc3b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.11",
            "size": 6839,
            "upload_time": "2025-02-04T11:36:42",
            "upload_time_iso_8601": "2025-02-04T11:36:42.202548Z",
            "url": "https://files.pythonhosted.org/packages/48/7c/bea922912aa53b796d3c774a853711c02df3eba7aeea277b023fffa2a830/rspyapi-0.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-04 11:36:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "itreza7",
    "github_project": "rspyapi",
    "github_not_found": true,
    "lcname": "rspyapi"
}
        
Elapsed time: 1.08578s