We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b521239 commit 45a664dCopy full SHA for 45a664d
TODO.md
@@ -1,12 +1,14 @@
1
- (!) README.md
2
- Do not use OrderedDict (dictionaries in Python 3.7 are now ordered)
3
+- Docstrings
4
- Features
5
- Models layer
6
- [X] Data variant converting
7
- [X] Change empty dict to actual dict type, not empty models
8
- [X] Data variant merging
9
- [X] Create and register models
10
- [X] Merge meta-models and extract common ones
11
+ - [ ] Strict mode
12
- [X] Save meta-models as python code
13
- [X] typing code generation
14
- [ ] (Maybe in future) Extract to another module (by serializers for each dynamic typing class)
0 commit comments