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.13.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | e0f629d530665c173c26cd4a5ec6619d5e6744a53b7894bf3e27ce4b95441a8b |
|
MD5 | 1775e18997d58452e8da37dbd76e4486 |
|
BLAKE2b-256 | e9e744effc74be551910b645474b978a0474a4afd13e49a19637821b285aac31 |
Close
Hashes for ckanext_datapackage_creator-0.0.13-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 42b01cc874a733cb5df7835cf719e199894ee005c750ae83750fee635b9d827c |
|
MD5 | 1d087cffbb91326cd882a8143b3c6f61 |
|
BLAKE2b-256 | 9b7063f6b654ec0b9cd43e3cedeca17dd7d058069698fe10a65eb4511ae27933 |