Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

security_md-0.2.3-py3-none-any.whl (4.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page