-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add validated writing #84
Labels
Milestone
Comments
roskakori
added a commit
that referenced
this issue
Jan 25, 2015
roskakori
added a commit
that referenced
this issue
Jan 25, 2015
roskakori
added a commit
that referenced
this issue
Jan 26, 2015
roskakori
added a commit
that referenced
this issue
Jan 27, 2015
Fixed broken test cases under Python 2.
roskakori
added a commit
that referenced
this issue
Mar 1, 2015
Fixed validated writing of header rows by disabling validation of the header.
roskakori
added a commit
that referenced
this issue
Apr 3, 2015
Fixed actual writing of Excel file and broken test caused by missing target folder.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Goals: format for which there are already standard modules to write can be written in a validated way.
Rough design:
In
rowio
:From
AbstractWriter
we can derive format specific writers, e.g.There will be not
OdsWriter()
because at the moment there does not seem to exist a stable and easy to use Python package for that.These writers can be collected in a single factory function:
In
validio
:The text was updated successfully, but these errors were encountered: