Skip to content

Files

Latest commit

2835531 · May 2, 2025

History

History

omdev

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Mar 28, 2025
Jan 22, 2025
Apr 30, 2025
Apr 28, 2025
Mar 14, 2025
Apr 21, 2025
Apr 24, 2025
Mar 12, 2025
May 2, 2025
Mar 4, 2025
Apr 30, 2025
Mar 7, 2025
Apr 10, 2025
Feb 20, 2025
Mar 26, 2025
Mar 12, 2025
Mar 7, 2025
Apr 2, 2025
Apr 22, 2025
Apr 28, 2025
Apr 24, 2025
Apr 24, 2025
Apr 28, 2025
Apr 15, 2025
Apr 16, 2025
Apr 28, 2025
May 2, 2025
Apr 24, 2025
Apr 23, 2025
Jun 27, 2024
Apr 11, 2025
Sep 11, 2024
Apr 11, 2025
Feb 18, 2025
Feb 12, 2025

Overview

Development utilities and support code.

Notable packages

  • cli - The codebase's all-in-one CLI. This is not installed as an entrypoint / command when this package is itself installed - that is separated into the omdev-cli installable package so as to not pollute users' bin/ directories when depping this lib for its utility code.

  • amalg - The amalgamator.

Amalgamation

Amalgamation is the process of stitching together multiple python source files into a single self-contained python script. 'lite' code is written in a style conducive to this.