🚀 ASL PyPI Server

University of Tennessee Knoxville - Applied Systems Lab (ASL)

Welcome to ASL's Private Python Package Index

This is a secure, internal PyPI repository for distributing ASL Python packages within the University of Tennessee research community.

🔐 Authentication Required: All operations (upload, download, list) require valid API key credentials.

📦
Package Repository
🔑
API Key Auth
🔒
Secure HTTPS

Quick Start

Install a Package:

# Using API key authentication pip install --index-url https://__token__:YOUR_API_KEY@pypi.viridian.ise.utk.edu/simple/ package-name

Upload a Package:

# Build your package python -m build # Upload using twine (requires ~/.pypirc configured) twine upload -r asl-pypi dist/*

🔑 Need an API Key?

Contact your PyPI administrator to generate an API key. API keys provide secure, revocable access with scoped permissions and automatic expiration.