veracode-api-signing
Easily sign any request destined for the Veracode API Gateway
What it is and what it does
Veracode-api-signing is a Python library that automates the signing of HTTP requests sent to Veracode's API Gateway. It handles the cryptographic authentication required by Veracode's API, allowing developers to make authenticated API calls without manually constructing signed headers. The package is built on top of standard HTTP libraries (requests, httpie) and integrates with common Python tooling.
The library is maintained as production-stable and supports modern Python versions (3.10 through 3.14). It's designed as a utility for developers integrating with Veracode's security scanning and analysis APIs, reducing the friction of implementing API authentication by hand.
Use it for:
- Automating Veracode API calls from CI/CD pipelines without manually constructing authentication headers
- Building custom security scanning workflows that interact with Veracode's platform programmatically
- Integrating Veracode security checks into application deployment automation
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Signs HTTP requests destined for the Veracode API Gateway, handling authentication credentials and request signing automatically.
Yes, if you are integrating with Veracode's API. The package is actively maintained, has low install friction, carries a permissive MIT license, and has no known vulnerabilities. It's a straightforward utility for a specific use case—Veracode API authentication—and is worth installing only if that's your need.
Install
veracode-api-signing on PyPI
pip
pip install veracode-api-signinguv
uv add veracode-api-signingpoetry
poetry add veracode-api-signingInstalling veracode-api-signing
Before you install
Low friction installation with a pure Python wheel. Active maintenance status with a recent release (79 days ago). Depends on common, stable libraries: docopt, httpie, pip, requests, and setuptools.
License in practice
MIT license is permissive, allowing use in commercial and proprietary projects with minimal restrictions beyond attribution.
Quickstart
pip install veracode-api-signing
import veracode_api_signing
# Use with requests or httpie to sign Veracode API calls
Requires Python 3.10 or later; depends on requests library for HTTP functionality.
Verify before relying
- Whether this package is intended for direct use or primarily as a plugin/dependency for other Veracode tools
- Specific authentication flow details and whether it integrates with existing HTTP clients or requires wrapper code
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 5 — docopt, httpie, pip, requests, setuptools |
| Maintenance | actively maintained — 79 days since the last release |
| First released | |
| Downloads | 727,835/month — #5,215 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: veracode_api_signing-26.5.0-py2.py3-none-any.whl
Keywords: veracode-api-signing
Tags
More Python Modules packages
Converts domain names between Unicode and…
permissive · top 100 on PyPI
setuptoolsSetuptools is a Python build backend and…
permissive · top 100 on PyPI
PyYAMLPyYAML parses and emits YAML 1.1 data format,…
permissive · top 100 on PyPI
pydanticPydantic validates Python data structures…
permissive · top 100 on PyPI
annotated-typesProvides reusable metadata objects for use with…
permissive · top 100 on PyPI
typing-inspectionProvides runtime tools to inspect and…
permissive · top 100 on PyPI
veracode-api-pyProvides a Python wrapper for Veracode REST…
permissive · top 15,000 on PyPI
turnkey-api-key-stamperSigns Turnkey API requests with your API key…
permissive · top 15,000 on PyPI
requests-aws-signAdds AWS V4 request signing to the requests…
permissive · top 5,000 on PyPI
aws-request-signerSigns HTTP requests using AWS Signature V4,…
permissive · top 15,000 on PyPI
aws-requests-authAdds AWS Signature Version 4 authentication to…
permissive · top 1,000 on PyPI
py-builder-signing-sdkGenerates cryptographically signed HTTP headers…
permissive · top 15,000 on PyPI
itsdangerousItsDangerous cryptographically signs data to…
permissive · top 1,000 on PyPI
requests-aws4authAdds AWS Signature Version 4 authentication to…
permissive · top 1,000 on PyPI
requests-sigv4Adds AWS Signature Version 4 signing to…
permissive · top 5,000 on PyPI
aws-sdk-signersProvides standalone SigV4 request signing for…
permissive · top 15,000 on PyPI