Data Package Creator.
Project description
CKNEXT Data Package Creator
CKAN extension to use the fritioncless library
Table of Contents
Publish or Update Package to Pypi
- Check the last version published on Pypi.
- Update
CHANGELOG.md
file with a short review of what had been done. - Update
setup.py
file with the new version number. - Commit all the above changes with the new version number (one above that publish on Pypi). Example:
git commit -am 'v0.1.1'
. - Push the created commit to the online repository: Example:
git push origin master
. - Create a new tag with the new version number (same as used to commit last changes). Example:
git tag v0.1.1 HEAD
. - Push the new created tag to the online repository: Example:
git push origin v0.1.1
. - Publish on Pypi with
make update-package
.
Instalation
pip install ckanext-datapackage-creator
Configuration
Once installed, add the datapackage_creator
plugin to the ckan.plugins
configuration option in your INI file.
ckan.plugins = ... datapackage_creator
Datapackage Creator Configuration
The plugin allows you to configure which fields of the resource and package are mandatory and/or editable, for this you just need to add a configuration in your INI file.
datapackage_creator = /path/to/datapackage_creator.json
We suggest that the file path would be /etc/ckan/default/datapackage_creator.json
or in the same folder as ckan.ini
file.
Configuration example file:
{
"package": {
"required": [],
"editable": []
},
"resource": {
"required": [],
"editable": []
}
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for ckanext-datapackage-creator-0.0.19.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2cff90c11dc969208cc0eda4718850c1a2aff00fa170a50e2e2ac63a26143f3f |
|
MD5 | 67927fc73a4b86cbec4fe97bf7c01a08 |
|
BLAKE2b-256 | b953bd5b11f13e394215972ab38794bf71b337a05356e54c554fdcdae7a859ac |
Close
Hashes for ckanext_datapackage_creator-0.0.19-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 42b5fa5a78fa210009f16b0f6ab5ddcfec23b31e4b4fd1066f10d8a8964755d5 |
|
MD5 | 2eca24c803e1f48b6d0f30e2a2b5c2d8 |
|
BLAKE2b-256 | c37ef0c068a6b2f4d08396c343cf27d22d56f78b3eacdaa09125248447af4df0 |