.. You should enable this project on travis-ci.org and coveralls.io to make
these badges work. The necessary Travis and Coverage config files have been
generated for you.
.. image:: https://travis-ci.org//ckanext-dataconverter.svg?branch=master
:target: https://travis-ci.org//ckanext-dataconverter
.. image:: https://coveralls.io/repos//ckanext-dataconverter/badge.svg
:target: https://coveralls.io/r//ckanext-dataconverter
.. image:: https://img.shields.io/pypi/v/ckanext-dataconverter.svg
:target: https://pypi.org/project/ckanext-dataconverter/
:alt: Latest Version
.. image:: https://img.shields.io/pypi/pyversions/ckanext-dataconverter.svg
:target: https://pypi.org/project/ckanext-dataconverter/
:alt: Supported Python versions
.. image:: https://img.shields.io/pypi/status/ckanext-dataconverter.svg
:target: https://pypi.org/project/ckanext-dataconverter/
:alt: Development Status
.. image:: https://img.shields.io/pypi/l/ckanext-dataconverter.svg
:target: https://pypi.org/project/ckanext-dataconverter/
:alt: License
=============
ckanext-dataconverter
.. Put a description of your extension here:
What does it do? What features does it have?
Consider including some screenshots or embedding a video!
Requirements
For example, you might want to mention here which versions of CKAN this
extension works with.
Installation
.. Add any additional install steps to the list below.
For example installing any non-Python dependencies or adding any required
config settings.
To install ckanext-dataconverter:
Activate your CKAN virtual environment, for example::
. /usr/lib/ckan/default/bin/activate
Install the ckanext-dataconverter Python package into your virtual environment::
pip install ckanext-dataconverter
Add dataconverter to the ckan.plugins setting in your CKAN
config file (by default the config file is located a