Skip to content

Commit 483cc8f

Browse files
committed
Remove beta/testing status
1 parent 2785e47 commit 483cc8f

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
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

2118
To reference the installed certificate authority (CA) bundle, you can use the
22-
built-in function
19+
built-in function:
2320

2421
``` py
2522
import mvarcs
2623
mvarcs.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
3330
import 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
4240
python -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

Comments
 (0)