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.14.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 86a92da31f499ca2d3a0ca1fc30eee68ff7b63848eb010bc2401c14fecb8406a |
|
MD5 | 76b4f5c82284bc017bc62925201d90d4 |
|
BLAKE2b-256 | c4b3abd12f8e0ea3140d742b4360812cec9809a8e442687f9652a867540d432f |
Close
Hashes for ckanext_datapackage_creator-0.0.14-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0f9027cc486ed3ca36cbe28cbebcc1560190ba077f2a68263ad249c908545262 |
|
MD5 | 0dece9c4c6bcff3724a45d50a7216d23 |
|
BLAKE2b-256 | 45a6427df37a4f6c62e71c3aca1757e208113d5471829f4418f9f74bcc280c42 |