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.12.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | c5cdb8ed6e9087f06afd107e0f414ec8aeaf6af0d5dca00be2432d205a4a3188 |
|
MD5 | 6b774c9ad144f8348857864b00503b8e |
|
BLAKE2b-256 | bbe02c46b18c8f0a96003a42206b69a63f8b2db9d8df912e4c11f119fe5b9a93 |
Close
Hashes for ckanext_datapackage_creator-0.0.12-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5ec1e8c650575bdbf7aaf187ea53fbd99e74437230d20ed4ab7b8cd2cdb6defe |
|
MD5 | 815c8d3df6f87b8c45b5a0e85d720577 |
|
BLAKE2b-256 | 14d011a5da80f6ab39044de0806519b6e3044cf2c9f0f112851215b6bd2d9b1f |