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.16.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | de9b32814735510b10d57d5d7bcf29008cee03db688d6879ca638eda36bf45c9 |
|
MD5 | 8d59e04df5db8b0ae4c9c0f28e0ea16d |
|
BLAKE2b-256 | 006db5242c4ae46ec27f9117094d467ce51030053fd766474637d026eecff4d0 |
Close
Hashes for ckanext_datapackage_creator-0.0.16-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 86db629ffb418bad22893f986823c5139be0740bdec7c319fe69774313407d92 |
|
MD5 | c1d972e55f2ed7f8ac94aa0ef1f52254 |
|
BLAKE2b-256 | e2f65695250a07b6da965fae783928e854304e941aec0f21cef5001a93a43204 |