{"id":38057444,"url":"https://github.com/veracode/veracode-api-py","last_synced_at":"2026-01-16T20:26:13.867Z","repository":{"id":40466811,"uuid":"292622429","full_name":"veracode/veracode-api-py","owner":"veracode","description":"Python helper library for working with the Veracode APIs. Handles retries, pagination, and other features of the modern Veracode REST APIs.","archived":false,"fork":false,"pushed_at":"2025-11-21T15:37:28.000Z","size":369,"stargazers_count":25,"open_issues_count":11,"forks_count":33,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-11-21T17:14:07.469Z","etag":null,"topics":["api","veracode","veracode-apis"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/veracode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-09-03T16:25:51.000Z","updated_at":"2025-11-21T15:05:32.000Z","dependencies_parsed_at":"2024-02-23T05:28:31.310Z","dependency_job_id":"34c6a1da-e77c-424e-93e3-5e7d096322cc","html_url":"https://github.com/veracode/veracode-api-py","commit_stats":null,"previous_names":[],"tags_count":75,"template":false,"template_full_name":null,"purl":"pkg:github/veracode/veracode-api-py","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veracode%2Fveracode-api-py","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veracode%2Fveracode-api-py/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veracode%2Fveracode-api-py/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veracode%2Fveracode-api-py/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/veracode","download_url":"https://codeload.github.com/veracode/veracode-api-py/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veracode%2Fveracode-api-py/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28482267,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","veracode","veracode-apis"],"created_at":"2026-01-16T20:26:13.323Z","updated_at":"2026-01-16T20:26:13.851Z","avatar_url":"https://github.com/veracode.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Veracode API Python\n\nPython helper library for working with the Veracode APIs. Handles retries, pagination, and other features of the modern Veracode REST APIs.\n\nNot an official Veracode product. Heavily based on original work by [CTCampbell](https://github.com/ctcampbell).\n\n## Setup\n\nInstall from pypi:\n\n    pip install veracode-api-py\n\n### Authenticating from a developer machine\n\nSave Veracode API credentials in `~/.veracode/credentials`\n\n    [default]\n    veracode_api_key_id = \u003cYOUR_API_KEY_ID\u003e\n    veracode_api_key_secret = \u003cYOUR_API_KEY_SECRET\u003e\n\n### Authenticating from a pipeline\n\nSet Veracode API credentials as environment variables.\n\n    export VERACODE_API_KEY_ID=\u003cYOUR_API_KEY_ID\u003e\n    export VERACODE_API_KEY_SECRET=\u003cYOUR_API_KEY_SECRET\u003e\n\n### Authenticating through a proxy\n\nTo use this library (or a script based on it) with a proxy server, set environment variables with the address of the proxy:\n\n    export HTTP_PROXY='http://10.10.10.10:8000'\n    export HTTPS_PROXY='http://10.10.10.10:1212'\n\n## Use in your applications\n\nImport VeracodeAPI or one of the individual API classes into your code and call the methods. Most methods return JSON or XML depending on the underlying API.\n\nYou can find sample scripts for some APIs in the [Samples folder](https://github.com/veracode/veracode-api-py/tree/main/samples).\n\n## Docs\n\nFor detailed documentation on the available methods, please see the [veracode-api-py docs](https://github.com/veracode/veracode-api-py/blob/main/docs/docs.md).\n\n## Notes\n\n1. Different API calls require different roles or permissions. Consult the [Veracode Docs](https://docs.veracode.com/r/c_role_permissions).\n2. This library does not include a complete set of Veracode API methods. In particular, it only provides a handful of XML API methods.\n3. Contributions are welcome. See the [Contributions guidelines](CONTRIBUTING.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fveracode%2Fveracode-api-py","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fveracode%2Fveracode-api-py","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fveracode%2Fveracode-api-py/lists"}