Python ThreatGrid API wrapper
Project description
[![Build Status](https://travis-ci.org/RustyBower/pythreatgrid.svg?branch=master)](https://travis-ci.org/RustyBower/pythreatgrid)
pythreatgrid
A Python wrapper for the ThreatGrid API
Installation
Install via PIP ` pip install pythreatgrid `
Install from source ` git clone https://github.com/RustyBower/pythreatgrid.git cd pythreatgrid python setup.py install `
Usage
` import pythreatgrid t = pythreatgrid.ThreatGrid(api_key='API_KEY', api_host='API_HOST') result = t.submit_sample(open('/path/to/executable', 'rb')) `
History
1.0.6 (2018-05-09)
Updating documentation and renaming files
1.0.5 (2018-05-09)
Fixing setup.py to properly include README and HISTORY files
1.0.4 (2018-05-08)
Final travis configuration fixes
1.0.3 (2018-05-08)
Fixing travis-ci + PyPI integration
1.0.2 (2018-05-08)
Adding supported Python versions
1.0.1 (2018-05-08)
Bumping version to sync PyPI with correct download link
1.0.0 (2018-05-08)
First release on PyPI.
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
File details
Details for the file pythreatgrid-1.0.6.tar.gz
.
File metadata
- Download URL: pythreatgrid-1.0.6.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9a8004aac89ea5a30bfaa42d7100d1ad14d607fb277fa454bfd0ec883730b35f |
|
MD5 | 61c27cfce6b272e0816ea90d759690bd |
|
BLAKE2b-256 | 211dba81140762ef074648e48013186d1a4422961e7546f2b163c9b498a1d10c |