Files
RoundCount-Catalog/README.md
2026-07-15 10:33:28 -05:00

956 B

RoundCount Catalog

RoundCount Catalog is a machine-readable ammunition product database for the RoundCount inventory system.

The catalog stores reusable product information such as:

  • UPC
  • Manufacturer SKU
  • Manufacturer
  • Brand
  • Product name
  • Caliber
  • Bullet weight and type
  • Case material
  • Package quantity
  • Ballistic information
  • Product images
  • Source and verification information

Personal inventory information such as quantities, purchase prices, storage locations, and lot numbers does not belong in this repository.

Repository Structure

schema/
    JSON schemas used to validate catalog records

catalog/
    Individual ammunition product records

images/
    Product images organized by manufacturer

indexes/
    Generated UPC, SKU, and manufacturer indexes

exports/
    Generated combined catalog downloads

docs/
    Catalog documentation and contribution guides

tools/
    Validation, indexing, and export scripts