check-datapackage
A succinct instruction on installing check-datapackage in a Python project.
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
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