| Name | Fast-Controller JSON |
| Version |
0.4.0b0
JSON |
| download |
| home_page | None |
| Summary | The fastest way to a turn your models into a full ReST API |
| upload_time | 2025-10-25 22:05:07 |
| maintainer | None |
| docs_url | None |
| author | None |
| requires_python | >=3.7 |
| license | MIT |
| keywords |
controller
base
rest
api
backend
|
| VCS |
 |
| bugtrack_url |
|
| requirements |
No requirements were recorded.
|
| Travis-CI |
No Travis.
|
| coveralls test coverage |
No coveralls.
|
# Fast-Controller
A fast solution to creating a ReST backend for your Python models.
Turn your models into _Resources_ and give them a controller layer.
Provides standard functionality with limited effort using
[DAOModel](https://pypi.org/project/DAOModel/)
and [FastAPI](https://fastapi.tiangolo.com/).
## Supported Actions
* `search`
* `create`
* `upsert`
* `view`
* `rename`
* `modify`
* `delete`
## Features
* Expandable controllers so you can add endpoints for additional functionality
* Built-in validation
* Ability to pick and choose which actions to support for each resource
## Usage
...
## Additional Functionality
...
## Caveats
...
Raw data
{
"_id": null,
"home_page": null,
"name": "Fast-Controller",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": null,
"keywords": "controller, base, rest, api, backend",
"author": null,
"author_email": "Cody M Sommer <bassmastacod@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/22/f7/ff275e25febb0bb2f71784aaaff8a6477c06105733d59532e17bc577615c/fast_controller-0.4.0b0.tar.gz",
"platform": null,
"description": "# Fast-Controller\nA fast solution to creating a ReST backend for your Python models.\n\nTurn your models into _Resources_ and give them a controller layer.\nProvides standard functionality with limited effort using\n[DAOModel](https://pypi.org/project/DAOModel/)\nand [FastAPI](https://fastapi.tiangolo.com/).\n\n## Supported Actions\n* `search`\n* `create`\n* `upsert`\n* `view`\n* `rename`\n* `modify`\n* `delete`\n\n## Features\n* Expandable controllers so you can add endpoints for additional functionality\n* Built-in validation\n* Ability to pick and choose which actions to support for each resource\n\n## Usage\n...\n\n## Additional Functionality\n...\n\n## Caveats\n...\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "The fastest way to a turn your models into a full ReST API",
"version": "0.4.0b0",
"project_urls": {
"Issues": "https://github.com/BassMastaCod/Fast-Controller/issues",
"Repository": "https://github.com/BassMastaCod/Fast-Controller.git"
},
"split_keywords": [
"controller",
" base",
" rest",
" api",
" backend"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "89290485cd5f2eb24a321c4b7dbc2e58475c01ada79d8907d2cb13800aa08165",
"md5": "9932b8bb930a1fc2be46a815cb84d93d",
"sha256": "d2d3c4ea04d1b2801a7209df53889842cc047d8b3d4e36db4a7758b90bbc7380"
},
"downloads": -1,
"filename": "fast_controller-0.4.0b0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "9932b8bb930a1fc2be46a815cb84d93d",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 7392,
"upload_time": "2025-10-25T22:05:05",
"upload_time_iso_8601": "2025-10-25T22:05:05.973821Z",
"url": "https://files.pythonhosted.org/packages/89/29/0485cd5f2eb24a321c4b7dbc2e58475c01ada79d8907d2cb13800aa08165/fast_controller-0.4.0b0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "22f7ff275e25febb0bb2f71784aaaff8a6477c06105733d59532e17bc577615c",
"md5": "7735312e31856f29c2ed0629259cc827",
"sha256": "2c08a79c37df4728bbf394bcce3c630adcd6143863a61e28cd8922117c4e207c"
},
"downloads": -1,
"filename": "fast_controller-0.4.0b0.tar.gz",
"has_sig": false,
"md5_digest": "7735312e31856f29c2ed0629259cc827",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 7958,
"upload_time": "2025-10-25T22:05:07",
"upload_time_iso_8601": "2025-10-25T22:05:07.028726Z",
"url": "https://files.pythonhosted.org/packages/22/f7/ff275e25febb0bb2f71784aaaff8a6477c06105733d59532e17bc577615c/fast_controller-0.4.0b0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-10-25 22:05:07",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "BassMastaCod",
"github_project": "Fast-Controller",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "fast-controller"
}