Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 437 Bytes

configuration.rst

File metadata and controls

12 lines (9 loc) · 437 Bytes

Configuration

Droppy has a number of configuration parameters it uses out of the box. It also provides a built-in mechanism for extending the configuration to provide parameters specific to your application.

Parsing and validation are handled automatically. Droppy can parse YAML or JSON, and uses the excellent formencode library for validation.