Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Internet > HTTP (WWW)

    setuptools_webdav 0.0.1

    Download button

    No screenshots available
    Downloads: 107  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Marian Neagul | More programs
    The Apache License / FREE
    March 27th, 2012, 12:26 GMT
    ROOT / Internet / HTTP (WWW)

     Read user reviews (0)  Refer to a friend  Subscribe

    setuptools_webdav description

    Setuptools/distribute plugin for uploading to webdav servers

    setuptools_webdav is a setuptools/distribute plugin for uploading to webdav servers that allows the upload of Python packages to webdav enabled servers.

    The main goal of the plugin was to provide the ability to upload python packages to Maven2 repository's (Eg. Artifactory).

    QuickStart

    In 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.

    The setuptools_webdav plugin provides the webdav_upload command.

    The webdav server that will be used for the upload, and the corresponding credentials, can be configured in your .pypirc in the.

    Example setup.py

     from setuptools import setup, find_packages
     setup(
     name="DummyProject",
     version="3.1.4",
     packages=find_packages(),
     setup_requires=["setuptools_webdav"],
     )


    Example .pypirc

     [webdav]
     repository = http://example.com/pypi # mandatory
     username = # Optional
     password = # Optional


    Example invokation

     python setup.py sdist bdist webdav_upload


    Product's homepage

    Requirements:

    · Python

      


    TAGS:

    setuptools plugin | distribute plugin | webdav servers | setuptools | distribute | plugin

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM