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.7.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 536a4371ad2bb7101e138fc175b1d89b34ad604a60fcaa610eb79e9802837cfc |
|
MD5 | 7cdf2cd36125622d2eca5bbe24ba6dfa |
|
BLAKE2b-256 | d6c55bd3060dd81c47cda5778f147627b306b6c3e5968c279431f80c8f893749 |
Close
Hashes for ckanext_datapackage_creator-0.0.7-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0a63a2d6899b6c699bc0a60322b11126bb85ce21a2912fdf498b31d1bece37ab |
|
MD5 | daaaa49d592ced50bd5b1b303292926a |
|
BLAKE2b-256 | d263b22a7bf56d330c7a5ca6fa0ac0599c83e0fec1b1ce5719c60da2e122413d |