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

Define goals and basic design #55

Closed roskakori closed 9 years ago

roskakori commented 10 years ago

This document describes the goals and the basic design for cutplace version 0.8, which addresses shortcomings and major issues with cutplace 0.7.

Goals

sudo port install py34-setuptools
  from __future__ import absolute_import
  from __future__ import divison
  from __future__ import print_function
  from __future__ import unicode_literals
roskakori commented 9 years ago

So far, the above design has proven to be sound so we consider this done.