ConversionKit v0.3.2 documentation
0.3.2¶
Summary¶
- A general purpose conversion library
ConversionKit is a general purpose conversion library designed as an improvement to the functionality in FormEncode but using simple functions rather than complex schema and validators and avoiding the use of exceptions to flag errors. See the introducion in the manual for full details.
Get Started¶
- Download and install from source
Author¶
James Gardner james at pythonweb dot org
Documentation¶
- ConversionKit Manual
- Chapter 1: Getting Started
- Chapter 2: Compound Conversions
- Chapter 3: Post-Converters
- Chapter 4: List Conversions
- Chapter 5: Nested Conversions
- Chapter 6: Applications of ConversionKit
- Appendix A: Primer on Functional Python Programming
- Appendix B: Tips
- Appendix C: FormEncode Compatibility
- Appendix D: API Documentation
- Appendix C: FormEncode Compatibility