{ "info": { "author": "Marian Neagul", "author_email": "marian@ieat.ro", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Framework :: Setuptools Plugin", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent" ], "description": "setuptools_webdav is a Setuptools/distribute plugin for uploading to webdav servers\n\n.. contents::\n\nOverview\n========\nThis plugins allows the upload of python packages to webdav enabled servers.\n\nThe main goal of the plugin was to provide the ability to upload python packages to Maven2 repository's (Eg. Artifactory).\n\n\nQuickStart\n==========\n\nIn order to use this plugin you need to add **setuptools_webdav** to the **setup_requires** command in your setup.py. This will instruct setuptools to download and use this plugin.\n\nThe **setuptools_webdav** plugin provides the **webdav_upload** command.\n\nThe webdav server that will be used for the upload, and the corresponding credentials, can be configured in your **.pypirc** in the.\n\nExample setup.py\n----------------\n ::\n\n\tfrom setuptools import setup, find_packages\n\tsetup(\n\tname=\"DummyProject\",\n\tversion=\"3.1.4\",\n\tpackages=find_packages(),\n\tsetup_requires=[\"setuptools_webdav\"],\n\t)\n\nExample .pypirc\n---------------\n ::\n\n\t[webdav]\n\trepository = http://example.com/pypi # mandatory\n\tusername = # Optional\n\tpassword = # Optional\n\nExample invokation\n------------------\n\n $ python setup.py sdist bdist webdav_upload\n\nToDO\n----\n * Fix Python_WebDAV_Library logging\n * Add support for gnome-keyring and kwallet.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/mneagul/setuptools-webdav", "keywords": "setuptools", "license": "APL", "maintainer": null, "maintainer_email": null, "name": "setuptools_webdav", "package_url": "https://pypi.org/project/setuptools_webdav/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/setuptools_webdav/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://bitbucket.org/mneagul/setuptools-webdav" }, "release_url": "https://pypi.org/project/setuptools_webdav/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "Setuptools/distribute plugin for uploading to webdav servers", "version": "0.0.1" }, "last_serial": 799461, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "c148ddad7699ef65198c1af527023af5", "sha256": "61470b0b62ea28caf19477b8fb8838e2920e3e9157f082103a1709246c9dfa86" }, "downloads": -1, "filename": "setuptools_webdav-0.0.1.tar.gz", "has_sig": false, "md5_digest": "c148ddad7699ef65198c1af527023af5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2761, "upload_time": "2012-03-24T18:08:34", "url": "https://files.pythonhosted.org/packages/8b/be/16ef5ba0e507da1ea0de5b9cc27f32c68264d17a3d8cf6e58047cc5d2e3f/setuptools_webdav-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c148ddad7699ef65198c1af527023af5", "sha256": "61470b0b62ea28caf19477b8fb8838e2920e3e9157f082103a1709246c9dfa86" }, "downloads": -1, "filename": "setuptools_webdav-0.0.1.tar.gz", "has_sig": false, "md5_digest": "c148ddad7699ef65198c1af527023af5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2761, "upload_time": "2012-03-24T18:08:34", "url": "https://files.pythonhosted.org/packages/8b/be/16ef5ba0e507da1ea0de5b9cc27f32c68264d17a3d8cf6e58047cc5d2e3f/setuptools_webdav-0.0.1.tar.gz" } ] }