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.8.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 35a3362ddfeb12fe01af2241cb9d646d643c1cab38c3c977fb91966b2dbd4d8e |
|
MD5 | 6ff3fd130c736d2b35d1c6753c7e2c57 |
|
BLAKE2b-256 | 15c648b678e17d694c05b1cda17930c2f51850808f482b94ea9b16641d87261e |
Close
Hashes for ckanext_datapackage_creator-0.0.8-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 89bd1ca8f66045700c7d18fefdf386cc1440e772efce8dc54c5a55d0e42ca687 |
|
MD5 | 05d829af5cfc93cb1df45659b66782b7 |
|
BLAKE2b-256 | 122c18d7caf6523f304712e88447d9b706ccb4ea8b88a56df420fe658579d3b2 |