pyclowder


Namepyclowder JSON
Version 3.0.7 PyPI version JSON
download
home_pagehttps://clowderframework.org
SummaryPython SDK for the Clowder Data Management System
upload_time2023-10-11 18:26:43
maintainer
docs_urlNone
authorRob Kooper
requires_python>=3.6, <4
licenseBSD
keywords clowder data management system
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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.

            

Raw data

            {
    "_id": null,
    "home_page": "https://clowderframework.org",
    "name": "pyclowder",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6, <4",
    "maintainer_email": "",
    "keywords": "clowder,data management system",
    "author": "Rob Kooper",
    "author_email": "kooper@illinois.edu",
    "download_url": "https://files.pythonhosted.org/packages/f8/3e/6bafd8c6c47f684e4330b8e1695630f35c248452ef68c5ffe1c32e4f4c2b/pyclowder-3.0.7.tar.gz",
    "platform": null,
    "description": "This package provides standard functions for interacting with the Clowder\nopen source data management system. Clowder is designed to allow researchers\nto build customized catalogs in the clouds to help you manage research data.\n\nOne of the most interesting aspects of Clowder is the ability to extract\nmetadata from any file. This ability is created using extractors. To make it\neasy to create these extractors in python we have created a module called\nclowder. Besides wrapping often used api calls in convenient python calls, we\nhave also added some code to make it easy to create new extractors.\n\nInstallation\n------------\n\nInstall using pip (for most recent versions see: https://pypi.org/project/pyclowder/):\n\n```\npip install pyclowder==2.7.0\n```\n\nInstall pyClowder on your system by cloning this repo:\n\n```\ngit clone https://github.com/clowder-framework/pyclowder.git\ncd pyclowder\npip install -r requirements.txt\npython setup.py install\n```\n\nor directly from GitHub:\n\n```\npip install -r https://raw.githubusercontent.com/clowder-framework/pyclowder/master/requirements.txt git+https://github.com/clowder-framework/pyclowder.git\n```\n\nQuickstart example\n------------------\n\nSee the [README](https://github.com/clowder-framework/pyclowder/tree/master/sample-extractors/wordcount#readme)\nin `sample-extractors/wordcount`. Using Docker, no install is required.\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "Python SDK for the Clowder Data Management System",
    "version": "3.0.7",
    "project_urls": {
        "Bug Reports": "https://github.com/clowder-framework/pyclowder/issues",
        "Homepage": "https://clowderframework.org",
        "Source": "https://github.com/clowder-framework/pyclowder"
    },
    "split_keywords": [
        "clowder",
        "data management system"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "63321e71e0edf38f3db49cdd93bdf9f3d8155335935dfe8b221bd22ebaeceec9",
                "md5": "80571a68b93f94415174472090ab5041",
                "sha256": "5408a160a3f3718015b08a21834ae681408f55e6e981a0a818e99430280d4392"
            },
            "downloads": -1,
            "filename": "pyclowder-3.0.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "80571a68b93f94415174472090ab5041",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6, <4",
            "size": 45518,
            "upload_time": "2023-10-11T18:26:41",
            "upload_time_iso_8601": "2023-10-11T18:26:41.935384Z",
            "url": "https://files.pythonhosted.org/packages/63/32/1e71e0edf38f3db49cdd93bdf9f3d8155335935dfe8b221bd22ebaeceec9/pyclowder-3.0.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f83e6bafd8c6c47f684e4330b8e1695630f35c248452ef68c5ffe1c32e4f4c2b",
                "md5": "572f9bfa4d1b421ea22113da79a0e443",
                "sha256": "fbca9e7ef4f139d09911239b46dd9e8b46db73742269cee7a7571150ed0076ce"
            },
            "downloads": -1,
            "filename": "pyclowder-3.0.7.tar.gz",
            "has_sig": false,
            "md5_digest": "572f9bfa4d1b421ea22113da79a0e443",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6, <4",
            "size": 39752,
            "upload_time": "2023-10-11T18:26:43",
            "upload_time_iso_8601": "2023-10-11T18:26:43.977788Z",
            "url": "https://files.pythonhosted.org/packages/f8/3e/6bafd8c6c47f684e4330b8e1695630f35c248452ef68c5ffe1c32e4f4c2b/pyclowder-3.0.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-11 18:26:43",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "clowder-framework",
    "github_project": "pyclowder",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "pyclowder"
}
        
Elapsed time: 0.12674s