{ "info": { "author": "", "author_email": "", "bugtrack_url": null, "classifiers": [], "description": "# cloudmersive_virus_api_client\nThe Cloudmersive Virus Scan API lets you scan files and content for viruses and identify security issues with content.\n\nThis Python package provides a native API client for [Cloudmersive Anti-Virus Scan API](https://www.cloudmersive.com/virus-api)\n\n- API version: v1\n- Package version: 2.0.2\n- Build package: io.swagger.codegen.languages.PythonClientCodegen\n\n## Requirements.\n\nPython 2.7 and 3.4+\n\n## Installation & Usage\n### pip install\n\nIf the python package is hosted on Github, you can install directly from Github\n\n```sh\npip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git\n```\n(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git`)\n\nThen import the package:\n```python\nimport cloudmersive_virus_api_client \n```\n\n### Setuptools\n\nInstall via [Setuptools](http://pypi.python.org/pypi/setuptools).\n\n```sh\npython setup.py install --user\n```\n(or `sudo python setup.py install` to install the package for all users)\n\nThen import the package:\n```python\nimport cloudmersive_virus_api_client\n```\n\n## Getting Started\n\nPlease follow the [installation procedure](#installation--usage) and then run the following:\n\n```python\nfrom __future__ import print_function\nimport time\nimport cloudmersive_virus_api_client\nfrom cloudmersive_virus_api_client.rest import ApiException\nfrom pprint import pprint\n\n# Configure API key authorization: Apikey\nconfiguration = cloudmersive_virus_api_client.Configuration()\nconfiguration.api_key['Apikey'] = 'YOUR_API_KEY'\n# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed\n# configuration.api_key_prefix['Apikey'] = 'Bearer'\n\n# create an instance of the API class\napi_instance = cloudmersive_virus_api_client.ScanApi(cloudmersive_virus_api_client.ApiClient(configuration))\ninput_file = '/path/to/file.txt' # file | Input file to perform the operation on.\n\ntry:\n # Scan a file for viruses\n api_response = api_instance.scan_file(input_file)\n pprint(api_response)\nexcept ApiException as e:\n print(\"Exception when calling ScanApi->scan_file: %s\\n\" % e)\n\n```\n\n## Documentation for API Endpoints\n\nAll URIs are relative to *https://api.cloudmersive.com*\n\nClass | Method | HTTP request | Description\n------------ | ------------- | ------------- | -------------\n*ScanApi* | [**scan_file**](docs/ScanApi.md#scan_file) | **POST** /virus/scan/file | Scan a file for viruses\n*ScanApi* | [**scan_website**](docs/ScanApi.md#scan_website) | **POST** /virus/scan/website | Scan a website for malicious content and threats\n\n\n## Documentation For Models\n\n - [VirusFound](docs/VirusFound.md)\n - [VirusScanResult](docs/VirusScanResult.md)\n - [WebsiteScanRequest](docs/WebsiteScanRequest.md)\n - [WebsiteScanResult](docs/WebsiteScanResult.md)\n\n\n## Documentation For Authorization\n\n\n## Apikey\n\n- **Type**: API key\n- **API key parameter name**: Apikey\n- **Location**: HTTP header\n\n\n## Author", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://www.cloudmersive.com/virus-api", "keywords": "Swagger,virusapi", "license": "", "maintainer": "", "maintainer_email": "", "name": "cloudmersive-virus-api-client", "package_url": "https://pypi.org/project/cloudmersive-virus-api-client/", "platform": "", "project_url": "https://pypi.org/project/cloudmersive-virus-api-client/", "project_urls": { "Homepage": "https://www.cloudmersive.com/virus-api" }, "release_url": "https://pypi.org/project/cloudmersive-virus-api-client/2.0.2/", "requires_dist": null, "requires_python": "", "summary": "virusapi", "version": "2.0.2" }, "last_serial": 5772348, "releases": { "2.0.2": [ { "comment_text": "", "digests": { "md5": "82b43bd5959e914741b019785e5ad3d0", "sha256": "97bb97f74a7ec06f5cebe0f9f58bf584ed4051c698c14761e98eca002a6c416f" }, "downloads": -1, "filename": "cloudmersive_virus_api_client-2.0.2.tar.gz", "has_sig": false, "md5_digest": "82b43bd5959e914741b019785e5ad3d0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16237, "upload_time": "2019-09-02T19:46:36", "url": "https://files.pythonhosted.org/packages/68/2d/11a7b4107f81cb4c85c3ee66b276b047d9ab690c9c00b672878cf4b357bb/cloudmersive_virus_api_client-2.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "82b43bd5959e914741b019785e5ad3d0", "sha256": "97bb97f74a7ec06f5cebe0f9f58bf584ed4051c698c14761e98eca002a6c416f" }, "downloads": -1, "filename": "cloudmersive_virus_api_client-2.0.2.tar.gz", "has_sig": false, "md5_digest": "82b43bd5959e914741b019785e5ad3d0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16237, "upload_time": "2019-09-02T19:46:36", "url": "https://files.pythonhosted.org/packages/68/2d/11a7b4107f81cb4c85c3ee66b276b047d9ab690c9c00b672878cf4b357bb/cloudmersive_virus_api_client-2.0.2.tar.gz" } ] }