Skip to main content

No project description provided

Project description

ckanmirror

A simple command-line utility that enables incremental mirroring of a nominated package from a CKAN instance. All CKAN resources associated with the package will be downloaded, along with their associated metadata. Resources linked from previous versions of the package are not changed, so this tool can be used to build up an archive of a CKAN package over time.

Getting started

Install the tool:

pip install ckanmirror

In a directory you wish the CKAN package to be mirrored to, write your config into a file named ckanmirror.json:

{
    'apikey': '<your CKAN API key>',
    'remote': 'https://ckan.example.com',
    'package_id': '<CKAN package ID>',

}

... then, from that directory, simply run ckanmirror.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ckanmirror-0.2.0.tar.gz (15.2 kB view hashes)

Uploaded Source

Built Distribution

ckanmirror-0.2.0-py3-none-any.whl (15.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page