Name | FormEncode JSON |
Version |
2.1.0
JSON |
| download |
home_page | https://www.formencode.org/ |
Summary | "HTML form validation, generation, and conversion package" |
upload_time | 2023-11-05 23:02:42 |
maintainer | Chris Lambacher |
docs_url | None |
author | Ian Bicking |
requires_python | >=3.7 |
license | MIT |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
FormEncode
==========
.. |PyPI| image:: https://img.shields.io/pypi/v/formencode
:target: https://pypi.org/project/formencode
:alt: PyPI
.. |Python| image:: https://img.shields.io/pypi/pyversions/formencode
:target: https://pypi.org/project/formencode
:alt: PyPI - Python Version
.. image:: https://github.com/formencode/formencode/actions/workflows/run-tests.yml/badge.svg
:target: https://github.com/formencode/formencode/actions
:alt: Test Status
Introduction
------------
FormEncode is a validation and form generation package. The
validation can be used separately from the form generation. The
validation works on compound data structures, with all parts being
nestable. It is separate from HTTP or any other input mechanism.
Documentation
-------------
The latest documentation is available at http://www.formencode.org/
Testing
-------
Use `pytest formencode` to run the test suite.
Use `tox` to run the test suite for all supported Python versions.
Changes
-------
See the `What's new section of the documentation <http://www.formencode.org/en/latest/#what-s-new>`_.
Raw data
{
"_id": null,
"home_page": "https://www.formencode.org/",
"name": "FormEncode",
"maintainer": "Chris Lambacher",
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": "chris@kateandchris.net",
"keywords": "",
"author": "Ian Bicking",
"author_email": "ianb@colorstudy.com",
"download_url": "https://files.pythonhosted.org/packages/b0/f5/bc214d7521e7ffda4eb64bd04a28c1457159a155ba074d5f08e3c9553169/FormEncode-2.1.0.tar.gz",
"platform": null,
"description": "FormEncode\r\n==========\r\n\r\n.. |PyPI| image:: https://img.shields.io/pypi/v/formencode\r\n :target: https://pypi.org/project/formencode\r\n :alt: PyPI\r\n\r\n.. |Python| image:: https://img.shields.io/pypi/pyversions/formencode\r\n :target: https://pypi.org/project/formencode\r\n :alt: PyPI - Python Version\r\n\r\n.. image:: https://github.com/formencode/formencode/actions/workflows/run-tests.yml/badge.svg\r\n :target: https://github.com/formencode/formencode/actions\r\n :alt: Test Status\r\n\r\n\r\nIntroduction\r\n------------\r\n\r\nFormEncode is a validation and form generation package. The\r\nvalidation can be used separately from the form generation. The\r\nvalidation works on compound data structures, with all parts being\r\nnestable. It is separate from HTTP or any other input mechanism.\r\n\r\n\r\nDocumentation\r\n-------------\r\n\r\nThe latest documentation is available at http://www.formencode.org/\r\n\r\n\r\nTesting\r\n-------\r\n\r\nUse `pytest formencode` to run the test suite.\r\nUse `tox` to run the test suite for all supported Python versions.\r\n\r\n\r\nChanges\r\n-------\r\n\r\nSee the `What's new section of the documentation <http://www.formencode.org/en/latest/#what-s-new>`_.\r\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "\"HTML form validation, generation, and conversion package\"",
"version": "2.1.0",
"project_urls": {
"Homepage": "https://www.formencode.org/"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "a27bf1215b9612432a097600271a8af57353bfa27d6ac05846027fce97283a6f",
"md5": "4797e1d833f96a579003ad3e69005039",
"sha256": "94369669e3d73cd6a5bbd31face5ff054831f2c5dd5ece2c7be4b4e26623e384"
},
"downloads": -1,
"filename": "FormEncode-2.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "4797e1d833f96a579003ad3e69005039",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 179397,
"upload_time": "2023-11-05T23:02:40",
"upload_time_iso_8601": "2023-11-05T23:02:40.762627Z",
"url": "https://files.pythonhosted.org/packages/a2/7b/f1215b9612432a097600271a8af57353bfa27d6ac05846027fce97283a6f/FormEncode-2.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b0f5bc214d7521e7ffda4eb64bd04a28c1457159a155ba074d5f08e3c9553169",
"md5": "088ba6620c6ff9133ee95874e2eb8a88",
"sha256": "eb74d223078a28cf015fa88966c6e34f2d18d75127318d65c144bed9afc4263f"
},
"downloads": -1,
"filename": "FormEncode-2.1.0.tar.gz",
"has_sig": false,
"md5_digest": "088ba6620c6ff9133ee95874e2eb8a88",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 277757,
"upload_time": "2023-11-05T23:02:42",
"upload_time_iso_8601": "2023-11-05T23:02:42.984819Z",
"url": "https://files.pythonhosted.org/packages/b0/f5/bc214d7521e7ffda4eb64bd04a28c1457159a155ba074d5f08e3c9553169/FormEncode-2.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-11-05 23:02:42",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "formencode"
}