womm-certification/src/womm_certification.egg-info/SOURCES.txt
Gregory Gauthier 1002b16b81 feat: add initial WOMM Certification Toolkit implementation
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
2026-04-02 16:30:28 +01:00

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