issues
search
roskakori
/
cutplace
validate data stored in CSV, PRN, ODS or Excel files
http://cutplace.readthedocs.org/
GNU Lesser General Public License v3.0
18
stars
20
forks
source link
Replace inheritance hierarchy by a simple DataFormat class
#60
Closed
heubi95
closed
10 years ago
heubi95
commented
10 years ago
Goals:
The current rather complex inheritance hierarchy is replaced by a simple DataFormat class with a
format
attribute.
Properties can easily be accessed using instance variables, e.g. DataFormat.header. Implementation note: use
__dict__
.
Goals:
format
attribute.__dict__
.