DeepTrade Python Library
The DeepTrade Python library provides convenient access to the DeepTrade API from applications written in the Python language. It includes a pre-defined set of classes for API resources that initialize themselves dynamically from API responses.
Documentation
See the Python API docs.
Installation
You don't need this source code unless you want to modify the package. If you just want to use the package, just run:
pip install --upgrade deeptrade
Install from source with:
python setup.py install
Requirements
- Python 2.7+ or Python 3.4+ (PyPy supported)
Usage
The library needs to be configured with your account's secret key which is
available in your [DeepTrade Dashboard][api-keys]. Set deeptrade.api_key to its
value:
import deeptrade
deeptrade.api_key = "123abc_..."
# get sentiment by date
deeptrade.Sentiment().by_date(date='2018-02-23',dataframe=True)
Release files for deeptrade 0.0.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| deeptrade-0.0.5-py3-none-any.whl | Python 3 | none | any | Details |
Release files / deeptrade-0.0.5-py3-none-any.whl
| Download URL | deeptrade-0.0.5-py3-none-any.whl |
|---|---|
| Size | 4.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
706c0ff302b0edf51a73a8906e797522f65b5305dc0e5176ed4bd60871af8262
|
|
BLAKE2b-256 checksum How to use checksums |
2b79e6f77e072513fa27fbf677e1335446fe10bbba6cea9b00347fd97666ae5d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.18.4 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.26.0 CPython/3.6.7
|