Skip to main content

On the Fly ETL application

Project description

Luminex Application

Installing luminex from PyPi (Latest Release):

pip install luminex

or

pip install git+https://github.com/DISHDevEx/luminex-application.git

Installing luminex from local build (beta testing):

  1. Navigate into the root luminex directory.
cd luminex-application
  1. Run the following command to create the wheel file
python setup.py bdist_wheel --version <VERSION_NUMBER>

NOTE: the <VERSION_NUMBER> only effects your local build. You can use any version number you like. This can be helpful in testing prior to submitting a pull request. Alternatively, you can eclude the --version <VERSION_NUMBER> flag and the .whl file name will output as devex_sdk-VERSION_PLACEHOLDER-py3-none-any.whl

  1. Next, pip install the wheel file by running the following command, note that the version will change depending upon the release:
pip install /dist/luminex-<VERSION_NUMBER>-py3-none-any.whl

Usage

Once complete, luminex will be available in your Python evironment for use. Enter your Python environment and import devex_sdk as you would with any other library or package.

>>> import luminex

All functions contained in luminex available for use can be listed by listing the package directory structure:

>>> dir(luminex)

History

View version history and release notes in HISTORY.

Contributing

Learn how about CONTRIBUTING to luminex.

Releases on GitHub

View all Luminex releases on GitHub.

Releases on PyPi

View all Luminex release history on PyPi.

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

luminex-0.0.2.tar.gz (25.0 kB view hashes)

Uploaded Source

Built Distribution

luminex-0.0.2-py3-none-any.whl (30.1 kB view hashes)

Uploaded 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