postgres-fastapi-boilerplate


Namepostgres-fastapi-boilerplate JSON
Version 1.0.1 PyPI version JSON
download
home_page
SummaryBasic boilerplate providing a postgres client and FastAPI app.
upload_time2023-06-20 17:58:51
maintainer
docs_urlNone
authorJosh Minneti
requires_python>=3.10
licensePermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords postgres fastapi boilerplate
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Postgres FastAPI Boilerplate
Basic boilerplate with postgres client and FastAPI app.
Designed to save me time, not sure about others...

## Usage

Install:
```shell
pip install postgres-fastapi-boilerplate
```

Show help:
```shell
python -m postgres_fastapi_boilerplate --help
```

Example:
```shell
python -m postgres_fastapi_boilerplate my/project killer_tool
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "postgres-fastapi-boilerplate",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "",
    "keywords": "postgres,fastapi,boilerplate",
    "author": "Josh Minneti",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/bc/1f/6e29b31fc7fc2ea242b623b73e9b4e8a4f96fc10c19d9efb998f354cce6e/postgres_fastapi_boilerplate-1.0.1.tar.gz",
    "platform": null,
    "description": "# Postgres FastAPI Boilerplate\nBasic boilerplate with postgres client and FastAPI app.\nDesigned to save me time, not sure about others...\n\n## Usage\n\nInstall:\n```shell\npip install postgres-fastapi-boilerplate\n```\n\nShow help:\n```shell\npython -m postgres_fastapi_boilerplate --help\n```\n\nExample:\n```shell\npython -m postgres_fastapi_boilerplate my/project killer_tool\n```\n",
    "bugtrack_url": null,
    "license": "Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \u201cSoftware\u201d), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \u201cAS IS\u201d, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
    "summary": "Basic boilerplate providing a postgres client and FastAPI app.",
    "version": "1.0.1",
    "project_urls": null,
    "split_keywords": [
        "postgres",
        "fastapi",
        "boilerplate"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "955a86edcd9f3c95de9e2f6e80477ad98c3218d4f774204117ef0cf338d1b590",
                "md5": "25852dde7d775c0543caf3c0ed82505c",
                "sha256": "6872bdc831ecc70bf1d7ea630b7c1eda4a42e3c5287714cb39f8ebefccdaf230"
            },
            "downloads": -1,
            "filename": "postgres_fastapi_boilerplate-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "25852dde7d775c0543caf3c0ed82505c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 9649,
            "upload_time": "2023-06-20T17:58:45",
            "upload_time_iso_8601": "2023-06-20T17:58:45.366676Z",
            "url": "https://files.pythonhosted.org/packages/95/5a/86edcd9f3c95de9e2f6e80477ad98c3218d4f774204117ef0cf338d1b590/postgres_fastapi_boilerplate-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bc1f6e29b31fc7fc2ea242b623b73e9b4e8a4f96fc10c19d9efb998f354cce6e",
                "md5": "efda3d5dec17d739029c99714d844024",
                "sha256": "707b8ba949597a6966b869d033438d1b100be0d6a390235b68bfafdf8e1abd25"
            },
            "downloads": -1,
            "filename": "postgres_fastapi_boilerplate-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "efda3d5dec17d739029c99714d844024",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 7661,
            "upload_time": "2023-06-20T17:58:51",
            "upload_time_iso_8601": "2023-06-20T17:58:51.430282Z",
            "url": "https://files.pythonhosted.org/packages/bc/1f/6e29b31fc7fc2ea242b623b73e9b4e8a4f96fc10c19d9efb998f354cce6e/postgres_fastapi_boilerplate-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-20 17:58:51",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "postgres-fastapi-boilerplate"
}
        
Elapsed time: 0.10821s