equal
deleted
inserted
replaced
|
1 .. -*- coding: utf-8 -*- |
|
2 |
|
3 API Reference |
|
4 ============= |
|
5 |
|
6 Schema API |
|
7 ---------- |
|
8 |
|
9 Base Types |
|
10 ~~~~~~~~~~ |
|
11 |
|
12 Base types are defined as a set in yams.BASE_TYPES that includes: |
|
13 `String`, `Int`, `Float`, `Boolean`, `Date`, `Time`, `Datetime`, |
|
14 `Interval`, `Password`, `Bytes`. |
|
15 |
|
16 See `yams' API <http://lax.logilab.org/apidoc>`_ |
|
17 |
|
18 Constraints |
|
19 ~~~~~~~~~~~ |
|
20 |
|
21 Constraints are defined in yams.constraints and include: |
|
22 `UniqueConstraint`, `SizeConstraint`, `RegexpConstraint`, |
|
23 `BoundConstraint`, `IntervalBoundConstraint`, |
|
24 `StaticVocabularyConstraint`, `MultipleStaticVocabularyConstraint`. |
|
25 |
|
26 See `yams' API <http://lax.logilab.org/apidoc>`_ |
|
27 |
|
28 Views API |
|
29 --------- |
|
30 |
|
31 See `yams' API <http://lax.logilab.org/apidoc>`_ |
|
32 [WRITE ME] |
|
33 |