Commit graph

15 commits

Author SHA1 Message Date
cimatosa
3594d67c12 minor change to make python 3.4 compatible. Changed default behavior of progressBar decorator. The functions to be decorated NEEDS (c,m) in their definition. made it also possible to call the decorated functions with c or/and m as positional agruments. Added test for that, moved existing tests to test/test_decorators.py. This closes #11 2015-01-21 14:27:42 +01:00
cimatosa
0301665936 fixed some errors in PersistentDataStructur 2015-01-20 17:12:09 +01:00
cimatosa
6c78fc07cb Merge branch 'cima_working' 2015-01-19 17:50:38 +01:00
cimatosa
f9edd904c0 persistent Data can now assign other persistentDataStructures as values, testing for that included 2015-01-19 17:40:25 +01:00
Richard Hartmann
5b5e6eac9d made const_arg beeing copied from client (seems more robust), fixed some trouble with catching 'Addresse in use error' 2015-01-15 16:17:58 +01:00
cimatosa
ba967893f7 intermed work on const_arg copy vs shared, handling port used Error, some highlighting 2015-01-14 15:07:01 +01:00
cimatosa
fc7993d589 examine interchangeability of dict and namedtuple 2015-01-13 17:49:24 +01:00
cimatosa
51e8483b57 extending the PersistentData_Server, and some testing 2015-01-12 17:02:49 +01:00
cimatosa
4a5738620e see how sqlitedict manages to write and read from same db using different processes 2015-01-12 14:58:57 +01:00
cimatosa
879d89d36d persistentData seems to work, including some testing 2015-01-07 14:23:55 +01:00
cimatosa
bcad5d53d4 working on persistentData, seems to work now on first glance, including some tests 2015-01-06 19:11:02 +01:00
cimatosa
b104c46e83 removed call_back in integration_client (was bad idea because of the shared memory), added persistent data structure classes using sqlitedict in a directory manner to achieve tree like structures (will be used to implement a persistent data client), some minor changes 2015-01-06 17:51:27 +01:00
Paul Müller
7fec46fd13 added readme 2015-01-06 17:19:28 +01:00
Paul Müller
d84bfc95c0 cleanup test functions and example 2014-12-29 11:42:52 +01:00
Paul Müller
48fecabc21 Moved testing scripts to separate directory. 2014-12-28 13:29:21 +01:00