A Python client for econdb.com/api/
Project description
This Python module provides a python wrapper around the API of Econdb.com.
For a successful response, API users must provide an authentication. To obtain an authentication token, users can register at econdb.com.
Installation
Just type:
pip install inquisitor
You can also find Inquisitor on Github
Documentation
The documentation on installation, use and API description is found at econdb.com documentation page.
Usage example
import inquisitor
qb = inquisitor.Inquisitor()
### List sources
qb.sources()
### List datasets
qb.datasets(source='EU')
### Obtain series data
qb.series(dataset='EI_BSCO_M')
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
inquisitor-0.1.9.tar.gz
(4.3 kB
view details)
Built Distribution
File details
Details for the file inquisitor-0.1.9.tar.gz
.
File metadata
- Download URL: inquisitor-0.1.9.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e442c3c86127c30482cecbed157ae1231a2392aaad2ee7c393da9fcdc09e87d2 |
|
MD5 | ee5fb6dffec468aa3dc3e765344fccba |
|
BLAKE2b-256 | 731a58483de82be131cf2c400966ff7a184485c986d458c54a4dacfa02f67e06 |
File details
Details for the file inquisitor-0.1.9-py2.py3-none-any.whl
.
File metadata
- Download URL: inquisitor-0.1.9-py2.py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ea8f79f544f7141cb622ee90edceb4d007b45c118f0acd8d38b6cf0ad047ab93 |
|
MD5 | f7a0413a99a46343738b2a5ace0b09ab |
|
BLAKE2b-256 | a12c45b522867af6d8913087edac692853d720cfb337841876548aed0774cf5f |