{ "info": { "author": "Elliot Cameron", "author_email": "elliot.cameron@covenanteyes.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Other Environment", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: Microsoft :: Windows", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "win_unc\n=======\n\nA Python library for handling UNC paths on Windows.\n\nWith this library you can\n\n * Connect UNC directories to your Windows session\n * Connect UNC directories requiring authorization\n by providing credentials\n * Mount UNC directories (with or without credentials)\n to a local mount point\n * Disconnect/unmount UNC connections\n * Query existing UNC connections known by the\n Windows session\n\nFull documentation is at http://covenanteyes.github.com/py_win_unc\n\nReport any issues on the package's GitHub page: http://github.com/CovenantEyes/py_win_unc\n\nInstallation\n============\n\nTo install::\n\n $ pip install win_unc\n\n\nSneak Preview\n=============\n\nBelow is a simple example::\n\n from win_unc import UncDirectoryMount, UncDirectory, DiskDrive\n\n conn = UncDirectoryMount(UncDirectory(r'\\home\\shared'), DiskDrive('Z:'))\n conn.mount()\n print 'Drive connected:', conn.is_mounted()\n conn.unmount()\n\nYou can also provide credentials like this::\n\n from win_unc import UncCredentials\n\n unc = UncDirectory(r'\\home\\shared', UncCredentials('user', 'pwd'))\n conn = UncDirectoryMount(unc, DiskDrive('Z:'))\n\nOr just connect the path without mounting it::\n\n from win_unc import UncDirectoryConnection\n\n conn = UncDirectoryConnection(r'\\home\\shared')\n conn.connect()", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/CovenantEyes/py_win_unc/zipball/v0.6.1", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/CovenantEyes/py_win_unc", "keywords": "directory,folder,unc,local,remote,path", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "win_unc", "package_url": "https://pypi.org/project/win_unc/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/win_unc/", "project_urls": { "Download": "https://github.com/CovenantEyes/py_win_unc/zipball/v0.6.1", "Homepage": "https://github.com/CovenantEyes/py_win_unc" }, "release_url": "https://pypi.org/project/win_unc/0.6.1/", "requires_dist": null, "requires_python": null, "summary": "UNC network drive handling and mounting for Windows", "version": "0.6.1" }, "last_serial": 877053, "releases": { "0.6.0": [ { "comment_text": "", "digests": { "md5": "057e0e43875c8f6baec6b6e93eb10fe6", "sha256": "489765daa1e0c3d7ea6fd1345606b2dc8bafad9cb5e2fa3588a6351616b357fb" }, "downloads": -1, "filename": "win_unc-0.6.0.zip", "has_sig": false, "md5_digest": "057e0e43875c8f6baec6b6e93eb10fe6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23810, "upload_time": "2012-11-26T19:54:07", "url": "https://files.pythonhosted.org/packages/9e/a0/08db56f03cddc677c10e897718b9dc9524268fd3e6ba7ac9a22776a153e1/win_unc-0.6.0.zip" } ], "0.6.1": [ { "comment_text": "", "digests": { "md5": "0917665c1c4f08d527f9df2b420e69b1", "sha256": "eac6561b573a92b7114c49f5989d47f839348e5fc96e9f0feafb2b0a14784d72" }, "downloads": -1, "filename": "win_unc-0.6.1.zip", "has_sig": false, "md5_digest": "0917665c1c4f08d527f9df2b420e69b1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24002, "upload_time": "2013-09-30T16:06:47", "url": "https://files.pythonhosted.org/packages/9d/af/5fc781393d85c96196c5eab4e1f4e8e6e20780ca1f22d318b3ca51ea8add/win_unc-0.6.1.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0917665c1c4f08d527f9df2b420e69b1", "sha256": "eac6561b573a92b7114c49f5989d47f839348e5fc96e9f0feafb2b0a14784d72" }, "downloads": -1, "filename": "win_unc-0.6.1.zip", "has_sig": false, "md5_digest": "0917665c1c4f08d527f9df2b420e69b1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24002, "upload_time": "2013-09-30T16:06:47", "url": "https://files.pythonhosted.org/packages/9d/af/5fc781393d85c96196c5eab4e1f4e8e6e20780ca1f22d318b3ca51ea8add/win_unc-0.6.1.zip" } ] }