diff --git a/.gitignore b/.gitignore index 9ac3d0b..6020c3c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .idea/ poetry.lock +**/__pycache__/ diff --git a/assets/womm-seal-bronze.svg b/assets/womm-seal-bronze.svg new file mode 100644 index 0000000..63284c1 --- /dev/null +++ b/assets/womm-seal-bronze.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + WORKS ON MY MACHINE + + + + + + CERTIFIED + + + + + + + + + + + WOMM + + + + + + BRONZE + + + 2026-04-02 + + + + + + + diff --git a/assets/womm-seal-gold.svg b/assets/womm-seal-gold.svg new file mode 100644 index 0000000..b15992d --- /dev/null +++ b/assets/womm-seal-gold.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + WORKS ON MY MACHINE + + + + + + CERTIFIED + + + + + + + + + + + WOMM + + + + + + GOLD + + + 2026-04-02 + + + + + + + diff --git a/assets/womm-seal-platinum.svg b/assets/womm-seal-platinum.svg new file mode 100644 index 0000000..0a69981 --- /dev/null +++ b/assets/womm-seal-platinum.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + WORKS ON MY MACHINE + + + + + + CERTIFIED + + + + + + + + + + + WOMM + + + + + + PLATINUM + + + 2026-04-02 + + + + + + + diff --git a/src/womm_certification.egg-info/SOURCES.txt b/src/womm_certification.egg-info/SOURCES.txt index 5fc3b79..e73ec4e 100644 --- a/src/womm_certification.egg-info/SOURCES.txt +++ b/src/womm_certification.egg-info/SOURCES.txt @@ -1,5 +1,9 @@ +.gitignore README.md +WOMM-CERTIFICATE.txt +WOMM-STANDARD-001.md pyproject.toml +assets/womm-seal.svg src/womm/__init__.py src/womm/badge.py src/womm/certify.py @@ -11,4 +15,5 @@ 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/__init__.py tests/test_certify.py \ No newline at end of file