We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8de432 commit aa51d8dCopy full SHA for aa51d8d
1 file changed
README.md
@@ -1,3 +1,23 @@
1
# Python Value-Objects
2
3
-A collection of Value Objects to save time by generalizing types and format validations.
+A collection of Value Objects to save time by generalizing types and format validations.
4
+
5
+* [Value-objects](#value-objects)
6
+ * [Numeric value-objects](#numeric-value-objects)
7
+ * [Int](#int)
8
+ * [Nullable Int](#nullable-int)
9
+ * [String value-objects](#string-value-objects)
10
+ * [String](#string)
11
12
13
+# Value-objects
14
15
+## Numeric value-objects
16
17
+### Int
18
19
+### Nullable Int
20
21
+## String value-objects
22
23
+### String
0 commit comments