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.15.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | f01a8f90f5a4e1c123561bf0d7253cae673dbbd0bae7d717bb5560adcedfac10 |
|
MD5 | f7d80bea5f0f2208a28068e28a56ead2 |
|
BLAKE2b-256 | 689f64c182865691bbb9b78a47bd6a9bcc854be04ef5b6b74411c925e11c3793 |
Close
Hashes for ckanext_datapackage_creator-0.0.15-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5c045bb5c6795b5840502acb2a9fc57711f82561f45d5696995cf8e1b77b6a06 |
|
MD5 | f28e3ac870bdd098b9a18525a5ec6e19 |
|
BLAKE2b-256 | 85013fae68f1d6f6a4bf17041a9de1a461b121887d8c67ceebfdce81e68ac935 |