mirror of
https://github.com/johndoe6345789/goodpackagerepo.git
synced 2026-04-24 13:54:59 +00:00
963 B
963 B
Seed Data
This directory contains example seed data for the goodpackagerepo system. Use this data to:
- Test the repository functionality
- Demonstrate features to users
- Provide working examples
Contents
example_packages.json- Sample package metadata for testingload_seed_data.py- Script to load seed data into the repositorysample_blobs/- Directory containing sample blob files to upload
Usage
To load seed data into your repository:
cd seed_data
python load_seed_data.py
This will:
- Create sample artifacts in various namespaces
- Tag them appropriately
- Demonstrate the full artifact lifecycle
Example Packages
The seed data includes:
- acme/hello-world (v1.0.0, v1.1.0, v2.0.0) - Simple hello world packages
- example/webapp (v0.1.0, v0.2.0) - Web application example
- tools/cli-tool (v3.0.0) - CLI tool example
- libs/utility (v1.0.0-beta, v1.0.0) - Library with prerelease versions