Skip to main content

Python version of Exchangedataset historical cryptocurrency market data streaming service.

Project description

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

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

exchangedataset-python-1.1.0.tar.gz (13.1 kB view hashes)

Uploaded Source

Built Distribution

exchangedataset_python-1.1.0-py2.py3-none-any.whl (15.6 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page