{ "info": { "author": "Instance01", "author_email": "use.github.issues@instancedev.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Topic :: Utilities" ], "description": "LRZ Sync+Share Library\n----------------------\n\nThis little library makes it easy to upload and manage files on LRZ Sync+Share.\n\nUsage::\n\n from lrz_sync_share import lrz_session\n\n lrz = lrz_session(\"username\", \"password\", \"ldap\")\n lrz.login()\n\n lrz.upload(\"share\", \"a.txt\")\n url = lrz.get_link(\"share\", \"a.txt\")\n\n\nShibboleths\n===========\nFor the third parameter for ``lrz_session(user, password, shibboleth)`` use the following shibboleths:\n\n============================================== ===============================================================\nEstablishment Shibboleth\n============================================== ===============================================================\nGastkennungen/Guests/Extern ldap\nAkademie der Bildenden K\u00fcnste ldap\nAkademie f\u00fcr Politische Bildung ldap\nBAdW LRZ WMI ldap\nHochschule M\u00fcnchen ldap\nHochschule Weihenstephan-Triesdorf ldap\nLMU M\u00fcnchen ldap\nTU M\u00fcnchen ldap\nHochschule Kempten https://syncandshare.lrz.de/Shibboleth.sso/Login?SAMLDS=1&target=https%3A//syncandshare.lrz.de/login/shibboleth&entityID=https%3A//idp.hs-kempten.de/idp/shibboleth\nHochschule Neu-Ulm https://syncandshare.lrz.de/Shibboleth.sso/Login?SAMLDS=1&target=https%3A//syncandshare.lrz.de/login/shibboleth&entityID=https%3A//sso.hs-neu-ulm.de/idp/shibboleth\nHochschule Rosenheim https://syncandshare.lrz.de/Shibboleth.sso/Login?SAMLDS=1&target=https%3A//syncandshare.lrz.de/login/shibboleth&entityID=https%3A//idp.fh-rosenheim.de/idp/shibboleth\nOstbayerische Technische Hochschule Regensburg https://syncandshare.lrz.de/Shibboleth.sso/Login?SAMLDS=1&target=https%3A//syncandshare.lrz.de/login/shibboleth&entityID=https%3A//sso.hs-regensburg.de/idp/shibboleth\nUniversit\u00e4t Passau https://syncandshare.lrz.de/Shibboleth.sso/Login?SAMLDS=1&target=https%3A//syncandshare.lrz.de/login/shibboleth&entityID=https%3A//sso.uni-passau.de/idp/shibboleth\n============================================== ===============================================================\n\n\nTODO\n====\n* Editing filenames\n* Deleting files\n* Creating directories\n* Creating root folders\n\netc., basically full web functionality\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/instance01/lrz-sync-share-lib", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "lrz-sync-share", "package_url": "https://pypi.org/project/lrz-sync-share/", "platform": "", "project_url": "https://pypi.org/project/lrz-sync-share/", "project_urls": { "Homepage": "https://github.com/instance01/lrz-sync-share-lib" }, "release_url": "https://pypi.org/project/lrz-sync-share/0.1.0/", "requires_dist": [ "requests" ], "requires_python": "", "summary": "LRZ Sync+Share library for uploads and other file management", "version": "0.1.0" }, "last_serial": 3722408, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "9524e3eb0f28ee348ad7c0e5313014cc", "sha256": "c8ead838cfca2685751bb60ee3f4828da55decd5d322c0fb449d4bf0080821f5" }, "downloads": -1, "filename": "lrz_sync_share-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9524e3eb0f28ee348ad7c0e5313014cc", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5016, "upload_time": "2018-03-31T17:03:33", "url": "https://files.pythonhosted.org/packages/1e/89/59b204d55fd529704412b12ced07e865b7f4bb15641794de3a7af1db6407/lrz_sync_share-0.1.0-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9524e3eb0f28ee348ad7c0e5313014cc", "sha256": "c8ead838cfca2685751bb60ee3f4828da55decd5d322c0fb449d4bf0080821f5" }, "downloads": -1, "filename": "lrz_sync_share-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9524e3eb0f28ee348ad7c0e5313014cc", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5016, "upload_time": "2018-03-31T17:03:33", "url": "https://files.pythonhosted.org/packages/1e/89/59b204d55fd529704412b12ced07e865b7f4bb15641794de3a7af1db6407/lrz_sync_share-0.1.0-py2.py3-none-any.whl" } ] }