Skip to main content

Dish DevEx open source SDK

Project description

DevEx SDK

Installing devex_sdk from PyPi (Latest Release):

pip install devex-sdk

or

pip install git+https://github.com/DISHDevEx/dish-devex-sdk.git

Installing devex_sdk from local build (beta testing):

  1. Navigate into the root devex_sdk directory.
cd dish-devex-sdk
  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/devex_sdk-<VERSION_NUMBER>-py3-none-any.whl

Usage

Once complete, devex_sdk 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 devex_sdk

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

>>> dir(devex_sdk)

The package and included functions can then be used like any other Python library. Functions can be used via dot notation with the specified packages:

>>> devex_sdk.multiply(2,3)
6

Alternatively, you can import all algorithms from the devex_sdk library and use each without the use of dot notation:

>>> from devex_sdk import *
>>> multiply(2,3)
6

History

View version history and release notes in HISTORY.

Contributing

Learn how about CONTRIBUTING to devex_sdk.

Releases on GitHub

View all DevEx SDK releases on GitHub.

Releases on PyPi

View all DevEx SDK release history on PyPi.

Python Packages in DevEx SDK

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

devex_sdk-1.0.4.tar.gz (24.7 kB view details)

Uploaded Source

Built Distribution

devex_sdk-1.0.4-py3-none-any.whl (39.3 kB view details)

Uploaded Python 3

File details

Details for the file devex_sdk-1.0.4.tar.gz.

File metadata

  • Download URL: devex_sdk-1.0.4.tar.gz
  • Upload date:
  • Size: 24.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.17

File hashes

Hashes for devex_sdk-1.0.4.tar.gz
Algorithm Hash digest
SHA256 24573fda5ee2f2df170f953c71e3cbc624bbd9575187906e762e6137dbb1790d
MD5 9718a19f138acd05f5768456de9e084b
BLAKE2b-256 b6c1e73b94b8c0d26714933c4c378ffbec5ef30f43aa49bd31b3cb383f0fa576

See more details on using hashes here.

File details

Details for the file devex_sdk-1.0.4-py3-none-any.whl.

File metadata

  • Download URL: devex_sdk-1.0.4-py3-none-any.whl
  • Upload date:
  • Size: 39.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.17

File hashes

Hashes for devex_sdk-1.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 ac5fc793421c1b4b6b15642ac004bbd712a35898eb8baa359549e9731224ae49
MD5 ca861289360755009a34e66d79526794
BLAKE2b-256 b477d9a90201c5029c08d682e6b77d18255945be5102f12d188bce7ee8ce659c

See more details on using hashes here.

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