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.18.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0a567bbe4bfe7caf0a08478b3fe6ff748589cb1217ae4efc46415fc240118554 |
|
MD5 | 46a32029b387d0b64ae56573d5d89566 |
|
BLAKE2b-256 | ffd4bc5f7ebca1b5e1ad4887cde611ba58315851c86377d8f71bd726ca87de38 |
Close
Hashes for ckanext_datapackage_creator-0.0.18-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d081e4881a60f72251cbda8d600f0c9ed0cf709d1b966a3e6a32eb52591c72bb |
|
MD5 | be3018ebb8857ba16bf3c6f437ec7478 |
|
BLAKE2b-256 | 8dd904378b5ebede89cd55c689eceeda9bc674e9571b0c118de8e96e4e2ef19a |