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.11.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2990eac4bd070044544d7b4c58a421d707b126a83228920b3c362c8f36a8da7a |
|
MD5 | 7bcfc2234eec0391d1ec294317dece5e |
|
BLAKE2b-256 | 1e849cb68f05a2cc0a6bf122f6828d0e9c2c49e98b7718683ea84802463ad111 |
Close
Hashes for ckanext_datapackage_creator-0.0.11-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5194c8672259fb7ab3fedee0832eb9a4af287c0f3d3ff86055a1221fc7edabf5 |
|
MD5 | c4d4b1333eff3737672218497144853f |
|
BLAKE2b-256 | e0a22009b39b2b926fbb9cef7b495049db24879e14b2b0a50e3ef40c1b9bdc9c |