Skip to main content

A simple setup.py helper for private repositories

Project description

This python package provide 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.

Compatibility

The restricted_pkg package requires Distribute, and supports Python 2.6 and later (including Python3).

Usage

In your setup.py script, ensure you have the following lines:

from setuptools import find_packages
from restricted_pkg import setup

setup(
    ...,
    private_repository="https://@myrepo.example.tld/path/to/repo",
    install_requires=[
        "distribute",
        "restricted_pkg",
    ],
)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

restricted_pkg-1.0.1.tar.gz (10.3 kB view details)

Uploaded Source

File details

Details for the file restricted_pkg-1.0.1.tar.gz.

File metadata

File hashes

Hashes for restricted_pkg-1.0.1.tar.gz
Algorithm Hash digest
SHA256 98be42531dc63714b147a33e3c13967f9552f0469d6c8c78d935afa08f734ba5
MD5 dcbd76c6c15c5d0613062e398a437c8e
BLAKE2b-256 92b6e44cecf9e496f50f25655efdd4da7e6a6446698373fcaca22f2b8096eb83

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page