faster-sam


Namefaster-sam JSON
Version 0.10.0 PyPI version JSON
download
home_pageNone
SummaryAn adapter to enable running APIs built with AWS SAM applications using FastAPI.
upload_time2024-03-25 09:14:51
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseMIT
keywords utilities fastapi sam
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Faster-SAM

> Adapter for FastAPI to run APIs built using AWS SAM

![Python](https://img.shields.io/badge/python-3.8%20%7C%203.9%20%7C%203.10%20%7C%203.11%20%7C%203.12-blue)
[![Tests](https://github.com/noverde/faster-sam/actions/workflows/tests.yml/badge.svg)](https://github.com/noverde/faster-sam/actions/workflows/tests.yml)
[![PyPI version](https://badge.fury.io/py/faster-sam.svg)](https://badge.fury.io/py/faster-sam)

## About The Project

`Faster-SAM` is a library designed to integrate APIs built using the AWS Serverless Application Model (SAM) with FastAPI, enabling developers to run their AWS SAM applications outside of the AWS environment. FastAPI, known for its high-performance and easy-to-use framework for building APIs with Python, gains compatibility with AWS SAM through this specialized adapter.

### Dependencies

- Python 3.8+
- FastAPI
- PyYaml

## Installation

To install the `Faster-SAM` library, use the following pip command:

```sh
pip install faster-sam
```

## Usage example

Add this code example in your project:

```python
from fastapi import FastAPI
from faster_sam import SAM

app = FastAPI()

sam = SAM()
sam.configure_api(app)
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "faster-sam",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "utilities, fastapi, sam",
    "author": null,
    "author_email": "Dotz Developers <devs-dotz@dotz.com>",
    "download_url": "https://files.pythonhosted.org/packages/1b/fb/aa605d06d704dd3e74e220c3a1ba8f03a0f596e2aebd991ac44e77b82759/faster-sam-0.10.0.tar.gz",
    "platform": null,
    "description": "# Faster-SAM\n\n> Adapter for FastAPI to run APIs built using AWS SAM\n\n![Python](https://img.shields.io/badge/python-3.8%20%7C%203.9%20%7C%203.10%20%7C%203.11%20%7C%203.12-blue)\n[![Tests](https://github.com/noverde/faster-sam/actions/workflows/tests.yml/badge.svg)](https://github.com/noverde/faster-sam/actions/workflows/tests.yml)\n[![PyPI version](https://badge.fury.io/py/faster-sam.svg)](https://badge.fury.io/py/faster-sam)\n\n## About The Project\n\n`Faster-SAM` is a library designed to integrate APIs built using the AWS Serverless Application Model (SAM) with FastAPI, enabling developers to run their AWS SAM applications outside of the AWS environment. FastAPI, known for its high-performance and easy-to-use framework for building APIs with Python, gains compatibility with AWS SAM through this specialized adapter.\n\n### Dependencies\n\n- Python 3.8+\n- FastAPI\n- PyYaml\n\n## Installation\n\nTo install the `Faster-SAM` library, use the following pip command:\n\n```sh\npip install faster-sam\n```\n\n## Usage example\n\nAdd this code example in your project:\n\n```python\nfrom fastapi import FastAPI\nfrom faster_sam import SAM\n\napp = FastAPI()\n\nsam = SAM()\nsam.configure_api(app)\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "An adapter to enable running APIs built with AWS SAM applications using FastAPI.",
    "version": "0.10.0",
    "project_urls": null,
    "split_keywords": [
        "utilities",
        " fastapi",
        " sam"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "33ca15d383c0494f69fe7e73fd92db5d1152a57eb69c16ef2ca55ac3fd1e796c",
                "md5": "5bac673c27105b5354542f27bd50f620",
                "sha256": "318dcd263c23949dd9601b0c96c8a4c05d1329f147178ade1fdd1a4eb89b09d1"
            },
            "downloads": -1,
            "filename": "faster_sam-0.10.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5bac673c27105b5354542f27bd50f620",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 21893,
            "upload_time": "2024-03-25T09:14:49",
            "upload_time_iso_8601": "2024-03-25T09:14:49.967972Z",
            "url": "https://files.pythonhosted.org/packages/33/ca/15d383c0494f69fe7e73fd92db5d1152a57eb69c16ef2ca55ac3fd1e796c/faster_sam-0.10.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1bfbaa605d06d704dd3e74e220c3a1ba8f03a0f596e2aebd991ac44e77b82759",
                "md5": "215acd03f08dcc85eb04fb771912aa97",
                "sha256": "cc061e3a5737f1597bf28f1a53771a5bf934b9f399905a39456c05119c7e7d32"
            },
            "downloads": -1,
            "filename": "faster-sam-0.10.0.tar.gz",
            "has_sig": false,
            "md5_digest": "215acd03f08dcc85eb04fb771912aa97",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 26668,
            "upload_time": "2024-03-25T09:14:51",
            "upload_time_iso_8601": "2024-03-25T09:14:51.107462Z",
            "url": "https://files.pythonhosted.org/packages/1b/fb/aa605d06d704dd3e74e220c3a1ba8f03a0f596e2aebd991ac44e77b82759/faster-sam-0.10.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-25 09:14:51",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "faster-sam"
}
        
Elapsed time: 0.35535s