{ "info": { "author": "Deng Zhiping, Joshua Downer", "author_email": "joshua.downer@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Operating System :: Unix", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Topic :: System :: Filesystems", "Topic :: Utilities" ], "description": "libpyhdfs\n ==================================================\n\n Introduction\n --------------------------------------------------\n\n libpyhdfs is a Python extension module which wraps the C API in libhdfs to\n access Hadoop file system.\n\n Sample usage:\n\n #!/usr/bin/env python\n import pyhdfs\n\n fs = pyhdfs.connect(\"192.168.1.1\", 9000)\n pyhdfs.get(fs, \"/path/to/remote-src-file\", \"/path/to/local-dst-file\")\n\n f = pyhdfs.open(fs, \"/user/wormtongue/quotes.txt\", \"w\")\n pyhdfs.write(fs, f, \"Why do you lay these troubles on an already troubled mind?\")\n pyhdfs.close(fs, f)\n\n pyhdfs.disconnect(fs)\n\n\n Installation\n --------------------------------------------------\n\n Please see the file called INSTALL.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/jdowner/libpyhdfs", "keywords": null, "license": "Apache License 2.0", "maintainer": null, "maintainer_email": null, "name": "python-hdfs", "package_url": "https://pypi.org/project/python-hdfs/", "platform": "GNU/Linux", "project_url": "https://pypi.org/project/python-hdfs/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/jdowner/libpyhdfs" }, "release_url": "https://pypi.org/project/python-hdfs/0.4/", "requires_dist": null, "requires_python": null, "summary": "Python wrapper for libhdfs", "version": "0.4" }, "last_serial": 1584541, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "be0d8d90a74ebe34ab3b14220e285d2c", "sha256": "f67e3f7d526acd5b9d55eb54ad4311ee4d18b596831e0de8de5eaa2539641d1b" }, "downloads": -1, "filename": "python-hdfs-0.2.tar.gz", "has_sig": false, "md5_digest": "be0d8d90a74ebe34ab3b14220e285d2c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12772, "upload_time": "2015-06-04T11:26:49", "url": "https://files.pythonhosted.org/packages/69/38/3e622345abb22d8c120cc3c0016c1e005529ba0c2547472920c6ccc592c9/python-hdfs-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "083aefb77fef0ca1892be526747d906f", "sha256": "e91c208873650923b8fb88bdd56f840aede26a0756af86439cdb21517c1b1862" }, "downloads": -1, "filename": "python-hdfs-0.3.tar.gz", "has_sig": false, "md5_digest": "083aefb77fef0ca1892be526747d906f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13293, "upload_time": "2015-06-04T19:47:10", "url": "https://files.pythonhosted.org/packages/57/69/434370a63163a73b90f9abe19047c85ff44a117614cd2b62c76b5d96f781/python-hdfs-0.3.tar.gz" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "b1ba03fbf92b9a1a670b82fc2ecc0687", "sha256": "6bb714d5bc0ccce0ae7764f16fe11ab1e07bd887809e92bf6414895ee6f17c15" }, "downloads": -1, "filename": "python-hdfs-0.4.tar.gz", "has_sig": false, "md5_digest": "b1ba03fbf92b9a1a670b82fc2ecc0687", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13130, "upload_time": "2015-06-09T10:07:31", "url": "https://files.pythonhosted.org/packages/d0/01/7ddaa6e7f5c4541208cf74bb59e6a0981bc5ad5a57fa54105ddfb9bfed16/python-hdfs-0.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b1ba03fbf92b9a1a670b82fc2ecc0687", "sha256": "6bb714d5bc0ccce0ae7764f16fe11ab1e07bd887809e92bf6414895ee6f17c15" }, "downloads": -1, "filename": "python-hdfs-0.4.tar.gz", "has_sig": false, "md5_digest": "b1ba03fbf92b9a1a670b82fc2ecc0687", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13130, "upload_time": "2015-06-09T10:07:31", "url": "https://files.pythonhosted.org/packages/d0/01/7ddaa6e7f5c4541208cf74bb59e6a0981bc5ad5a57fa54105ddfb9bfed16/python-hdfs-0.4.tar.gz" } ] }