{ "info": { "author": "Kosmachev Alex", "author_email": "adkosmachev@edu.hse.ru", "bugtrack_url": null, "classifiers": [], "description": "Simple WebDav Server\n====================\n\nLight library for realization simple WebDav server. Nothing extra -\nonly the most important!\n\n-------\n5 steps to success:\n\n1) Download library from this repository and launch setup.py or\ninstall it with pip.\n\n2) Import WebDavServer:\n\n> from PythonWebDav import WebDavServer\n\n3) Crete server object, pass as arguments path of needed directory\nand class to work with directory:\n\n> server = WebDavServer.WebDavServer(\"/path/to/folder\", FilerClass)\n\n4) As FilerClass, you can use already created classes, that come\nwith library. Import FIler\n\n> from PythonWebDav import Filer\n\nPass as second argument class Filer.Filer\n\n> server = WebDavServer.WebDavServer(\"/path/to/folder\", Filer.Filer)\n\nAlso you can use AudioFiler.AudioFiler to crate virtual music\nfilesystem\n\n> from PythonWebDav import AudioFiler\n\nPass AudioFiler.AudioFiler\n\n> server = WebDavServer.WebDavServer(\"/path/to/folder\", AudioFiler.AudioFiler)\n\n - If you want to create it yourself, visit [MyFiler](https://github.com/cs-hse-projects/PythonWEBDAVServer/blob/master/MyFiler.md)\n\n5) Run server, transmitted address and port:\n\n> server.start(\"0.0.0.0\", 8080)\n\nIts ready! You are exelent!", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "SimpleWebDav", "package_url": "https://pypi.org/project/SimpleWebDav/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/SimpleWebDav/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/SimpleWebDav/0.1/", "requires_dist": null, "requires_python": null, "summary": "Simple WebDav library", "version": "0.1" }, "last_serial": 1586499, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "0affe4fceba444fc96cd4167d82bea2b", "sha256": "38c032833169786ca50298569b2bc9c3e698cd6697972bb67bbf11cc68b3f3f9" }, "downloads": -1, "filename": "SimpleWebDav-0.1.tar.gz", "has_sig": false, "md5_digest": "0affe4fceba444fc96cd4167d82bea2b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5997, "upload_time": "2015-06-10T12:18:51", "url": "https://files.pythonhosted.org/packages/7a/5b/4eceaa886dc42ac9fbbc73296266931155b9ac9b54afd1100c4ad2439bd4/SimpleWebDav-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0affe4fceba444fc96cd4167d82bea2b", "sha256": "38c032833169786ca50298569b2bc9c3e698cd6697972bb67bbf11cc68b3f3f9" }, "downloads": -1, "filename": "SimpleWebDav-0.1.tar.gz", "has_sig": false, "md5_digest": "0affe4fceba444fc96cd4167d82bea2b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5997, "upload_time": "2015-06-10T12:18:51", "url": "https://files.pythonhosted.org/packages/7a/5b/4eceaa886dc42ac9fbbc73296266931155b9ac9b54afd1100c4ad2439bd4/SimpleWebDav-0.1.tar.gz" } ] }