exchangedataset-python
exchangedataset-python is a library for Python 3 to allow easy integration of the Exchangedataset service.
About Exchangedataset
Exchangedataset is the historical cryptocurrency market data streaming service.
Requirements
- Python 3.8 or more
- Pipenv
License
MIT License
This library is free to distribute and modify under the condition that you include a license notice.
Install Library
You can install the package by pip3 command:
pip3 install exchangedataset-python
This will install the latest and available version of this library.
As shown above, its package name in PyPi is exchangedataset-python.
Import
The module is named exdpy.
Please note that it is different from the package name.
import exdpy
Development
This information is for the developer of this library.
Thank you for your contribution.
Environment Setup
This project utilizes Pipenv.
It is a package managing and virtual environment utility.
To fetch all dependencies (including development dependencies), run the command below:
pipenv install --dev
This will install all dependencies needed to run exchangedataset-python.
Test
Unit test files are under tests/ directory.
All tests can be conducted by running the command below:
pipenv run pytest
Documentation Generation
API Documentation can be generated by running the below command in sphinx directory:
pipenv run make
Deploy
The command below will package all python files under the exdpy directory and upload it to PyPi.
pipenv run setup.py upload
Release files for exchangedataset-python 1.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| exchangedataset-python-1.1.0.tar.gz | 13.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| exchangedataset_python-1.1.0-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Total release size: 28.7 kB
Release files / exchangedataset-python-1.1.0.tar.gz
| Download URL | exchangedataset-python-1.1.0.tar.gz |
|---|---|
| Size | 13.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
51558163a5144ad5d38988c7b35ec0c6716f080e2c4b91deb0f8ea028f444c7b
|
|
BLAKE2b-256 checksum How to use checksums |
de72108202dbff0a7f8ccafca91bad4b87da9131f5f0c74af06902cb94d85b18
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5
|
Release files / exchangedataset_python-1.1.0-py2.py3-none-any.whl
| Download URL | exchangedataset_python-1.1.0-py2.py3-none-any.whl |
|---|---|
| Size | 15.6 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
340ed47aa6b903a5d6972b3d658012cadbc9d420ac8e99e1dbecaeac1a335428
|
|
BLAKE2b-256 checksum How to use checksums |
a058bb9dd61e035112707472f9df7b5f43b2624219bb89d2c16b754ed10b1217
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5
|