Common utilities for Camptocamp CI
Project description
SECURITY.md
Tools used to parse standardize SECURITY.md files.
Install
pip install security.md
Usage
from security_md import Security
security = Security("""
| Version | Supported Until | Alternate Tag |
| --------------- | --------------- | ------------- |
| 7.6 | 23/06/2025 | |
| 7.6-gdal3.7 | Best effort | |
| 7.6-gdal3.8 | Best effort | 7.6 |
| 7.6-gdal3.9 | Best effort | |
""")
print(security.headers)
print(security.raw)
for version in security.supported_versions():
print(version)
print(security.all_tags(version))
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
security_md-1.0.0.tar.gz
(4.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file security_md-1.0.0.tar.gz.
File metadata
- Download URL: security_md-1.0.0.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5acedaa2fd5f90fe907ebaaf9b47d1887f4ba26b57bebac1a7d97ac3bcc99c6b
|
|
| MD5 |
923a7bdcffc5e208d7cca8e8b2838845
|
|
| BLAKE2b-256 |
bcaa93ae4c8d52b680401ae598cebb03230014be9d1ba863222b1217801eb8eb
|
File details
Details for the file security_md-1.0.0-py3-none-any.whl.
File metadata
- Download URL: security_md-1.0.0-py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
813cf89038f4303dfedf6adc4ed435fad8b4f701a98ca4bd9c6b9b1210773ff2
|
|
| MD5 |
22262780297a965b24728390e8a55358
|
|
| BLAKE2b-256 |
43f01cbc3b2d7658876681a3a7a17fc6351407777d60bffad4557329e4aa229b
|