Data Package Creator.
Project description
CKNEXT Data Package Creator
CKAN extension to use the fritioncless library
Table of Contents
- [Publish/Update Package to Pypi](#publish/update package to pypi)
- Installation
- Configuration
Publish/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.5.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 17ec7c8b04a3bdff6f6e10182693855b291a6270fd580a7bb71ff7fa1238b351 |
|
MD5 | 1936d8d9f661e13c08cff33fb94f7ada |
|
BLAKE2b-256 | 8f833a659aa32b1e21c5ee3e9b6be747cdf3ac4ace8a712b834a513a40545125 |
Close
Hashes for ckanext_datapackage_creator-0.0.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d9a45088aa5be3537a2e2a07fb33593779b7d83c405b01334deb354e4194fe98 |
|
MD5 | a2e42e9bd1c603448de477cd50a7e8fb |
|
BLAKE2b-256 | 818bad5af418b34d7cb5321aa19b2c811266cba5c5e90c9b418518484f8e78a7 |