Python SDK for the Clowder Data Management System
Project description
This package provides standard functions for interacting with the Clowder open source data management system. Clowder is designed to allow researchers to build customized catalogs in the clouds to help you manage research data.
One of the most interesting aspects of Clowder is the ability to extract metadata from any file. This ability is created using extractors. To make it easy to create these extractors in python we have created a module called clowder. Besides wrapping often used api calls in convenient python calls, we have also added some code to make it easy to create new extractors.
Installation
Install using pip (for most recent versions see: https://pypi.org/project/pyclowder/):
` pip install pyclowder==2.7.0 `
Install pyClowder on your system by cloning this repo:
` git clone https://github.com/clowder-framework/pyclowder.git cd pyclowder pip install -r requirements.txt python setup.py install `
or directly from GitHub:
` pip install -r https://raw.githubusercontent.com/clowder-framework/pyclowder/master/requirements.txt git+https://github.com/clowder-framework/pyclowder.git `
Quickstart example
See the [README](https://github.com/clowder-framework/pyclowder/tree/master/sample-extractors/wordcount#readme) in sample-extractors/wordcount. Using Docker, no install is required.
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
File details
Details for the file pyclowder-3.0.8.tar.gz
.
File metadata
- Download URL: pyclowder-3.0.8.tar.gz
- Upload date:
- Size: 40.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3e249ec06b7bd557f96cb3a39376ea61c3e6f692f316d39b63544adb09c56b39 |
|
MD5 | eca53d884da831b270706fd9976243c1 |
|
BLAKE2b-256 | 151d27b94913c2ac9a0f29b12a5b4397b6b86d76e8c7670a5b58719dcc111288 |
File details
Details for the file pyclowder-3.0.8-py3-none-any.whl
.
File metadata
- Download URL: pyclowder-3.0.8-py3-none-any.whl
- Upload date:
- Size: 45.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 87aa18b77d954204b465f793c338c896a37ad0b3b54867ae9e866aeb127daa90 |
|
MD5 | b25ccbd9e4b7210ba0dada782abc881e |
|
BLAKE2b-256 | 8177cbbe75d21079178de3f30c3e4537ee707b63c9df713a85eb55d9f4f32811 |