veracode-api-py


Nameveracode-api-py JSON
Version 0.9.46 PyPI version JSON
download
home_pagehttps://github.com/tjarrettveracode
SummaryPython helper library for working with the Veracode APIs. Handles retries, pagination, and other features of the modern Veracode REST APIs.
upload_time2023-12-15 18:20:07
maintainer
docs_urlNone
authorTim Jarrett
requires_python>3.7
licenseMIT
keywords veracode veracode-api
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Veracode API Python

Python helper library for working with the Veracode APIs. Handles retries, pagination, and other features of the modern Veracode REST APIs.

Not an official Veracode product. Heavily based on original work by [CTCampbell](https://github.com/ctcampbell).

## Setup

Install from pypi:

    pypi veracode_api_py

(Optional) Save Veracode API credentials in `~/.veracode/credentials`

    [default]
    veracode_api_key_id = <YOUR_API_KEY_ID>
    veracode_api_key_secret = <YOUR_API_KEY_SECRET>

## Use in your applications

Import 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.

You can find sample scripts for some APIs in the [Samples folder](https://github.com/veracode/veracode-api-py/tree/main/samples).

## Docs

For 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).

## Notes

1. Different API calls require different roles. Consult the [Veracode Docs](https://docs.veracode.com/r/c_role_permissions).
2. This library does not include a complete set of Veracode API methods. In particular, it only provides a handful of XML API methods.
3. To use this library (or a script based on it) with a proxy server, you can set environment variables with the addresses of the proxies:

    - `export HTTP_PROXY='http://10.10.10.10:8000'`
    - `export HTTPS_PROXY='http://10.10.10.10:1212'`

4. Contributions are welcome. See the [Contributions guidelines](CONTRIBUTING.md).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/tjarrettveracode",
    "name": "veracode-api-py",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">3.7",
    "maintainer_email": "",
    "keywords": "veracode,veracode-api",
    "author": "Tim Jarrett",
    "author_email": "Tim Jarrett <tjarrett@veracode.com>",
    "download_url": "https://files.pythonhosted.org/packages/49/6c/75774f792a8c689b7e2f9a68286a017d37fd82f5ad76029bc270ce7ba610/veracode_api_py-0.9.46.tar.gz",
    "platform": null,
    "description": "# 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    pypi veracode_api_py\n\n(Optional) Save Veracode API credentials in `~/.veracode/credentials`\n\n    [default]\n    veracode_api_key_id = <YOUR_API_KEY_ID>\n    veracode_api_key_secret = <YOUR_API_KEY_SECRET>\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. 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. To use this library (or a script based on it) with a proxy server, you can set environment variables with the addresses of the proxies:\n\n    - `export HTTP_PROXY='http://10.10.10.10:8000'`\n    - `export HTTPS_PROXY='http://10.10.10.10:1212'`\n\n4. Contributions are welcome. See the [Contributions guidelines](CONTRIBUTING.md).\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python helper library for working with the Veracode APIs. Handles retries, pagination, and other features of the modern Veracode REST APIs.",
    "version": "0.9.46",
    "project_urls": {
        "Bug Tracker": "https://github.com/veracode/veracode-api-py/issues",
        "Download": "https://github.com/veracode/veracode-api-py/archive/v_0946.tar.gz",
        "Homepage": "https://github.com/veracode/veracode-api-py"
    },
    "split_keywords": [
        "veracode",
        "veracode-api"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fb514a33965f6a9b648862fa1cd7174a184bf631e535e60d35c2ca6401eafb86",
                "md5": "386d301cf716ce375d85224c370a184a",
                "sha256": "cd1142cb54e020ca538f89b6df4024ac367b50c037ca81e3683e577257bed92f"
            },
            "downloads": -1,
            "filename": "veracode_api_py-0.9.46-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "386d301cf716ce375d85224c370a184a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">3.7",
            "size": 28664,
            "upload_time": "2023-12-15T18:20:06",
            "upload_time_iso_8601": "2023-12-15T18:20:06.149325Z",
            "url": "https://files.pythonhosted.org/packages/fb/51/4a33965f6a9b648862fa1cd7174a184bf631e535e60d35c2ca6401eafb86/veracode_api_py-0.9.46-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "496c75774f792a8c689b7e2f9a68286a017d37fd82f5ad76029bc270ce7ba610",
                "md5": "be745b59158ff2326ca873183f836b2a",
                "sha256": "dbf72d735e348409c9ba187185000aa6209ea44e38008dcc721fde24a1aaace2"
            },
            "downloads": -1,
            "filename": "veracode_api_py-0.9.46.tar.gz",
            "has_sig": false,
            "md5_digest": "be745b59158ff2326ca873183f836b2a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">3.7",
            "size": 26653,
            "upload_time": "2023-12-15T18:20:07",
            "upload_time_iso_8601": "2023-12-15T18:20:07.719464Z",
            "url": "https://files.pythonhosted.org/packages/49/6c/75774f792a8c689b7e2f9a68286a017d37fd82f5ad76029bc270ce7ba610/veracode_api_py-0.9.46.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-15 18:20:07",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "veracode",
    "github_project": "veracode-api-py",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "veracode-api-py"
}
        
Elapsed time: 0.20007s