django-forms-plus


Namedjango-forms-plus JSON
Version 0.7.0 PyPI version JSON
download
home_pagehttps://github.com/versusbassz/django_forms_plus
SummaryReact-powered forms for Django
upload_time2023-09-21 09:07:31
maintainer
docs_urlNone
authorVladimir Sklyar
requires_python>=3.10,<4.0
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": "",
    "docs_url": null,
    "requires_python": ">=3.10,<4.0",
    "maintainer_email": "",
    "keywords": "django,forms,react",
    "author": "Vladimir Sklyar",
    "author_email": "versus.post@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/0e/c9/8efe49780840ccc2ee7659565b06d08dfa82fc923f7ae13c3e972c477d29/django_forms_plus-0.7.0.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.7.0",
    "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": "3594921b19a3a7d74eda8c1320f7e8c21e8987df9014461cf876166c4f836b88",
                "md5": "9c6f0db290734daa129b02d56b159ad6",
                "sha256": "b6da7fdc2758e7e48bf2dd46d55da410051480f38b547d74c977e35103ce9068"
            },
            "downloads": -1,
            "filename": "django_forms_plus-0.7.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9c6f0db290734daa129b02d56b159ad6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10,<4.0",
            "size": 367931,
            "upload_time": "2023-09-21T09:07:28",
            "upload_time_iso_8601": "2023-09-21T09:07:28.657030Z",
            "url": "https://files.pythonhosted.org/packages/35/94/921b19a3a7d74eda8c1320f7e8c21e8987df9014461cf876166c4f836b88/django_forms_plus-0.7.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0ec98efe49780840ccc2ee7659565b06d08dfa82fc923f7ae13c3e972c477d29",
                "md5": "d2c7b241a7397d5ea536e0749405571e",
                "sha256": "a98634d4994518652635c55cd91c99f9c52d1296dfc32325397e553aeffcc0b2"
            },
            "downloads": -1,
            "filename": "django_forms_plus-0.7.0.tar.gz",
            "has_sig": false,
            "md5_digest": "d2c7b241a7397d5ea536e0749405571e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10,<4.0",
            "size": 362731,
            "upload_time": "2023-09-21T09:07:31",
            "upload_time_iso_8601": "2023-09-21T09:07:31.233985Z",
            "url": "https://files.pythonhosted.org/packages/0e/c9/8efe49780840ccc2ee7659565b06d08dfa82fc923f7ae13c3e972c477d29/django_forms_plus-0.7.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-21 09:07:31",
    "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.11790s