|
@@ -34,6 +34,8 @@ Hapic source code is ready for production. Some refactoring are identified and r
|
34
|
34
|
|
35
|
35
|
Hapic is under active development, based on Algoo projects. We will answer your questions and accept merge requests if you find bugs or want to include functionnalities.
|
36
|
36
|
|
|
37
|
+Hapic is currently tested on python 3.5 and 3.6.
|
|
38
|
+
|
37
|
39
|
## TODO references
|
38
|
40
|
|
39
|
41
|
TODO can make reference to #X, this is github issues references.
|
|
@@ -168,4 +170,4 @@ Features shown :
|
168
|
170
|
- managing output schema
|
169
|
171
|
- management of error cases (404, 500, etc)
|
170
|
172
|
- nice exception handling
|
171
|
|
-- automatic dict/object serialization
|
|
173
|
+- automatic dict/object serialization
|