Common utilities for Camptocamp CI
Project description
SECURITY.md
Tools used to parse standardize SECURITY.md files.
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-0.2.3.tar.gz
(3.8 kB
view details)
Built Distribution
File details
Details for the file security_md-0.2.3.tar.gz
.
File metadata
- Download URL: security_md-0.2.3.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cc766d03b01d1f5e49ed616480cc5f92469eb5e278466f71066b7acbd011adad |
|
MD5 | ab2ffcdb09c9ff8960e97459fdc615cc |
|
BLAKE2b-256 | 0a709aa1506587b3b73067d2adf3c80c57e9f75270ac5e1fd3c06a7b32303c37 |
File details
Details for the file security_md-0.2.3-py3-none-any.whl
.
File metadata
- Download URL: security_md-0.2.3-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e95e454d7c7b9786a7af16c8d5fa657cdad575d76b74c69d4b1f3f88548bbd82 |
|
MD5 | cf88360eff80bd0da8dea81042c4d27b |
|
BLAKE2b-256 | 0506a806026b60770f292ea5cdb972339455c1a6a623ec6105b11f0754a3e7a4 |