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
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.17.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4c8ab710f96ce6f6f792445522870e7cc623925deda203a1f4cbd95ca1ad9c18 |
|
MD5 | 48eb870426fe15ec567566fee47af81f |
|
BLAKE2b-256 | 594429a4fc0af05c76680a8c3cd803300c387fc05f840a1faba60ce9cd92bf03 |
Close
Hashes for ckanext_datapackage_creator-0.0.17-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | df7ebefdd2087ea911c05c9b611e1f3b516ac1c96f34481ef7b784bf6c3e5ac2 |
|
MD5 | 67146f2ce4772f5c54a7a175a270b458 |
|
BLAKE2b-256 | cc7362291c13ccd4815f733c3feb975ea03cca1e3cabd624a1d0a802545e54a2 |