restricted_pkg

A simple setup.py helper for private repositories
Download

restricted_pkg Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Price:
  • FREE
  • Publisher Name:
  • Raphael Barrois
  • Publisher web site:
  • https://github.com/rbarrois/

restricted_pkg Tags


restricted_pkg Description

restricted_pkg is a Python module that provides a simple wrapper around Distribute to handle private projects. It is mostly intended for use in a package's setup.py script.It provides the following features:- Using a private package index when fetching package dependencies during python setup.py install- Restricting the register and upload commands to a private package index, or to disable them completely- Easy support for authenticated URLs when accessing the index.UsageIn your setup.py script, ensure you have the following lines:from setuptools import find_packagesfrom restricted_pkg import setupsetup( ..., private_repository="https://@myrepo.example.tld/path/to/repo", install_requires=,)Product's homepage


restricted_pkg Related Software