{ "info": { "author": "Andreas Jung and others", "author_email": "info@zopyx.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: System :: Filesystems" ], "description": "fs.webdavfs\n===========\n\n``fs.webdavfs`` is a WebDAV driver for PyFileSystem2.\n\n\nSupported Python versions\n-------------------------\n\n- Python 2.7\n- Python 3.5\n- Python 3.6\n- Python 3.7\n\n\nUsage\n-----\n\nUse the ``fs.open_fs`` method with the\u00a0``webdav://`` protocol:\n\n.. code:: python\n\n >>> import fs\n >>> handle = fs.open_fs('webdav://admin:admin@zopyx.com:22082/exist/webdav/db')\n\nor use the public constructor of the ``WebDAVFS`` class:\n\n.. code:: python\n\n >>> from webdavfs.webdavfs import WebDAVFS\n >>> url = 'http://zopyx.com:22082'\n >>> root = '/exist/webdav/db'\n >>> handle = WebDAVFS(url, login='admin', password='admin', root)\n >>> handle.makedir('foo')\n >>> print(handle.listdir('.'))\n ....\n\nFor WebDAV over HTTPS you can use either `webdav://` with port 443 \n\n.. code:: python\n\n >>> handle = fs.open_fs('webdav://admin:admin@zopyx.com:443/exist/webdav/db')\n\nor `webdavs://`: \n\n.. code:: python\n\n >>> handle = fs.open_fs('webdavs://admin:admin@zopyx.com/exist/webdav/db')\n\n\nRepository\n----------\n\n- https://github.com/PyFilesystem/webdavfs\n\nIssue tracker\n-------------\n\n- https://github.com/PyFilesystem/webdavfs/issues\n\nTests\n-----\n\n- https://travis-ci.org/PyFilesystem/webdavfs/builds\n\nAuthor and contributors\n-----------------------\n\n- Yuriy Homyakov\n- Semyon Gaivoronskiy\n- Andreas Jung\n- `Martin Larralde `_\n\n\nLicense\n-------\n\nThis module is published under the MIT license.\n\nThis module was sponsored and financed by Andreas Jung/ZOPYX\n\n\nContact\n-------\n\n| Andreas Jung/ZOPYX\n| Hundskapfklinge 33\n| D-72074 T\u00fcbingen\n| info@zopyx.com\n| www.zopyx.com\n\n\nRelease notes\n=============\n\n0.3.7 (2019/04/29)\n------------------\n- fixed testsuite\n [ajung]\n\n0.3.6 (2019/04/29)\n------------------\n- support for webdavs:// opener protocol\n [ajung]\n\n\n0.3.5 (2018/08/06)\n------------------\n- fixed return type of getinfo() dates due to strong\n checks in fs > 2.0.27\n\n0.3.4 (2018/04/16)\n------------------\n- merged PR #14 (`openbin` not raising `ResourceNotFound` on \n missing parent)\n [ajung, althonos]\n\n\n0.3.3 (2017/12/29)\n------------------\n- fixed issue with hardcoded http method in opener.py\n [ajung]\n\n0.3.2 (2017/11/13)\n------------------\n- details/modified + details/created are correctly converted according\n to the PyFilesystem2 docs to datetime\n [ajung]\n\n0.3.1 (2017/10/19)\n------------------\n- fixed LICENSE file (MIT)\n\n0.3.0 (2017/10/16)\n------------------\n- merged https://github.com/PyFilesystem/webdavfs/pull/3\n [althonos]\n- WebDAVFS constructor uses `login` and `password` parameter\n instead of `credentials` dict\n\n0.2.0 (2017/05/04)\n------------------\n- new testing infrastructure on Travis using Docker images for\n testing against Python 2.7-3.6\n\n0.1.0 (2017/04/10)\n------------------\n\n- initial release\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/fs.webdavfs/", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "fs.webdavfs", "package_url": "https://pypi.org/project/fs.webdavfs/", "platform": "any", "project_url": "https://pypi.org/project/fs.webdavfs/", "project_urls": { "Homepage": "http://pypi.python.org/pypi/fs.webdavfs/" }, "release_url": "https://pypi.org/project/fs.webdavfs/0.3.7/", "requires_dist": null, "requires_python": "", "summary": "WebDAV support for pyfilesystem2", "version": "0.3.7" }, "last_serial": 5204644, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "8da5706438f0122a351c1a9b440db9b5", "sha256": "3f71b2e4824802dfdb696717a6f9c1e8ebcff94abb720a47aaa2cf157e028837" }, "downloads": -1, "filename": "fs.webdavfs-0.1.zip", "has_sig": false, "md5_digest": "8da5706438f0122a351c1a9b440db9b5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8611, "upload_time": "2017-04-28T16:20:18", "url": "https://files.pythonhosted.org/packages/bd/1d/f45b2b0e15a46ca8d89f84bafd76bd700dabc36a02465888ee55aa5b9083/fs.webdavfs-0.1.zip" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "d857e9c10bd5e89b081948a8fcf83adc", "sha256": "35ac4376d1f32400e68220d4a52251b1f91827521cb5d81caedf1a33cbdd79e3" }, "downloads": -1, "filename": "fs.webdavfs-0.1.1.zip", "has_sig": false, "md5_digest": "d857e9c10bd5e89b081948a8fcf83adc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8681, "upload_time": "2017-04-28T16:21:51", "url": "https://files.pythonhosted.org/packages/02/0b/b1aeef965b18110c43a3708c5c660abaa179fbc14b8f7290787b62b8a9ad/fs.webdavfs-0.1.1.zip" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "e7cece7d05c630bcc227ad6c9baff4bc", "sha256": "c8d2b258cb0b83a51b88d263c7012b53572ff94a41ec32ff4d90301659675c13" }, "downloads": -1, "filename": "fs.webdavfs-0.2.0.zip", "has_sig": false, "md5_digest": "e7cece7d05c630bcc227ad6c9baff4bc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9169, "upload_time": "2017-05-04T12:11:48", "url": "https://files.pythonhosted.org/packages/06/ea/ab3494027662f43e044a81b56d9fa4a47ce0efc029a7595ab0c3aad70d57/fs.webdavfs-0.2.0.zip" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "2048cccd6cd74eb2a66e16e0223cfe08", "sha256": "02a50cbb8107ebf5f04b44b36fb9413d2cb8eb54f84c1ac1d00e4ac034dd7bdf" }, "downloads": -1, "filename": "fs.webdavfs-0.2.1.zip", "has_sig": false, "md5_digest": "2048cccd6cd74eb2a66e16e0223cfe08", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9384, "upload_time": "2017-05-04T12:19:01", "url": "https://files.pythonhosted.org/packages/05/20/6ed79a4ff67105aa8472a267757b4aebb97e89365445b2c6cbac12ee992f/fs.webdavfs-0.2.1.zip" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "fe284452370ee0b5fc27bfc368a6d597", "sha256": "f82d07f6dbf2d55c4c5f300d4e88778854617e8d76b01e3ff4cdb38fc3f373cf" }, "downloads": -1, "filename": "fs.webdavfs-0.3.0.tar.gz", "has_sig": false, "md5_digest": "fe284452370ee0b5fc27bfc368a6d597", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6923, "upload_time": "2017-10-16T16:32:27", "url": "https://files.pythonhosted.org/packages/37/8f/5bb8a7581045f02d1938b86bdc30d3525b7eabf615606cc0095067c92a45/fs.webdavfs-0.3.0.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "fd3a1d0cac543eaa1c619eabc246edec", "sha256": "dd326400ddd188f61f8314209162f9d0fe2753eb1a6c005407b583b92b9ea549" }, "downloads": -1, "filename": "fs.webdavfs-0.3.1.zip", "has_sig": false, "md5_digest": "fd3a1d0cac543eaa1c619eabc246edec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12974, "upload_time": "2017-10-19T02:20:48", "url": "https://files.pythonhosted.org/packages/a7/fb/f1853debe5cbcb5545ee284bcaad08990eeb674825dab5a4275e877d03f1/fs.webdavfs-0.3.1.zip" } ], "0.3.1.1": [ { "comment_text": "", "digests": { "md5": "3a563bbf4dd52e77ca65205d784cec6c", "sha256": "45f6e6e910a4f107da7163203dae2fbc350f3dc53f2d0efe42789b22e11002e6" }, "downloads": -1, "filename": "fs.webdavfs-0.3.1.1.zip", "has_sig": false, "md5_digest": "3a563bbf4dd52e77ca65205d784cec6c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13060, "upload_time": "2017-10-24T12:16:01", "url": "https://files.pythonhosted.org/packages/f1/b1/9ee8279e0e81779f71c9d424989bb15b44e5e48898721e448d0f554bb4c8/fs.webdavfs-0.3.1.1.zip" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "f787904e491eb4d33c3453e1cab8ef3f", "sha256": "257b2da31760b6e00d0986d1f6267cb7d39db824882f6cfeb0c6a27452b8f924" }, "downloads": -1, "filename": "fs.webdavfs-0.3.2.zip", "has_sig": false, "md5_digest": "f787904e491eb4d33c3453e1cab8ef3f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13326, "upload_time": "2017-11-13T13:08:25", "url": "https://files.pythonhosted.org/packages/25/70/43ff7e21ed135e8665d9801fb7dd13b75f509860b14ab0f07592cdbe3509/fs.webdavfs-0.3.2.zip" } ], "0.3.2.1": [ { "comment_text": "", "digests": { "md5": "bdab95272b49931a10c085733296252e", "sha256": "1fe5d1f6a86ee8077fc7a3917daaa1a384f8edbe35f953ea1a3f6eadbed7709a" }, "downloads": -1, "filename": "fs.webdavfs-0.3.2.1.zip", "has_sig": false, "md5_digest": "bdab95272b49931a10c085733296252e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13426, "upload_time": "2017-11-13T13:41:57", "url": "https://files.pythonhosted.org/packages/3b/f5/5a11c80efe2d3022b66f8aebb6da1da963fa3665848a8fcb5145585fb7d6/fs.webdavfs-0.3.2.1.zip" } ], "0.3.2.2": [ { "comment_text": "", "digests": { "md5": "dd2ef949852d5b72315d79ba60ebefdd", "sha256": "eaedb6895ef912d35f9f321497a29b300c0dff49d65834f3d8e07798d8aee1cd" }, "downloads": -1, "filename": "fs.webdavfs-0.3.2.2.zip", "has_sig": false, "md5_digest": "dd2ef949852d5b72315d79ba60ebefdd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13438, "upload_time": "2017-11-13T13:43:11", "url": "https://files.pythonhosted.org/packages/cc/69/c198e08a9bfc002165038b8771387d5833d4d25919e7baed0ae5882d262d/fs.webdavfs-0.3.2.2.zip" } ], "0.3.3": [ { "comment_text": "", "digests": { "md5": "a1454f7863d4608f26a89b48463ca7f6", "sha256": "32777ec3a5a276aaf555b4ec303d06c4c26f1e67bcd8475fb07b3566f276ea2e" }, "downloads": -1, "filename": "fs.webdavfs-0.3.3.zip", "has_sig": false, "md5_digest": "a1454f7863d4608f26a89b48463ca7f6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13507, "upload_time": "2017-12-29T06:13:48", "url": "https://files.pythonhosted.org/packages/b6/2c/4eb38309d71218e0ca4364db52240695497f488fee60563e37f46a8736d8/fs.webdavfs-0.3.3.zip" } ], "0.3.4": [ { "comment_text": "", "digests": { "md5": "13ebd10ac61d882bf3da049797a4990c", "sha256": "ba3f09e78fe52d8b54313a7826b72d7e0ed46fb15904ccbcc53cf796d271490f" }, "downloads": -1, "filename": "fs.webdavfs-0.3.4.zip", "has_sig": false, "md5_digest": "13ebd10ac61d882bf3da049797a4990c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13763, "upload_time": "2018-04-16T10:04:36", "url": "https://files.pythonhosted.org/packages/fa/52/4b15a34932a291cfb3cf994a2980a4b4f28cdc804bf7573949b199f40ac5/fs.webdavfs-0.3.4.zip" } ], "0.3.4.1": [ { "comment_text": "", "digests": { "md5": "1040dba9899e0c23a8a30f0571b85036", "sha256": "aa4a6f243bb60c51955c90bee9f2111842446a7ab44af67e85cbc865e7321890" }, "downloads": -1, "filename": "fs.webdavfs-0.3.4.1.zip", "has_sig": false, "md5_digest": "1040dba9899e0c23a8a30f0571b85036", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13854, "upload_time": "2018-04-17T04:25:06", "url": "https://files.pythonhosted.org/packages/e9/5f/cacf79c61ba0667bdd680afbeb8b3fbd433643d1e15e8dcae79575de371f/fs.webdavfs-0.3.4.1.zip" } ], "0.3.4.2": [ { "comment_text": "", "digests": { "md5": "65605728d9b59f5036feceded3a3fb5d", "sha256": "3463573d6ff42a2230d6b8aef7e72197995394b5ef268c85873795732218e454" }, "downloads": -1, "filename": "fs.webdavfs-0.3.4.2.zip", "has_sig": false, "md5_digest": "65605728d9b59f5036feceded3a3fb5d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13829, "upload_time": "2018-04-17T04:26:27", "url": "https://files.pythonhosted.org/packages/c5/1a/5846beb1b07df48fa43c254affe0edeae0717cb18cd5d473431038cc980f/fs.webdavfs-0.3.4.2.zip" } ], "0.3.4.3": [ { "comment_text": "", "digests": { "md5": "d827366682ab3200e60c1e0e0fa1215d", "sha256": "2cdd3f8a765cacf43d3211248146701a8143dbffef9d53a14154594e3b51d91e" }, "downloads": -1, "filename": "fs.webdavfs-0.3.4.3.zip", "has_sig": false, "md5_digest": "d827366682ab3200e60c1e0e0fa1215d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13816, "upload_time": "2018-07-23T13:21:29", "url": "https://files.pythonhosted.org/packages/6a/bb/31f3d43be5116d3d00a648b87ff8494e8669762f8466b4b9eddb9a522ac3/fs.webdavfs-0.3.4.3.zip" } ], "0.3.5": [ { "comment_text": "", "digests": { "md5": "1ca5cfc0b8129547294105d743737797", "sha256": "e9e0a508e2f2200b29506014cbecf52e3d6d64b5e7b5721a033d956f494272eb" }, "downloads": -1, "filename": "fs.webdavfs-0.3.5.tar.gz", "has_sig": false, "md5_digest": "1ca5cfc0b8129547294105d743737797", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6778, "upload_time": "2018-08-06T17:16:12", "url": "https://files.pythonhosted.org/packages/60/07/b27077d6bb0747644c5201906ec789f7ba343572186463887d28bf691bb2/fs.webdavfs-0.3.5.tar.gz" } ], "0.3.5.1": [ { "comment_text": "", "digests": { "md5": "b2c01664c7310f50ad9bc8e280a901e4", "sha256": "85687f1d0315bedc8afea0cabe1dd06d66245f614435e29d072d7861d4828c62" }, "downloads": -1, "filename": "fs.webdavfs-0.3.5.1.tar.gz", "has_sig": false, "md5_digest": "b2c01664c7310f50ad9bc8e280a901e4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6806, "upload_time": "2018-08-06T17:28:38", "url": "https://files.pythonhosted.org/packages/ab/e4/d7f22e277368bb565846af7a1deb3dc290f22b68c196e2ee352fc3ef050d/fs.webdavfs-0.3.5.1.tar.gz" } ], "0.3.5.2": [ { "comment_text": "", "digests": { "md5": "c2f65c43a22af5e17f4abb943bcfbf4e", "sha256": "172101e83549a212d3f2fe07ed6172997c608df84f4b4a858c885e5e45953e5e" }, "downloads": -1, "filename": "fs.webdavfs-0.3.5.2.zip", "has_sig": false, "md5_digest": "c2f65c43a22af5e17f4abb943bcfbf4e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14221, "upload_time": "2018-12-12T12:49:44", "url": "https://files.pythonhosted.org/packages/f1/1c/666ec3c276794dd507b4428e08a2a1acaa7fcbc779c07e1f7d822906e021/fs.webdavfs-0.3.5.2.zip" } ], "0.3.5.3": [ { "comment_text": "", "digests": { "md5": "a884af0a0af4fdcfd9de8721d1720a49", "sha256": "7b13acfe3116f5bbac4e27339bd37f11cfa969553acfa7d191abf49b465a3efa" }, "downloads": -1, "filename": "fs.webdavfs-0.3.5.3.zip", "has_sig": false, "md5_digest": "a884af0a0af4fdcfd9de8721d1720a49", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14217, "upload_time": "2018-12-12T12:51:49", "url": "https://files.pythonhosted.org/packages/5c/17/7e856d6c849d8111db64dc114a856ace980e6b295cee7e2b9314c25c6c52/fs.webdavfs-0.3.5.3.zip" } ], "0.3.6": [ { "comment_text": "", "digests": { "md5": "15f8349c858aa169f703d3334a149ec5", "sha256": "e41c9695eb5355bcf7dfe2d7ec2b693ffaf314794b111059ea6564890530e3ef" }, "downloads": -1, "filename": "fs.webdavfs-0.3.6.zip", "has_sig": false, "md5_digest": "15f8349c858aa169f703d3334a149ec5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15307, "upload_time": "2019-04-29T18:49:14", "url": "https://files.pythonhosted.org/packages/e1/f1/e08eaf760b20ed90523e3a23bc1fa12cb5195faad12aada0e4e959ba1b2a/fs.webdavfs-0.3.6.zip" } ], "0.3.7": [ { "comment_text": "", "digests": { "md5": "c51c5af824321195e23003987b698716", "sha256": "352681e5429e04e902fef976920e6d954f83086c7a544e7d42396b40ea03a568" }, "downloads": -1, "filename": "fs.webdavfs-0.3.7.zip", "has_sig": false, "md5_digest": "c51c5af824321195e23003987b698716", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15340, "upload_time": "2019-04-29T19:37:25", "url": "https://files.pythonhosted.org/packages/d0/7e/b625a010dacb78909c5eb97fd1b0841d12ebdd64525ee8c74402fbfb7240/fs.webdavfs-0.3.7.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c51c5af824321195e23003987b698716", "sha256": "352681e5429e04e902fef976920e6d954f83086c7a544e7d42396b40ea03a568" }, "downloads": -1, "filename": "fs.webdavfs-0.3.7.zip", "has_sig": false, "md5_digest": "c51c5af824321195e23003987b698716", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15340, "upload_time": "2019-04-29T19:37:25", "url": "https://files.pythonhosted.org/packages/d0/7e/b625a010dacb78909c5eb97fd1b0841d12ebdd64525ee8c74402fbfb7240/fs.webdavfs-0.3.7.zip" } ] }