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):
- Navigate into the root luminex directory.
cd luminex-application
- 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
- 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
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
Built Distribution
File details
Details for the file luminex-0.0.1.tar.gz
.
File metadata
- Download URL: luminex-0.0.1.tar.gz
- Upload date:
- Size: 25.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c42438e87ec2f918c02dfe113be1fa9a65d166ba046365256b6264208b7b9d37 |
|
MD5 | c335c7c36bbbb3820d254eb8a059e325 |
|
BLAKE2b-256 | 61d51b63e84989e0774b5adf2985d5754534c6d9cd1a2a8755cdb7de0369e51f |
File details
Details for the file luminex-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: luminex-0.0.1-py3-none-any.whl
- Upload date:
- Size: 30.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 478fd3f8f5f4ba073f5ef4653d98b138227d9326799f23dabc022a0c4a5752bf |
|
MD5 | 1071acfed28f18c3019064a49b860262 |
|
BLAKE2b-256 | 05169aca3b88b52c8903e682fc453c6519fb59385c0faecf938f3bee4901a0ca |