django_forms_plus


Namedjango_forms_plus JSON
Version 0.12.1 PyPI version JSON
download
home_pagehttps://github.com/versusbassz/django_forms_plus
SummaryReact-powered forms for Django
upload_time2024-05-03 09:11:01
maintainerNone
docs_urlNone
authorVladimir Sklyar
requires_python<4.0,>=3.10
licenseMIT
keywords django forms react
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # django_forms_plus (DFP)

The extendable ReactJS-powered rendering layer for Django Forms.

## The state of the project
**This package is in ALPHA state. DON'T USE ON PRODUCTION (or do it on your own risk).
The architecture and approaches can get changed significantly in next versions.**  
Also, there aren't so many supported fields and widgets for now
since it's just a proof of concept mostly.

## Docs
Will be available in next versions.

## Dependencies

### Javascript
- react, react-dom
- react-hook-form - [site](https://react-hook-form.com/)
- yup - [npm](https://www.npmjs.com/package/yup)
- classnames

### Python
- pydantic

## License
MIT

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/versusbassz/django_forms_plus",
    "name": "django_forms_plus",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.10",
    "maintainer_email": null,
    "keywords": "django, forms, react",
    "author": "Vladimir Sklyar",
    "author_email": "versus.post@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/77/de/84c49466ae2cf1de642acb345de8c1ce96cd74af23721e3de4fe28f578a9/django_forms_plus-0.12.1.tar.gz",
    "platform": null,
    "description": "# django_forms_plus (DFP)\n\nThe extendable ReactJS-powered rendering layer for Django Forms.\n\n## The state of the project\n**This package is in ALPHA state. DON'T USE ON PRODUCTION (or do it on your own risk).\nThe architecture and approaches can get changed significantly in next versions.**  \nAlso, there aren't so many supported fields and widgets for now\nsince it's just a proof of concept mostly.\n\n## Docs\nWill be available in next versions.\n\n## Dependencies\n\n### Javascript\n- react, react-dom\n- react-hook-form - [site](https://react-hook-form.com/)\n- yup - [npm](https://www.npmjs.com/package/yup)\n- classnames\n\n### Python\n- pydantic\n\n## License\nMIT\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "React-powered forms for Django",
    "version": "0.12.1",
    "project_urls": {
        "Homepage": "https://github.com/versusbassz/django_forms_plus",
        "Repository": "https://github.com/versusbassz/django_forms_plus"
    },
    "split_keywords": [
        "django",
        " forms",
        " react"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0c766185058564c90ca4732fbd492895163e1f61e72de2e4f07b70cec68af9d9",
                "md5": "76d24ff5ef0f0ea56052599254fbdc10",
                "sha256": "ab094c7116088da3bb148c9286003d64c73202b5c3b0cd785291c1fd3f852ff1"
            },
            "downloads": -1,
            "filename": "django_forms_plus-0.12.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "76d24ff5ef0f0ea56052599254fbdc10",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.10",
            "size": 375372,
            "upload_time": "2024-05-03T09:10:59",
            "upload_time_iso_8601": "2024-05-03T09:10:59.158786Z",
            "url": "https://files.pythonhosted.org/packages/0c/76/6185058564c90ca4732fbd492895163e1f61e72de2e4f07b70cec68af9d9/django_forms_plus-0.12.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "77de84c49466ae2cf1de642acb345de8c1ce96cd74af23721e3de4fe28f578a9",
                "md5": "9b86da2aa8e32138dc1bf6680c70cfd3",
                "sha256": "99f2ac7b34db4f8cb9f41333de80c6f93ca5fe91e98872a5b5937c65e8e35fb1"
            },
            "downloads": -1,
            "filename": "django_forms_plus-0.12.1.tar.gz",
            "has_sig": false,
            "md5_digest": "9b86da2aa8e32138dc1bf6680c70cfd3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.10",
            "size": 369614,
            "upload_time": "2024-05-03T09:11:01",
            "upload_time_iso_8601": "2024-05-03T09:11:01.193673Z",
            "url": "https://files.pythonhosted.org/packages/77/de/84c49466ae2cf1de642acb345de8c1ce96cd74af23721e3de4fe28f578a9/django_forms_plus-0.12.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-03 09:11:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "versusbassz",
    "github_project": "django_forms_plus",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "django_forms_plus"
}
        
Elapsed time: 0.45894s