{ "info": { "author": "Brian Stidsen", "author_email": "brianstidsen@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries" ], "description": "Summary\n=======\n\nCreate windows shortcuts (`.lnk` files) from anywhere, including linux..\n\nPython adaptation of some bash/C from\nhttp://www.mamachine.org/mslink/index.en.html that seems to work. I have no\nclue how.. All credits go to that author for deciphering the specifications\nlaid out by Microsoft here:\nhttp://msdn.microsoft.com/en-us/library/dd871305.aspx\n\nThis currently is able to at least create local windows shortcuts.\n\nInstallation\n============\n\nTo install: ``pip install swinlnk``\n\nExample\n=======\n\n```python\nfrom swinlnk.swinlnk import SWinLnk\n\nswl = SWinLnk()\n\nswl.create_lnk('W:\\\\Foo\\\\Bar', '/mnt/win_share/playground/Bar_winlink.lnk')\n```\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/bristi/swinlnk", "keywords": "lnk shortcut", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "swinlnk", "package_url": "https://pypi.org/project/swinlnk/", "platform": "", "project_url": "https://pypi.org/project/swinlnk/", "project_urls": { "Homepage": "http://github.com/bristi/swinlnk" }, "release_url": "https://pypi.org/project/swinlnk/0.1.4/", "requires_dist": null, "requires_python": "", "summary": "Create windows shortcuts (.lnk files) from anywhere", "version": "0.1.4" }, "last_serial": 3576119, "releases": { "0.1.2": [ { "comment_text": "", "digests": { "md5": "cd9cc1b9450c26188dbe4febe8368eb8", "sha256": "fcc429c6b80b325028af2e1b6da36fa218f50bdcaa92f615e3e3a17707de2d07" }, "downloads": -1, "filename": "swinlnk-0.1.2.tar.gz", "has_sig": false, "md5_digest": "cd9cc1b9450c26188dbe4febe8368eb8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4203, "upload_time": "2018-02-07T07:44:52", "url": "https://files.pythonhosted.org/packages/2d/a7/c8d5fdafde77b88b3f4277f700851024d655414390dc6fd248726e92b59a/swinlnk-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "555e80c68813a04454e197a18d212ca0", "sha256": "94a6afe7adc983b5113f97a1acd3283cb1b8fa4f0d2b79ff2a16a700f1e8a315" }, "downloads": -1, "filename": "swinlnk-0.1.3.tar.gz", "has_sig": false, "md5_digest": "555e80c68813a04454e197a18d212ca0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4199, "upload_time": "2018-02-07T08:05:09", "url": "https://files.pythonhosted.org/packages/cd/90/6cf425fda8748403465f998b915e3ad2daa369823289677e6c8bddf77bef/swinlnk-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "13d60219cb8394f32b83e67af8cfcff1", "sha256": "bafb1701f09f80a99a97cce93940548e58b9d3e5a3f8c8c6093343a7d74eddb7" }, "downloads": -1, "filename": "swinlnk-0.1.4.tar.gz", "has_sig": false, "md5_digest": "13d60219cb8394f32b83e67af8cfcff1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4211, "upload_time": "2018-02-12T20:03:14", "url": "https://files.pythonhosted.org/packages/ed/6e/67197b79e2d151ab4bc448ee205fbe2ee0d478c54be31712757011fc21eb/swinlnk-0.1.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "13d60219cb8394f32b83e67af8cfcff1", "sha256": "bafb1701f09f80a99a97cce93940548e58b9d3e5a3f8c8c6093343a7d74eddb7" }, "downloads": -1, "filename": "swinlnk-0.1.4.tar.gz", "has_sig": false, "md5_digest": "13d60219cb8394f32b83e67af8cfcff1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4211, "upload_time": "2018-02-12T20:03:14", "url": "https://files.pythonhosted.org/packages/ed/6e/67197b79e2d151ab4bc448ee205fbe2ee0d478c54be31712757011fc21eb/swinlnk-0.1.4.tar.gz" } ] }