Is there anywhere human readable documentation for what fields zope.schema provides out of the box?
And because there probably isn’t anything covering the whole zope.schema, what is the next best reference, excluding the source code?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The package includes full documentation built with Sphinx; the latest version is published online at docs.zope.org.
In addition, there is a chapter on zope.schema published on the Zope3 Wiki, as part of Stephan Richter’s Zope3 Book. The PDF rendering of that chapter is perhaps more readable.
Then there is Philipp von Weitershausen’s excellent book Web Component development with Zope 3, which covers zope.schema as well.