Introduces the Works On My Machine certification framework, including: - CLI tool for project certification and badge/certificate generation - Certification checks per WOMM-STD-001:2026 standard - Supporting documents, assets, and tests - Python package setup with pyproject.toml
14 lines
420 B
Plaintext
14 lines
420 B
Plaintext
README.md
|
|
pyproject.toml
|
|
src/womm/__init__.py
|
|
src/womm/badge.py
|
|
src/womm/certify.py
|
|
src/womm/cli.py
|
|
src/womm/document.py
|
|
src/womm_certification.egg-info/PKG-INFO
|
|
src/womm_certification.egg-info/SOURCES.txt
|
|
src/womm_certification.egg-info/dependency_links.txt
|
|
src/womm_certification.egg-info/entry_points.txt
|
|
src/womm_certification.egg-info/requires.txt
|
|
src/womm_certification.egg-info/top_level.txt
|
|
tests/test_certify.py |