# mvarcs: Python Mark Verifying Authority Root Certificates
mvarcs provides a collection of Root Certificates for validating
the trustworthiness of Mark Certificates such as Verified Mark
Certificates (VMC) and Common Mark Certificates (CMC) used in BIMI
(Brand Indicators for Message Identification).
> Current status: **Beta**
> Still testing and proving implementation.
## Installation
``mvarcs`` is available on PyPI. Simply install it with ``pip``:
``` sh
python -m pip install mvarcs
```
## Usage
To reference the installed certificate authority (CA) bundle, you can use the
built-in function
``` py
import mvarcs
mvarcs.where()
# '/usr/local/lib/python3.13/site-packages/mvarcs/mvarcs/cacerts.pem'
```
Additionally, you can get the contents directly
``` py
import mvarcs
mvarcs.contents()
# Issuer: ...
# ...
# -----END CERTIFICATE-----
```
Or from the command line
``` sh
python -m mvarcs
# /usr/local/lib/python3.13/site-packages/mvarcs/mvarcs/cacert.pem
python -m mvarcs -c
# Issuer: ...
# ...
# -----END CERTIFICATE-----
```
## Addition/Removal of Certificates
See https://github.com/markcerts/mvarcs
Raw data
{
"_id": null,
"home_page": "https://github.com/markcerts/mvarcs-python",
"name": "mvarcs",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": null,
"keywords": "BIMI, VMC, CMC, Verification, Trusted",
"author": "OllieJC",
"author_email": "mvarcs-pypi@olliejc.uk",
"download_url": "https://files.pythonhosted.org/packages/a8/7a/6bb2398d481b2e44c8cf1720945f7832612f166cdbe676108b7b4038216f/mvarcs-0.1.1.tar.gz",
"platform": null,
"description": "# mvarcs: Python Mark Verifying Authority Root Certificates\n\nmvarcs provides a collection of Root Certificates for validating \nthe trustworthiness of Mark Certificates such as Verified Mark \nCertificates (VMC) and Common Mark Certificates (CMC) used in BIMI \n(Brand Indicators for Message Identification).\n\n> Current status: **Beta** \n> Still testing and proving implementation.\n\n## Installation\n\n``mvarcs`` is available on PyPI. Simply install it with ``pip``:\n\n``` sh\npython -m pip install mvarcs\n```\n\n## Usage\n\nTo reference the installed certificate authority (CA) bundle, you can use the\nbuilt-in function\n\n``` py\nimport mvarcs\nmvarcs.where()\n# '/usr/local/lib/python3.13/site-packages/mvarcs/mvarcs/cacerts.pem'\n```\n\nAdditionally, you can get the contents directly\n\n``` py\nimport mvarcs\nmvarcs.contents()\n# Issuer: ...\n# ...\n# -----END CERTIFICATE-----\n```\n\nOr from the command line\n``` sh\npython -m mvarcs\n# /usr/local/lib/python3.13/site-packages/mvarcs/mvarcs/cacert.pem\n\npython -m mvarcs -c\n# Issuer: ...\n# ...\n# -----END CERTIFICATE-----\n```\n\n## Addition/Removal of Certificates\nSee https://github.com/markcerts/mvarcs\n",
"bugtrack_url": null,
"license": "The Unlicense",
"summary": "Python package for providing the MVA Root Certificates Store",
"version": "0.1.1",
"project_urls": {
"Bug Tracker": "https://github.com/markcerts/mvarcs-python/issues",
"Homepage": "https://github.com/markcerts/mvarcs-python",
"MVARCS": "https://github.com/markcerts/mvarcs"
},
"split_keywords": [
"bimi",
" vmc",
" cmc",
" verification",
" trusted"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "1520c0761d31ee31fccfd083893c14616cccdb082700ec97a39cb58cf148d5ee",
"md5": "595b47adb8d7d0ce0d43e8dc63372161",
"sha256": "6fd2451cc473154f0338afab03599fd30fd144eb3591b5161dab88dc3f9ca63f"
},
"downloads": -1,
"filename": "mvarcs-0.1.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "595b47adb8d7d0ce0d43e8dc63372161",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 8110,
"upload_time": "2024-12-25T16:57:00",
"upload_time_iso_8601": "2024-12-25T16:57:00.503021Z",
"url": "https://files.pythonhosted.org/packages/15/20/c0761d31ee31fccfd083893c14616cccdb082700ec97a39cb58cf148d5ee/mvarcs-0.1.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a87a6bb2398d481b2e44c8cf1720945f7832612f166cdbe676108b7b4038216f",
"md5": "dcb63cdc2bc4d1021fcbc56d1851bf25",
"sha256": "33abb7ee25cc4746e04081315c1354b8ba2f726d9fbfe6df8b2b8aa7ab79e2e8"
},
"downloads": -1,
"filename": "mvarcs-0.1.1.tar.gz",
"has_sig": false,
"md5_digest": "dcb63cdc2bc4d1021fcbc56d1851bf25",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 7968,
"upload_time": "2024-12-25T16:57:02",
"upload_time_iso_8601": "2024-12-25T16:57:02.942790Z",
"url": "https://files.pythonhosted.org/packages/a8/7a/6bb2398d481b2e44c8cf1720945f7832612f166cdbe676108b7b4038216f/mvarcs-0.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-25 16:57:02",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "markcerts",
"github_project": "mvarcs-python",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "mvarcs"
}