No project description provided
Project description
ckanext-resource_indexer
Index content of resources in addition to metadata.
Important
master branch of this repository is unstable. Always install ckanext-resource-indexer using pip(pip install ckanext-resource-indexer) unless you are going to change extension’s source code for your need.
Config Settings
# The size treshold(MB) for remote resources # (optional, default: 4). ckanext.resource_indexer.max_remote_size = 4 # Make an attempt to index remote files(fetch into tmp folder # using URL) # (optional, default: false). ckanext.resource_indexer.allow_remote = 1 # List of lowercased resource formats that should be # indexed. Currently only `pdf` and `txt` supported # (optional, default: None) ckanext.resource_indexer.indexable_formats = txt pdf
Development Installation
To install ckanext-resource_indexer for development, activate your CKAN virtualenv and do:
git clone https://github.com/DataShades/ckanext-resource_indexer.git cd ckanext-resource_indexer python setup.py develop
Add resource_indexer (and optionaly pdf_resource_indexer or plain_resource_indexer) to the ckan.plugins setting in your CKAN config file (by default the config file is located at /etc/ckan/default/production.ini).
Running the Tests
To run the tests, do:
pytest --ckan-ini test.ini
AWS Linux
sudo yum install -y pulseaudio-libs-devel python-devel libxml2-devel libxslt-devel poppler poppler-utils
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-resource_indexer-0.0.7.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 45ef048ec513e7c9f3f5b70fa312456ef67806a84c736e08ed85774bd1ca76c8 |
|
MD5 | b6fcb25451fcde83bba366796920f00a |
|
BLAKE2b-256 | afd15d5dc87b2480d26362b4e3b0b36b795b4574d0eaad47332a344a2cd2975b |
Close
Hashes for ckanext_resource_indexer-0.0.7-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ff7f20c3e9fb139e3088e4d99824f23a3a322fcf30ccb6a3c0fc1e5a39b3d8d3 |
|
MD5 | 22f498edcec5ead022fb9733a26a89fa |
|
BLAKE2b-256 | 23fa9932836053eb18948f00908d7eb463a5e718dcbbb4f39130a53b2b693de8 |