Name | faster-sam JSON |
Version |
0.14.1
JSON |
| download |
home_page | None |
Summary | An adapter to enable running APIs built with AWS SAM applications using FastAPI. |
upload_time | 2024-09-14 13:36:29 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.8 |
license | MIT |
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/f8/e3/319ad324bd2475f6bf1a154c4a2960383fe6918ba6e89f616c55c72e5882/faster_sam-0.14.1.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.14.1",
"project_urls": null,
"split_keywords": [
"utilities",
" fastapi",
" sam"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "4c08b0de745317bf6cb1c360717162b63db53952133038b3c726cc56477ab070",
"md5": "00bdaaea7f52e8a5ee940a5175682949",
"sha256": "7bdacd3dc7cd25da483bbea4b5abc188b1a7142683d26fe789b5b43d93b8c5db"
},
"downloads": -1,
"filename": "faster_sam-0.14.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "00bdaaea7f52e8a5ee940a5175682949",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 30074,
"upload_time": "2024-09-14T13:36:27",
"upload_time_iso_8601": "2024-09-14T13:36:27.546458Z",
"url": "https://files.pythonhosted.org/packages/4c/08/b0de745317bf6cb1c360717162b63db53952133038b3c726cc56477ab070/faster_sam-0.14.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f8e3319ad324bd2475f6bf1a154c4a2960383fe6918ba6e89f616c55c72e5882",
"md5": "938a534c51633ed6baa7240b9c95ef1b",
"sha256": "f6f6f540bd9a39aa7738edacda1af7c302a87bb6e532346c1835eb7915c87a90"
},
"downloads": -1,
"filename": "faster_sam-0.14.1.tar.gz",
"has_sig": false,
"md5_digest": "938a534c51633ed6baa7240b9c95ef1b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 37299,
"upload_time": "2024-09-14T13:36:29",
"upload_time_iso_8601": "2024-09-14T13:36:29.197097Z",
"url": "https://files.pythonhosted.org/packages/f8/e3/319ad324bd2475f6bf1a154c4a2960383fe6918ba6e89f616c55c72e5882/faster_sam-0.14.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-09-14 13:36:29",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "faster-sam"
}