11# mvarcs: Python Mark Verifying Authority Root Certificates
22
3- mvarcs provides a collection of Root Certificates for validating
4- the trustworthiness of Mark Certificates such as Verified Mark
5- Certificates (VMC) and Common Mark Certificates (CMC) used in BIMI
3+ mvarcs provides a collection of Root Certificates for validating
4+ the trustworthiness of Mark Certificates such as Verified Mark
5+ Certificates (VMC) and Common Mark Certificates (CMC) used in BIMI
66(Brand Indicators for Message Identification).
77
8- > Current status: ** Beta**
9- > Still testing and proving implementation.
10-
118## Installation
129
1310`` mvarcs `` is available on PyPI. Simply install it with `` pip `` :
@@ -19,15 +16,15 @@ python -m pip install mvarcs
1916## Usage
2017
2118To reference the installed certificate authority (CA) bundle, you can use the
22- built-in function
19+ built-in function:
2320
2421``` py
2522import mvarcs
2623mvarcs.where()
2724# '/usr/local/lib/python3.13/site-packages/mvarcs/mvarcs/cacerts.pem'
2825```
2926
30- Additionally, you can get the contents directly
27+ Additionally, you can get the contents directly:
3128
3229``` py
3330import mvarcs
@@ -37,7 +34,8 @@ mvarcs.contents()
3734# -----END CERTIFICATE-----
3835```
3936
40- Or from the command line
37+ Or from the command line:
38+
4139``` sh
4240python -m mvarcs
4341# /usr/local/lib/python3.13/site-packages/mvarcs/mvarcs/cacert.pem
@@ -49,4 +47,5 @@ python -m mvarcs -c
4947```
5048
5149## Addition/Removal of Certificates
52- See https://github.com/markcerts/mvarcs
50+
51+ See < https://github.com/markcerts/mvarcs >
0 commit comments