omdev-cli 0.0.0.dev312__tar.gz → 0.0.0.dev314__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: omdev-cli
3
- Version: 0.0.0.dev312
3
+ Version: 0.0.0.dev314
4
4
  Summary: omdev
5
5
  Author: wrmsr
6
6
  License: BSD-3-Clause
@@ -12,5 +12,5 @@ Classifier: Operating System :: OS Independent
12
12
  Classifier: Operating System :: POSIX
13
13
  Requires-Python: >=3.12
14
14
  License-File: LICENSE
15
- Requires-Dist: omdev==0.0.0.dev312
15
+ Requires-Dist: omdev==0.0.0.dev314
16
16
  Dynamic: license-file
@@ -11,16 +11,20 @@ Development utilities and support code.
11
11
  - **[amalg](amalg)** - The [amalgamator](#amalgamation).
12
12
 
13
13
  - **[pyproject](pyproject)** ([amalg](scripts/pyproject.py)) - python project management tool. wrangles but does not
14
- replace tools like venv, pip, setuptools, and uv. this should grow to eat more and more of the Makefile. as it is
15
- amalgamated it requires no installation and can just be dropped into other projects / repos.
16
-
17
- - **[ci](ci)** ([amalg](scripts/ci.py)) - ci runner. given a [compose.yml](https://github.com/wrmsr/omlish/blob/master/docker/compose.yml)
18
- and requirements.txt files, takes care of building and caching of containers and venvs and execution of required ci
19
- commands. detects and [natively uses](ci/github/api/v2) github-action's caching system. unifies ci execution between
20
- local dev and github runners.
21
-
22
- - **[tools.json](tools/json)** (cli: `om j`) - a tool for json-like data, obviously in the vein of [jq](https://github.com/jqlang/jq)
23
- but using the internal [jmespath](https://github.com/wrmsr/omlish/tree/master/omlish/specs/jmespath) engine. supports
14
+ replace tools like venv, pip, setuptools, and uv. does things like sets up venvs, generates
15
+ [`.pkg`](https://github.com/wrmsr/omlish/blob/master/.pkg) directories and their `pyproject.toml`'s (from their
16
+ `__about__.py`'s), and packages them. this should grow to eat more and more of the Makefile. as it is amalgamated it
17
+ requires no installation and can just be dropped into other projects / repos.
18
+
19
+ - **[ci](ci)** ([amalg](scripts/ci.py)) - ci runner. given a
20
+ [`compose.yml`](https://github.com/wrmsr/omlish/blob/master/docker/compose.yml) and requirements.txt files, takes care
21
+ of building and caching of containers and venvs and execution of required ci commands. detects and
22
+ [natively uses](ci/github/api/v2) github-action's caching system. unifies ci execution between local dev and github
23
+ runners.
24
+
25
+ - **[tools.json](tools/json)** (cli: `om j`) - a tool for json-like data, obviously in the vein of
26
+ [jq](https://github.com/jqlang/jq) but using the internal
27
+ [jmespath](https://github.com/wrmsr/omlish/tree/master/omlish/specs/jmespath) engine. supports
24
28
  [true streaming](https://github.com/wrmsr/omlish/blob/master/omlish/formats/json/stream) json input and output, as
25
29
  well as [various other](tools/json/formats.py) non-streaming input formats.
26
30
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: omdev-cli
3
- Version: 0.0.0.dev312
3
+ Version: 0.0.0.dev314
4
4
  Summary: omdev
5
5
  Author: wrmsr
6
6
  License: BSD-3-Clause
@@ -12,5 +12,5 @@ Classifier: Operating System :: OS Independent
12
12
  Classifier: Operating System :: POSIX
13
13
  Requires-Python: >=3.12
14
14
  License-File: LICENSE
15
- Requires-Dist: omdev==0.0.0.dev312
15
+ Requires-Dist: omdev==0.0.0.dev314
16
16
  Dynamic: license-file
@@ -0,0 +1 @@
1
+ omdev==0.0.0.dev314
@@ -12,7 +12,7 @@ authors = [
12
12
  urls = {source = 'https://github.com/wrmsr/omlish'}
13
13
  license = {text = 'BSD-3-Clause'}
14
14
  requires-python = '>=3.12'
15
- version = '0.0.0.dev312'
15
+ version = '0.0.0.dev314'
16
16
  classifiers = [
17
17
  'License :: OSI Approved :: BSD License',
18
18
  'Development Status :: 2 - Pre-Alpha',
@@ -22,7 +22,7 @@ classifiers = [
22
22
  ]
23
23
  description = 'omdev'
24
24
  dependencies = [
25
- 'omdev == 0.0.0.dev312',
25
+ 'omdev == 0.0.0.dev314',
26
26
  ]
27
27
 
28
28
  [project.scripts]
@@ -1 +0,0 @@
1
- omdev==0.0.0.dev312