Paul Walsh
Paul Walsh
It feels a little weird. The `__json_vars` stuff is the type of thing that can just be done in the code that sends the form data - I don't see...
@wardi define dynamic, exactly. It could mean several things. My reading of the examples in the first comment - yes. ``` class LabelsAndNotes(Form): labels = FieldList(FormField(LabelForm), min_entries=2) notes = FieldList(FormField(NoteForm),...
Truly arbitrary data, and validation logic, are somewhat at odds, but for user (or builtin), potentially runtime defined data structures exposed as forms, you can store [JSON Schema](http://json-schema.org) descriptors in...
https://github.com/frictionlessdata/jsontableschema-py and https://github.com/frictionlessdata/tabulator-py can be used for various aspects of this.
At Open Knowledge, we are working on lots of tooling around [Data Package](http://dataprotocols.org/tabular-data-package/) and [JSON Table Schema](http://dataprotocols.org/json-table-schema/) as part of the [Frictionless Data](http://frictionlessdata.io) project. We have libraries that do [schema...
There is also [Apache Tika](http://tika.apache.org) (written in Java) which has bindings in [Python](https://github.com/chrismattmann/tika-python) and [Node](https://github.com/mattcg/node-tika).
Question: Do we want to know whether a given **file** is CSV, or, if the **contents** of a file can be read as CSV? Example: If we detect XLS, open...
So, using libmagic (based on some checks I've done with the Python bindings) is quite useful for picking up the obvious stuff from a file. One important point is that,...
# Responsibilities of Terraform In standing up an environment for managing a CKAN cluster, Terraform will have the following responsibilities: - Standup k8s with default configuration of k8s-specific resources -...
@estebanruseler @kimwdavidson - terraform (this ticket) - make it work for GSA #78 (and/or, #80 but as we are still targeting AWS, then #78 for now) - create an image...