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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file rhdzmota_extension_hello_world-0.1.3.tar.gz.
File metadata
- Download URL: rhdzmota_extension_hello_world-0.1.3.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fe60fdf773ca609531ec2240813eafbd2d47efeaf297d8bfcd419a68f91cbad1
|
|
| MD5 |
4ab54cb205325fc038c26605711c7cba
|
|
| BLAKE2b-256 |
6947f2dc8ad9c09f96d6745933b6647ee30f592638be68c7c1946111529befb7
|