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
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.10.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 94fe57b51bfdad1bd06bdd62b37d3e00fcbcbbd33814fbe0563245cde1118c30 |
|
MD5 | 6763978bfa37bf05ad9df0e57549ac2e |
|
BLAKE2b-256 | e887ff447ec8c6ecf267dde391e57b8937c6c6f3ef5eb95e9717c5e304cd75d8 |
Close
Hashes for ckanext_datapackage_creator-0.0.10-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | cdcf0ccd35ea3a695764df3191e31b727ad54f2e003a097df4b3b94398cb0d66 |
|
MD5 | 68d2cec974118db8ee7ab787092755dc |
|
BLAKE2b-256 | 2ad04cb3a33f866047deeb1d8e18c41b93971a793b6d0ebcaa005b6280c5c3c3 |