trickvi / datapackage

Manage and load dataprotocols.org Data Packages
GNU General Public License v3.0
27 stars 9 forks source link

Reading and Writing Datapackages #25

Closed psychemedia closed 8 years ago

psychemedia commented 10 years ago

I've just started looking over the examples of datapackages I've collected over the last few years, imagining ways I'd like to be able to work with them.

As well as being able to load a datapackage from a URL to a directory, I'd also like to be able to:

I'd also like to be able to write datapackages:

pwalsh commented 8 years ago

@trickvi can we close this one? The new implementation does not support gist specifically, but can do everything else IIRC ( cc @vitorbaptista )

vitorbaptista commented 8 years ago

Apart from the loading directly from a gist and publishing to a gist, everything else already works on https://github.com/frictionlessdata/datapackage-py.

Instead of loading from a gist URL, you can always load from the gist export file (the sample gist can be accessed here). Publishing as a gist I would say is out of the scope.

I would close this and set the loading/publishing to a gist as a wontfix.