Skip to content

formencode/formencode

Repository files navigation

FormEncode

PyPI PyPI - Python Version 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 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.