omdev-cli 0.0.0.dev272__tar.gz → 0.0.0.dev274__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.dev272
3
+ Version: 0.0.0.dev274
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.dev272
15
+ Requires-Dist: omdev==0.0.0.dev274
16
16
  Dynamic: license-file
@@ -3,7 +3,24 @@ It's like my previous python monorepo-ey thing `omnibus
3
3
 
4
4
  Core packages begin with ``om``, scratch app is in ``app``, temp / dump code is in ``x``.
5
5
 
6
- Core packages installable from git via:
6
+ ----
7
+
8
+ The core packages are:
9
+
10
+ omlish
11
+ core foundational code
12
+ omdev
13
+ development utilities
14
+ omserv
15
+ production web server
16
+ ominfra
17
+ infrastructure and cloud code
18
+ ommlx
19
+ ml / ai code
20
+
21
+ ----
22
+
23
+ Core packages installable from pypi, or from git via:
7
24
 
8
25
  .. code-block::
9
26
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: omdev-cli
3
- Version: 0.0.0.dev272
3
+ Version: 0.0.0.dev274
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.dev272
15
+ Requires-Dist: omdev==0.0.0.dev274
16
16
  Dynamic: license-file
@@ -0,0 +1 @@
1
+ omdev==0.0.0.dev274
@@ -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.dev272'
15
+ version = '0.0.0.dev274'
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.dev272',
25
+ 'omdev == 0.0.0.dev274',
26
26
  ]
27
27
 
28
28
  [project.scripts]
@@ -1 +0,0 @@
1
- omdev==0.0.0.dev272