fastapi-tryton


Namefastapi-tryton JSON
Version 0.2.1 PyPI version JSON
download
home_pagehttps://bitbucket.org/presik/fastapi-tryton
SummaryAdds Tryton support to FastAPI application
upload_time2023-05-30 20:31:28
maintainer
docs_urlNone
authorPRESIK SAS
requires_python>=3.7
licenseGPL-3
keywords fastapi tryton web
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # FastAPI-Tryton

Adds Tryton support to FastAPI application.

By default transactions are readonly except for PUT, POST, DELETE and PATCH
request methods.
It provides also 2 routing converters `record` and `records`.

Setting the `configure_jinja` flag adds the following filters on jinja
templates: `numberformat`, `dateformat`, `currencyformat` and
`timedeltaformat`. The filters apply the same formatting as Tryton reports.

## Nutshell

TODO: Add examples of use, and docs, all collaboration is welcome!,
but for now you can see test_api.py file where there is examples ;)



            

Raw data

            {
    "_id": null,
    "home_page": "https://bitbucket.org/presik/fastapi-tryton",
    "name": "fastapi-tryton",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "fastapi tryton web",
    "author": "PRESIK SAS",
    "author_email": "gerente@presik.com",
    "download_url": "",
    "platform": "any",
    "description": "# FastAPI-Tryton\n\nAdds Tryton support to FastAPI application.\n\nBy default transactions are readonly except for PUT, POST, DELETE and PATCH\nrequest methods.\nIt provides also 2 routing converters `record` and `records`.\n\nSetting the `configure_jinja` flag adds the following filters on jinja\ntemplates: `numberformat`, `dateformat`, `currencyformat` and\n`timedeltaformat`. The filters apply the same formatting as Tryton reports.\n\n## Nutshell\n\nTODO: Add examples of use, and docs, all collaboration is welcome!,\nbut for now you can see test_api.py file where there is examples ;)\n\n\n",
    "bugtrack_url": null,
    "license": "GPL-3",
    "summary": "Adds Tryton support to FastAPI application",
    "version": "0.2.1",
    "project_urls": {
        "Homepage": "https://bitbucket.org/presik/fastapi-tryton"
    },
    "split_keywords": [
        "fastapi",
        "tryton",
        "web"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d2ac3962a6a764a714c1750a2c72d9b83c75de0c18da3c515844d5bf3aebf1a6",
                "md5": "e18e55c3d80882c8edaa4dbcb89cacaa",
                "sha256": "72f16255b605b8720a8a8dc0573f2181f62872248392ae5b3a3d241b5a1fad5b"
            },
            "downloads": -1,
            "filename": "fastapi_tryton-0.2.1-py3.10.egg",
            "has_sig": false,
            "md5_digest": "e18e55c3d80882c8edaa4dbcb89cacaa",
            "packagetype": "bdist_egg",
            "python_version": "0.2.1",
            "requires_python": ">=3.7",
            "size": 13782,
            "upload_time": "2023-05-30T20:31:28",
            "upload_time_iso_8601": "2023-05-30T20:31:28.365754Z",
            "url": "https://files.pythonhosted.org/packages/d2/ac/3962a6a764a714c1750a2c72d9b83c75de0c18da3c515844d5bf3aebf1a6/fastapi_tryton-0.2.1-py3.10.egg",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-30 20:31:28",
    "github": false,
    "gitlab": false,
    "bitbucket": true,
    "codeberg": false,
    "bitbucket_user": "presik",
    "bitbucket_project": "fastapi-tryton",
    "lcname": "fastapi-tryton"
}
        
Elapsed time: 0.07342s