Skip to content
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

Make datapackage_to_documentation.py more generic #15

Open
cpina opened this issue Feb 2, 2021 · 1 comment
Open

Make datapackage_to_documentation.py more generic #15

cpina opened this issue Feb 2, 2021 · 1 comment

Comments

@cpina
Copy link
Collaborator

cpina commented Feb 2, 2021

In schema-collaboration there is this file: https://github.com/frictionlessdata/schema-collaboration/blob/master/SchemaCollaboration/datapackage_to_documentation/main.py to convert datapackage to Markdown or PDF.

This file could be generalised with the following features:

  • Make it usable from the command line: pass the datapackage.json file and the output file
  • Output HTML (and odt? It uses Pandoc for PDF so it's easy to add other formats)
  • Make it independent of schema-collaboration installable via pip? Or part of frictionless-py?
  • Fix errors (if a resource doesn't have schema it currently fails)
@cpina cpina changed the title Make datapackage_to_documentation more generic Make datapackage_to_documentation.py more generic Feb 2, 2021
@johanricher
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants