tgext.tw2


Nametgext.tw2 JSON
Version 0.1 PyPI version JSON
download
home_page
SummaryEnable support for ToscaWidgets2 form and validation library
upload_time2024-03-15 21:59:18
maintainer
docs_urlNone
author
requires_python>=3.7
license
keywords turbogears2.extension
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # tgext.tw2
Support ToscaWidgets2 forms and validation in TurboGears 2.5+

## Usage

```
    import tgext.tw2

    cfg = FullStackApplicationConfigurator()
    tgext.tw2.plugme(cfg)
    cfg.make_wsgi_app({}, {})
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "tgext.tw2",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "turbogears2.extension",
    "author": "",
    "author_email": "Alessandro Molina <amol@turbogears.org>",
    "download_url": "https://files.pythonhosted.org/packages/87/e5/629f78165fc2bd527c8ac9fb2c487b9983828aa11bd8fea47176162c3c4e/tgext.tw2-0.1.tar.gz",
    "platform": null,
    "description": "# tgext.tw2\nSupport ToscaWidgets2 forms and validation in TurboGears 2.5+\n\n## Usage\n\n```\n    import tgext.tw2\n\n    cfg = FullStackApplicationConfigurator()\n    tgext.tw2.plugme(cfg)\n    cfg.make_wsgi_app({}, {})\n```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Enable support for ToscaWidgets2 form and validation library",
    "version": "0.1",
    "project_urls": null,
    "split_keywords": [
        "turbogears2.extension"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d39aae42850a2d706316f0b832a7475900422bcfab47828c4d17923f225ef89d",
                "md5": "94198997001ab8a34764242ab3c521f1",
                "sha256": "2e8c948bb37edca19334d3b0b776682196cf380fc00d07cc3cdb3728f40cbc53"
            },
            "downloads": -1,
            "filename": "tgext.tw2-0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "94198997001ab8a34764242ab3c521f1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 4645,
            "upload_time": "2024-03-15T21:59:16",
            "upload_time_iso_8601": "2024-03-15T21:59:16.324104Z",
            "url": "https://files.pythonhosted.org/packages/d3/9a/ae42850a2d706316f0b832a7475900422bcfab47828c4d17923f225ef89d/tgext.tw2-0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "87e5629f78165fc2bd527c8ac9fb2c487b9983828aa11bd8fea47176162c3c4e",
                "md5": "7f3722ff6ea8571a558a91670f5836c1",
                "sha256": "2209ea432485aee91aa0467111b63ce58b91a31bc82891a784df73702434c3a7"
            },
            "downloads": -1,
            "filename": "tgext.tw2-0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "7f3722ff6ea8571a558a91670f5836c1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 5633,
            "upload_time": "2024-03-15T21:59:18",
            "upload_time_iso_8601": "2024-03-15T21:59:18.091328Z",
            "url": "https://files.pythonhosted.org/packages/87/e5/629f78165fc2bd527c8ac9fb2c487b9983828aa11bd8fea47176162c3c4e/tgext.tw2-0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-15 21:59:18",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "tgext.tw2"
}
        
Elapsed time: 0.22739s