A python library to communicate with the DeepTrade API
Project description
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)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file deeptrade-0.0.5-py3-none-any.whl.
File metadata
- Download URL: deeptrade-0.0.5-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using 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
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
706c0ff302b0edf51a73a8906e797522f65b5305dc0e5176ed4bd60871af8262
|
|
| MD5 |
592f4e9a15f0197d5d8b508cac2cf9df
|
|
| BLAKE2b-256 |
2b79e6f77e072513fa27fbf677e1335446fe10bbba6cea9b00347fd97666ae5d
|