# PyLiPD
Python utilities to interact with the Linked Paleo Data (LiPD) format
## Installation
pip install pylipd
## Usage
### Loading local LiPD files
from pylipd.lipd import LiPD
lipd = LiPD()
lipd.load(["MD98_2181.Stott.2007.lpd", "Ant-WAIS-Divide.Severinghaus.2012.lpd", "Asi-TDAXJP.PAGES2k.2013.lpd"])
### Loading LiPD data from GraphDB server
from pylipd.lipd import LiPD
lipd = LiPD()
lipd.set_endpoint("https://linkedearth.graphdb.mint.isi.edu/repositories/LiPDVerse2")
lipd.load_remote_datasets(["MD98_2181.Stott.2007", "Ant-WAIS-Divide.Severinghaus.2012", "Asi-TDAXJP.PAGES2k.2013"])
Raw data
{
"_id": null,
"home_page": "https://github.com/linkedearth/pylipd",
"name": "pylipd",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.9.0",
"maintainer_email": "",
"keywords": "Paleoclimate, Data Analysis, LiPD",
"author": "Varun Ratnakar, Deborah Khider",
"author_email": "varunratnakar@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/83/c2/d8487a4e6fd3ddb0543dd7ca00511ad296b2e011b40c60fb624b8aba132a/pylipd-1.3.6.tar.gz",
"platform": null,
"description": "# PyLiPD\nPython utilities to interact with the Linked Paleo Data (LiPD) format\n\n## Installation\n pip install pylipd\n\n## Usage\n\n### Loading local LiPD files\n from pylipd.lipd import LiPD\n lipd = LiPD()\n lipd.load([\"MD98_2181.Stott.2007.lpd\", \"Ant-WAIS-Divide.Severinghaus.2012.lpd\", \"Asi-TDAXJP.PAGES2k.2013.lpd\"])\n\n### Loading LiPD data from GraphDB server\n from pylipd.lipd import LiPD\n lipd = LiPD()\n lipd.set_endpoint(\"https://linkedearth.graphdb.mint.isi.edu/repositories/LiPDVerse2\")\n lipd.load_remote_datasets([\"MD98_2181.Stott.2007\", \"Ant-WAIS-Divide.Severinghaus.2012\", \"Asi-TDAXJP.PAGES2k.2013\"])\n\n\n",
"bugtrack_url": null,
"license": "Apache 2-0 License",
"summary": "Python utilities for handling LiPD data",
"version": "1.3.6",
"project_urls": {
"Bug Tracker": "https://github.com/linkedearth/pylipd/issues",
"Download": "https://github.com/linkedearth/pylipd/tarball/1.3.6",
"Homepage": "https://github.com/linkedearth/pylipd"
},
"split_keywords": [
"paleoclimate",
" data analysis",
" lipd"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "0da118ebcd46bd5d44bb778febf429e2dfe44d1f66653cc242ae13e234f38fda",
"md5": "06505ad9d3fc224d00133b77c66457bc",
"sha256": "0374b33e952b2fc432503da8e9ea74fc10ad125176f843765fe968f43e753263"
},
"downloads": -1,
"filename": "pylipd-1.3.6-py3-none-any.whl",
"has_sig": false,
"md5_digest": "06505ad9d3fc224d00133b77c66457bc",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9.0",
"size": 3810746,
"upload_time": "2023-06-19T18:45:51",
"upload_time_iso_8601": "2023-06-19T18:45:51.252782Z",
"url": "https://files.pythonhosted.org/packages/0d/a1/18ebcd46bd5d44bb778febf429e2dfe44d1f66653cc242ae13e234f38fda/pylipd-1.3.6-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "83c2d8487a4e6fd3ddb0543dd7ca00511ad296b2e011b40c60fb624b8aba132a",
"md5": "567fe3f929368741fbc12a004f7290c1",
"sha256": "d8c62acd2206962f6140f5fa5b69b7a35e719fbfa890e3be81e5247d3a5b58be"
},
"downloads": -1,
"filename": "pylipd-1.3.6.tar.gz",
"has_sig": false,
"md5_digest": "567fe3f929368741fbc12a004f7290c1",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9.0",
"size": 3801154,
"upload_time": "2023-06-19T18:45:53",
"upload_time_iso_8601": "2023-06-19T18:45:53.574268Z",
"url": "https://files.pythonhosted.org/packages/83/c2/d8487a4e6fd3ddb0543dd7ca00511ad296b2e011b40c60fb624b8aba132a/pylipd-1.3.6.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-06-19 18:45:53",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "linkedearth",
"github_project": "pylipd",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "pylipd"
}