Skip to main content

RHDZMOTA Extension App: hello_world

Project description

RHDZMOTA EXT: hello_world

Package extensions have 2 main purposes:

  • Split the dependency sets into several smaller python projects
  • Serve as domain-specific packages (i.e., split functionality).

About the hello_world extension

This package extension is intended to be used as reference and for testing purposes. It contains a simple (almost trivial) implementation of the classic hello-world example.

Linked Installation

Most extensions can be installed indirectly via the main package by providing an extra-dependency tag. Example:

$ pip install 'rhdzmota[ext.hello_world]'
  • General pattern: 'rhdzmota[ext.{{extension-slug}}]'

Standalone Installations

Package extensions can also be installed independently. For example:

$ pip install rhdzmota_extension_hello_world
  • General pattern: rhdzmota_extension_{{extension-slug}}

You can also install them locally:

$ EXT_BUILD_LOCAL=1 pip install -e extensions/hello_world
  • General pattern: EXT_BUILD_LOCAL=1 pip install -e path/to/extension

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

rhdzmota_extension_hello_world-0.1.1.tar.gz (3.6 kB view hashes)

Uploaded Source

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