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
Release files for rhdzmota-extension-hello-world 0.1.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| rhdzmota_extension_hello_world-0.1.3.tar.gz | 3.9 kB | Details |
Release files / rhdzmota_extension_hello_world-0.1.3.tar.gz
| Download URL | rhdzmota_extension_hello_world-0.1.3.tar.gz |
|---|---|
| Size | 3.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
fe60fdf773ca609531ec2240813eafbd2d47efeaf297d8bfcd419a68f91cbad1
|
|
BLAKE2b-256 checksum How to use checksums |
6947f2dc8ad9c09f96d6745933b6647ee30f592638be68c7c1946111529befb7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.10.12
|