Automation Mojo Startup Package
Project description
mojo-startup
This package sets up a pattern for extremely early pre-configuration of variable extensibility hook for the startup configuration. This module looks for a single environment variable to be set:
MJR_STARTUP_SETTINGS
The value of this variable is accessed like so:
from mojo.startup.startupvariables import MOJO_STARTUP_VARIABLES
print(MOJO_STARTUP_VARIABLES.MJR_STARTUP_SETTINGS)
The MJR_STARTUP_SETTINGS is an environment variable that is is set to the path for a config file that should point to the configuration file that is used to startup the environment of a process.
The default value for the MJR_STARTUP_SETTINGS variable is ~/.mojo.config.
The mojo-startup module makes a singleton ConfigParser available for other modules to use. This configuration parser can be accessed by:
from mojo.startup.wellknown import StartupConfigSingleton
cparser = StartupConfigSingleton()
defaults_section = cparser["DEFAULTS"]
someval = defaults_section["SOME_VARIABLE"]
Description
This module does one very important thing. It establishes the path for all other ‘mojo’ packages on where to load default config from. This is very important because it provides extensibility as early as possible before the running of any code.
The pattern established for defaults for variables is: * Variable is set to a hard coded default * Startup configuration is checked for an override * The environment variables are checked for an override
Code Organization
.vscode - Common tasks
development - This is where the runtime environment scripts are located
repository-setup - Scripts for homing your repository and to your checkout and machine setup
userguide - Where you put your user guide
source/packages - Put your root folder here ‘source/packages/(root-module-folder)’
source/sphinx - This is the Sphinx documentation folder
workspaces - This is where you add VSCode workspaces templates and where workspaces show up when homed.
References
User Guide <userguide/userguide.rst>
Coding Standards <userguide/10-00-coding-standards.rst>
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 mojo_startup-1.3.10.tar.gz
.
File metadata
- Download URL: mojo_startup-1.3.10.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.0 CPython/3.12.1 Darwin/23.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b8e43f8a0eb88f83fa43f31c0ac4d2fa15bb7d7c35cdbb5c337402305d7401f2 |
|
MD5 | d9b75063483fca751887b3fad5378304 |
|
BLAKE2b-256 | 5a4f14f0a23b24e7d66027b33e4ac81f17e6b7cf8271c93ee1eb6955c5ef2bb4 |
File details
Details for the file mojo_startup-1.3.10-py3-none-any.whl
.
File metadata
- Download URL: mojo_startup-1.3.10-py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.0 CPython/3.12.1 Darwin/23.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c5c3f268c00670624e3795509fa915494e1f49ac68e79a9bbdc8ddd40e47e4dc |
|
MD5 | 2784cb54f1ed95e742f24c08b684e117 |
|
BLAKE2b-256 | f8abb55d4a3bb3e7f78a88de605fc1a92e2cd1798fec360899b2c0899efce455 |