Python ThreatGrid API wrapper
Project description
# 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') result = t.submit_sample(open('/path/to/executable', 'rb')) `
History
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
pythreatgrid-1.0.3.tar.gz
(3.4 kB
view hashes)