Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

Decent is a data validation library for Python 2 & 3. There are many like it, but this one is mine.

Read the documentation for more details.

Quick example

from decent import *

schema = Schema({
    'name': All(Strip(), NotEmpty()),
    'age': Range(min=0, max=200),
})

try:
    output = schema(input)
    ...
except Invalid as e:
    print('\n'.join(e.messages))
    ...

Thanks

This library takes inspiration from Voluptuous and Good, but doesn’t implement many of their more magical features. You may be interested in them if you find yourself wanting more.

License

MIT, see the LICENSE file.

Release history Release notifications | RSS feed

This release

0.1.0.dev1 This release

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page