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.10 (2018-05-09)
------------------
* Fixing PyPI README deploy
1.0.9 (2018-05-09)
------------------
* More package cleanup
1.0.8 (2018-05-09)
------------------
* Enable PyPI Markdown Support
1.0.7 (2018-05-09)
------------------
* Cleaning up package files
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.
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.10 (2018-05-09)
------------------
* Fixing PyPI README deploy
1.0.9 (2018-05-09)
------------------
* More package cleanup
1.0.8 (2018-05-09)
------------------
* Enable PyPI Markdown Support
1.0.7 (2018-05-09)
------------------
* Cleaning up package files
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
pythreatgrid-1.0.11.tar.gz
(4.7 kB
view details)
File details
Details for the file pythreatgrid-1.0.11.tar.gz
.
File metadata
- Download URL: pythreatgrid-1.0.11.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 49d94c349dd92d0bb5d2b922e71f8d7ef52a3a65bd38caff75b1697630dbadf4 |
|
MD5 | 743861a3ccb4476a6d31bd478faa27a3 |
|
BLAKE2b-256 | b1ffdf080c3961a67861d911b2d0e1dbd8a04d5849331a059d620ab84fd839ea |