Version:
IPyPiPackageSource Interface
Represents a PyPI package source.
Inheritance Hierarchy
- Inedo.Extensions.PackageSources.IPyPiPackageSource
Syntax
public
interface
IPyPiPackageSource : IPackageSource
Properties
|
Name |
Description |
|
ApiKey
|
Gets the API Key to use for API-based requests.
|
|
IndexUrl
|
Gets the index URL to use with pip.
|
|
Password
|
Gets the password to use for HTTP/401 challenges.
|
|
UserName
|
Gets the user name to use for HTTP/401 challenges.
|