Metadata-Version: 2.4
Name: omxtra
Version: 0.0.0.dev526
Summary: omxtra
Author: wrmsr
License-Expression: BSD-3-Clause
Project-URL: source, https://github.com/wrmsr/omlish
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.13
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: omlish==0.0.0.dev526
Dynamic: license-file

# Overview

Core-like code not appropriate for inclusion in `omlish` for one reason or another. A bit like
[`golang.org/x`](https://pkg.go.dev/golang.org/x) but even less suitable for production use.

Code here is usually in the process of either moving out of or moving into `omlish` proper, or being demoted to the
unpublished `x` root dir, or just being deleted.

# Notable packages

- **[text.antlr](https://github.com/wrmsr/omlish/blob/master/omxtra/text/antlr)** -
  [ANTLR](https://www.antlr.org/)-related code. The codebase is generally moving away from antlr in favor of an internal
  [abnf engine](https://github.com/wrmsr/omlish/blob/master/oextra/text/abnf), but I have other projects that need the
  full power of antlr, so it may remain as an optional dep for utility code (much like sqlalchemy).
