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.9.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 88cab354db6f123e8df072e15742ccab9e9317c1e3dad6c78a96738b920cefb9 |
|
MD5 | a47bdc605d97f5f488b878406301a10e |
|
BLAKE2b-256 | 966ec5d3219b2976f862ae3c081f2273780737af4e91116e6dcfdbbf1df7ae55 |
Close
Hashes for ckanext_datapackage_creator-0.0.9-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ab9f42eeb4db8f00785222c9400862e2d0a0bd7d4aac2dab5e5ab85e65f2638e |
|
MD5 | 5368973bc1257e1a02fcd21975ae3be6 |
|
BLAKE2b-256 | 687086805b81ad093653ddf5c2209e20b8de5693fbae3a1d617efde8d3dea95f |