check-datapackage
Install check-datapackage to use on the command-line and in Python projects.
A brief walkthrough on how you can use the check() function to confirm that the metadata in your datapackage.json file complies with the Data Package standard.
check()
datapackage.json
How to use check-datapackage on the command-line.
A short description about the Issue class that contains any problems found in your metadata when using check() on a datapackage.json file.
Issue
A simple introduction to customising the types of checks that are done against your datapackage.json by using the Config class, such as excluding certain checks or…
Config
Configure check-datapackage settings using a configuration file.