Overview of s3_management scripts
mainThe s3_management toolset consists of two primary scripts used to maintain Python package indices on S3:
update_dependencies.py: Mirrors dependency packages from PyPI to the project's S3 buckets.manage.py: Generates PEP 503-compliantindex.htmlfiles for each subdirectory in the S3 buckets, including built packages (likerocmortorch) and dependencies.
Managed S3 Buckets:
therock-dev-python: Used for development releases.therock-nightly-python: Used for nightly/production-like releases.