DNX data solution package


License
Apache-2.0
Install
pip install dnx-data==0.4.8

Documentation

dnx-data

This is the DNX data solution package.

Setup

Dependencies

  • Python 3

Python Virtual Environment

# Create environment
python3 -m venv env

# To activate the environment
source env/bin/activate

# When you finish you can exit typing
deactivate

Install and test module

#### Install dependencies and module
pip3 install --editable .

Authors

Module managed by DNX Solutions.

License

Apache 2 Licensed. See LICENSE for full details.