{ "info": { "author": "['Tim Waugh ', 'Tsukasa Hamano ', 'Roberto Polli ']", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License (GPL)", "Operating System :: Unix", "Programming Language :: C", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "This is a set of Python bindings for the libsmbclient library\nfrom the samba project.\n\n>>> # Directory listing example:\n>>> import smbc\n>>> ctx = smbc.Context (auth_fn=my_auth_callback_fn)\n>>> entries = ctx.opendir (\"smb://SERVER\").getdents ()\n>>> for entry in entries:\n... print entry\n\n\n\n>>> d = ctx.open (\"smb://SERVER/music\")\n\n>>> # Write file example:\n>>> import smbc\n>>> import os\n>>> ctx = smbc.Context (auth_fn=my_auth_callback_fn)\n>>> file = ctx.open (\"smb://SERVER/music/file.txt\", os.O_CREAT | os.O_WRONLY)\n>>> file.write (\"hello\")\n\n>>> # Read file example:\n>>> import smbc\n>>> ctx = smbc.Context (auth_fn=my_auth_callback_fn)\n>>> file = ctx.open (\"smb://SERVER/music/file.txt\")\n>>> print file.read()\nhello\n\n", "description_content_type": "", "docs_url": "https://pythonhosted.org/pysmbc/", "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/hamano/pysmbc", "keywords": "", "license": "GPLv2+", "maintainer": "", "maintainer_email": "", "name": "pysmbc", "package_url": "https://pypi.org/project/pysmbc/", "platform": "", "project_url": "https://pypi.org/project/pysmbc/", "project_urls": { "Homepage": "https://github.com/hamano/pysmbc" }, "release_url": "https://pypi.org/project/pysmbc/1.0.18/", "requires_dist": null, "requires_python": "", "summary": "Python bindings for libsmbclient", "version": "1.0.18" }, "last_serial": 5894905, "releases": { "1.0.10": [ { "comment_text": "", "digests": { "md5": "72cc12d6c037c68ca81355151a58083b", "sha256": "968bea69f8705fca7e2491511e3b2fa83ec16ca622b2e18e47851478184f26e3" }, "downloads": -1, "filename": "pysmbc-1.0.10.tar.bz2", "has_sig": true, "md5_digest": "72cc12d6c037c68ca81355151a58083b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20520, "upload_time": "2010-11-01T17:23:28", "url": "https://files.pythonhosted.org/packages/7e/e3/16a8de2b11cfe2a452f7e70a7938752ffb3b93aaf171407b5487535ce357/pysmbc-1.0.10.tar.bz2" } ], "1.0.11": [ { "comment_text": "", "digests": { "md5": "8593053cfe3cc0b79d8c4ab892044d4b", "sha256": "39c2a41a354f5d3e11f4a969069606ec0eab511e3054b34a3ffac7fd58b9d665" }, "downloads": -1, "filename": "pysmbc-1.0.11.tar.bz2", "has_sig": true, "md5_digest": "8593053cfe3cc0b79d8c4ab892044d4b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20694, "upload_time": "2011-05-20T17:35:07", "url": "https://files.pythonhosted.org/packages/3d/cb/293f996874ceaa995a8d2ff1f052fb6d44904e32a595bc7269c48d76fe67/pysmbc-1.0.11.tar.bz2" } ], "1.0.11.1": [ { "comment_text": "", "digests": { "md5": "97a2a9738f41f89400c510efb2c20f77", "sha256": "9df5c0d510a4553f0b6be1547055b5288be8f793c429a543a1019a7713aa68a0" }, "downloads": -1, "filename": "pysmbc-1.0.11.1.tar.bz2", "has_sig": true, "md5_digest": "97a2a9738f41f89400c510efb2c20f77", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21372, "upload_time": "2011-07-01T08:18:34", "url": "https://files.pythonhosted.org/packages/7c/61/6b734a6ecd7b7be67d60f2ebfe0e325093a826f85abb9bcb16574fec33da/pysmbc-1.0.11.1.tar.bz2" } ], "1.0.12": [ { "comment_text": "", "digests": { "md5": "129dd620f94e49af7d18ea689f21bcbf", "sha256": "0e3cd9d72f744f62da069cd4e006efd494c6af0d44f912e30299a4561d52281b" }, "downloads": -1, "filename": "pysmbc-1.0.12.tar.bz2", "has_sig": true, "md5_digest": "129dd620f94e49af7d18ea689f21bcbf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20844, "upload_time": "2011-12-09T16:23:47", "url": "https://files.pythonhosted.org/packages/9d/af/c300ddc4e889198207ac987d81e541d58dad4cbe08750d88f6399e41268a/pysmbc-1.0.12.tar.bz2" } ], "1.0.13": [ { "comment_text": "", "digests": { "md5": "019dbb3bc6ee217f7389a2330cda9fe0", "sha256": "479fbb70d97fb64208d95975dc745f06f75661f954a8cbb988fe8b5bce4f379b" }, "downloads": -1, "filename": "pysmbc-1.0.13.tar.bz2", "has_sig": true, "md5_digest": "019dbb3bc6ee217f7389a2330cda9fe0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20795, "upload_time": "2012-02-15T17:17:52", "url": "https://files.pythonhosted.org/packages/36/13/90fe7cde0a5acddd02f4a50c3d87aaa4e0651da3873c22a936dbe92b337b/pysmbc-1.0.13.tar.bz2" } ], "1.0.14": [ { "comment_text": "", "digests": { "md5": "e86be74a0772901db66110d3313c8bf8", "sha256": "c496143d4db04c20728e157bf9a55f5aa957420372804a9a162a2925e977fd8d" }, "downloads": -1, "filename": "pysmbc-1.0.14.tar.gz", "has_sig": false, "md5_digest": "e86be74a0772901db66110d3313c8bf8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28435, "upload_time": "2014-03-10T06:46:24", "url": "https://files.pythonhosted.org/packages/cf/32/bf1e268a7f44e1e3a0b2d02c8b9ef25f5675c2be9c48f4dfaa84e601526b/pysmbc-1.0.14.tar.gz" } ], "1.0.14.1": [ { "comment_text": "", "digests": { "md5": "9299b5576cf838d07a5048ed22a5c1d4", "sha256": "cce3cd7d124a145e434eb580b1ac3aa78359a5ace200e0a937ec3ae2bad387ab" }, "downloads": -1, "filename": "pysmbc-1.0.14.1.tar.bz2", "has_sig": true, "md5_digest": "9299b5576cf838d07a5048ed22a5c1d4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26237, "upload_time": "2014-03-27T19:35:18", "url": "https://files.pythonhosted.org/packages/a6/e5/30607e276060c26c142a93fce70213bce6d23c3a6df55f1890a8c9e8f34e/pysmbc-1.0.14.1.tar.bz2" } ], "1.0.14.2": [ { "comment_text": "", "digests": { "md5": "f64e87a1b021e70877f8fc1c3af113bb", "sha256": "d011814e3938540b4a7136beab91aba27b3c57d1b4b3dbf30df3eedaa1ca8e29" }, "downloads": -1, "filename": "pysmbc-1.0.14.2.tar.bz2", "has_sig": true, "md5_digest": "f64e87a1b021e70877f8fc1c3af113bb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26100, "upload_time": "2014-07-18T06:13:42", "url": "https://files.pythonhosted.org/packages/9a/45/39d529eabcdff3d6a7273dfc9888eab48fb2ba86b863fa609cbb170766e2/pysmbc-1.0.14.2.tar.bz2" } ], "1.0.15": [ { "comment_text": "", "digests": { "md5": "376bdcb704c99e1b92bd6eda325f4da6", "sha256": "bde6635da9c4c05b2e6e2418b0b7b7c28c8f9efd8c065af1247977a7ac5bc4a3" }, "downloads": -1, "filename": "pysmbc-1.0.15.tar.bz2", "has_sig": true, "md5_digest": "376bdcb704c99e1b92bd6eda325f4da6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26241, "upload_time": "2014-07-23T16:34:12", "url": "https://files.pythonhosted.org/packages/fd/00/af0ab4943dfda3a7ec72a2417f82e025f93da9f0add3d02a9c9cddd5b413/pysmbc-1.0.15.tar.bz2" } ], "1.0.15.1": [ { "comment_text": "", "digests": { "md5": "65b1c68a6a1e5900c669b29ad955c72b", "sha256": "bb36f313e9265f7f9ee5bad4ac4f4e73ed43455acdab028264b5084651033d7a" }, "downloads": -1, "filename": "pysmbc-1.0.15.1.tar.bz2", "has_sig": true, "md5_digest": "65b1c68a6a1e5900c669b29ad955c72b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26282, "upload_time": "2014-07-24T06:57:09", "url": "https://files.pythonhosted.org/packages/56/61/3faf013f9b1239e8fa6d34f0f257dfcc1ef0f8e1a8c4097439b0f0007f93/pysmbc-1.0.15.1.tar.bz2" } ], "1.0.15.2": [ { "comment_text": "", "digests": { "md5": "a71549455ba1544535fd99297e6b8f74", "sha256": "6da1906811498c7fc95eeb9430f3eb4fe3be302c1e82697dcb7d329f071d9184" }, "downloads": -1, "filename": "pysmbc-1.0.15.2.tar.bz2", "has_sig": true, "md5_digest": "a71549455ba1544535fd99297e6b8f74", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26374, "upload_time": "2014-08-12T03:44:03", "url": "https://files.pythonhosted.org/packages/e0/9b/347a9285b2205e1c06391c1a3e107e0318c7929dbcf63b9c1da516826967/pysmbc-1.0.15.2.tar.bz2" } ], "1.0.15.3": [ { "comment_text": "", "digests": { "md5": "67d4a23ffbd5f5fcf4b4b68f57d4f195", "sha256": "e12e397a4d23ddad8b7ef74abb9f8eef55fdf54d91f622bf5224a0a591b17854" }, "downloads": -1, "filename": "pysmbc-1.0.15.3.tar.bz2", "has_sig": true, "md5_digest": "67d4a23ffbd5f5fcf4b4b68f57d4f195", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26374, "upload_time": "2014-08-12T03:58:21", "url": "https://files.pythonhosted.org/packages/4a/25/e0b4f1fb2dda7c7e6cb18187959056f50ca0cd67d01f38cb202d568daeaf/pysmbc-1.0.15.3.tar.bz2" } ], "1.0.15.4": [ { "comment_text": "", "digests": { "md5": "7e1d0b5438bf9c2660a60094d7eaabb3", "sha256": "08a8674e08d1508ed362786a9a436bfd2753895de7ea17f6ceb110da45cc004a" }, "downloads": -1, "filename": "pysmbc-1.0.15.4.tar.bz2", "has_sig": true, "md5_digest": "7e1d0b5438bf9c2660a60094d7eaabb3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26330, "upload_time": "2015-05-11T07:46:10", "url": "https://files.pythonhosted.org/packages/c3/7a/b84d2fb53e76880cfeb9c478cfc4a43b9283b215d5c170cd9bfdc34b21ab/pysmbc-1.0.15.4.tar.bz2" } ], "1.0.15.5": [ { "comment_text": "", "digests": { "md5": "58cd8c60ca83ebf502e8d3b393b9127d", "sha256": "daf11350e0c2e120cc79cdca8d2058fccb9187dbf8697289ea7ee01ad388ba7d" }, "downloads": -1, "filename": "pysmbc-1.0.15.5.tar.bz2", "has_sig": true, "md5_digest": "58cd8c60ca83ebf502e8d3b393b9127d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26074, "upload_time": "2015-09-25T19:51:03", "url": "https://files.pythonhosted.org/packages/63/52/0022368ee5205b1f47f4f17025687c62ff05de92aabff244a1134c9c54e3/pysmbc-1.0.15.5.tar.bz2" } ], "1.0.15.6": [ { "comment_text": "", "digests": { "md5": "36f480baba0f0d4f91d8ad86d7fdf721", "sha256": "6b5271b45d3aa6896046efadd38db5e6fefcd992e8a55902d80e2b64e9875b9e" }, "downloads": -1, "filename": "pysmbc-1.0.15.6.tar.bz2", "has_sig": true, "md5_digest": "36f480baba0f0d4f91d8ad86d7fdf721", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26460, "upload_time": "2016-11-22T09:50:27", "url": "https://files.pythonhosted.org/packages/f7/d7/e7291affbd0f9e667b71465a83f867ade5e044d5b3702d3e003483d5e933/pysmbc-1.0.15.6.tar.bz2" } ], "1.0.15.7": [ { "comment_text": "", "digests": { "md5": "f5538684792793fb53e1a1c9fdc6695d", "sha256": "414a37ee19c0ee62186b6a36b4ffe44496ca2e9b7eeff67043dd70f8ae3a92c7" }, "downloads": -1, "filename": "pysmbc-1.0.15.7.tar.bz2", "has_sig": true, "md5_digest": "f5538684792793fb53e1a1c9fdc6695d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24640, "upload_time": "2017-06-14T08:31:18", "url": "https://files.pythonhosted.org/packages/66/d4/36481c01d468db3f6d2c42a7a95de92b74f829dbb1662f5b8d18cc32aca1/pysmbc-1.0.15.7.tar.bz2" } ], "1.0.15.8": [ { "comment_text": "", "digests": { "md5": "56ea1ddc2451d6c773daef37ad1807cd", "sha256": "0567c1789a911500b83c64becdaa0015c135cce0bcf59ec593df48859bebbf1d" }, "downloads": -1, "filename": "pysmbc-1.0.15.8.tar.bz2", "has_sig": true, "md5_digest": "56ea1ddc2451d6c773daef37ad1807cd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24691, "upload_time": "2017-08-08T15:59:32", "url": "https://files.pythonhosted.org/packages/44/6b/02724b54de3543718ccc6ac841ce0c17aa9851b3e77162d70f7d78edff2a/pysmbc-1.0.15.8.tar.bz2" } ], "1.0.16": [ { "comment_text": "", "digests": { "md5": "474e668bd743fb0dfb82c88efae5f84f", "sha256": "62199b5cca02c05d5f3b9edbc9a864fb8a2cbe47a465c0b9461642eb3b6f5aca" }, "downloads": -1, "filename": "pysmbc-1.0.16.tar.bz2", "has_sig": true, "md5_digest": "474e668bd743fb0dfb82c88efae5f84f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25523, "upload_time": "2019-04-06T10:05:12", "url": "https://files.pythonhosted.org/packages/9e/8f/c46a94e401e799ece279c782018cad5304fb739b1f0fe5f09b2836c2fb0e/pysmbc-1.0.16.tar.bz2" } ], "1.0.16.1": [ { "comment_text": "", "digests": { "md5": "c6e0f8c502f0ac722a0d9f810590f17a", "sha256": "b43b5eb50f0bfc310447f90cc50d173fb446b28c5f147f5f6400dc46e9345859" }, "downloads": -1, "filename": "pysmbc-1.0.16.1.tar.bz2", "has_sig": true, "md5_digest": "c6e0f8c502f0ac722a0d9f810590f17a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25578, "upload_time": "2019-09-26T07:37:39", "url": "https://files.pythonhosted.org/packages/c2/01/7047c03606acfaa9628eb6d5bb830b1321043b7495467cc44dc242a2fa3b/pysmbc-1.0.16.1.tar.bz2" } ], "1.0.17": [ { "comment_text": "", "digests": { "md5": "f7b008802abb3fe58843f462bb58f192", "sha256": "1bc47dea9bb8d38b3a1793a8e98b97baac8f8b266db623e044434602fe236da4" }, "downloads": -1, "filename": "pysmbc-1.0.17.tar.bz2", "has_sig": true, "md5_digest": "f7b008802abb3fe58843f462bb58f192", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25653, "upload_time": "2019-09-26T07:42:03", "url": "https://files.pythonhosted.org/packages/59/a8/538b19750adb0397f1ddd710766d18755af8e6651cbdf56559e68dd86a4e/pysmbc-1.0.17.tar.bz2" } ], "1.0.18": [ { "comment_text": "", "digests": { "md5": "1acfb3ff19de10fc74f5ed9442f3f7b8", "sha256": "5da8aef1e3edaaffb1fbe2afe3772ba0a5f5bf666a28ae5db7b59ef96e465bdf" }, "downloads": -1, "filename": "pysmbc-1.0.18.tar.bz2", "has_sig": true, "md5_digest": "1acfb3ff19de10fc74f5ed9442f3f7b8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25770, "upload_time": "2019-09-27T08:40:25", "url": "https://files.pythonhosted.org/packages/22/88/a8bfec18f47d435db7838ee90f0b1ae4f73889ffcaade6abad83f277c314/pysmbc-1.0.18.tar.bz2" } ], "1.0.7": [ { "comment_text": "", "digests": { "md5": "89e6fd9129f1700eec16156bdbf60dda", "sha256": "bce43f3d9e9cd291788456c149231baf7f195b082c8c8f818eed93e68f1e2529" }, "downloads": -1, "filename": "pysmbc-1.0.7.tar.bz2", "has_sig": true, "md5_digest": "89e6fd9129f1700eec16156bdbf60dda", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15286, "upload_time": "2010-05-18T13:08:45", "url": "https://files.pythonhosted.org/packages/82/75/f5841e3b240590b9d6f53436ff1ca94c1efcc10155787865192e11a1b7fb/pysmbc-1.0.7.tar.bz2" } ], "1.0.8": [ { "comment_text": "", "digests": { "md5": "489386e98b0425955d1b80e2b7908d14", "sha256": "862e25b4a8db2b915e9d5ee0b7fdce31d98fa0715c99f80dc86fb7a86bc43c1f" }, "downloads": -1, "filename": "pysmbc-1.0.8.tar.bz2", "has_sig": true, "md5_digest": "489386e98b0425955d1b80e2b7908d14", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18262, "upload_time": "2010-05-23T19:27:05", "url": "https://files.pythonhosted.org/packages/8c/27/5cff050b975e0372d47c1d38de4a293b6f9426159b8bed09e2ad273468e3/pysmbc-1.0.8.tar.bz2" } ], "1.0.9": [ { "comment_text": "", "digests": { "md5": "32b995dbf8419128f652279881b9023d", "sha256": "2c57e227d30494b1cba79711e6ace506aa8e4a9f14b0fc8321d7f0a20a012fe7" }, "downloads": -1, "filename": "pysmbc-1.0.9.tar.bz2", "has_sig": true, "md5_digest": "32b995dbf8419128f652279881b9023d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19634, "upload_time": "2010-07-05T10:23:16", "url": "https://files.pythonhosted.org/packages/96/b0/7b192fa742b0db3a43ec45ab05049df76f075ec36b9fe3f14e47cd6346c8/pysmbc-1.0.9.tar.bz2" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1acfb3ff19de10fc74f5ed9442f3f7b8", "sha256": "5da8aef1e3edaaffb1fbe2afe3772ba0a5f5bf666a28ae5db7b59ef96e465bdf" }, "downloads": -1, "filename": "pysmbc-1.0.18.tar.bz2", "has_sig": true, "md5_digest": "1acfb3ff19de10fc74f5ed9442f3f7b8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25770, "upload_time": "2019-09-27T08:40:25", "url": "https://files.pythonhosted.org/packages/22/88/a8bfec18f47d435db7838ee90f0b1ae4f73889ffcaade6abad83f277c314/pysmbc-1.0.18.tar.bz2" } ] }