omdev-cli 0.0.0.dev271__tar.gz → 0.0.0.dev273__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.
- {omdev_cli-0.0.0.dev271 → omdev_cli-0.0.0.dev273}/PKG-INFO +2 -2
- {omdev_cli-0.0.0.dev271 → omdev_cli-0.0.0.dev273}/README.rst +18 -1
- {omdev_cli-0.0.0.dev271 → omdev_cli-0.0.0.dev273}/omdev_cli.egg-info/PKG-INFO +2 -2
- omdev_cli-0.0.0.dev273/omdev_cli.egg-info/requires.txt +1 -0
- {omdev_cli-0.0.0.dev271 → omdev_cli-0.0.0.dev273}/pyproject.toml +2 -2
- omdev_cli-0.0.0.dev271/omdev_cli.egg-info/requires.txt +0 -1
- {omdev_cli-0.0.0.dev271 → omdev_cli-0.0.0.dev273}/LICENSE +0 -0
- {omdev_cli-0.0.0.dev271 → omdev_cli-0.0.0.dev273}/omdev_cli.egg-info/SOURCES.txt +0 -0
- {omdev_cli-0.0.0.dev271 → omdev_cli-0.0.0.dev273}/omdev_cli.egg-info/dependency_links.txt +0 -0
- {omdev_cli-0.0.0.dev271 → omdev_cli-0.0.0.dev273}/omdev_cli.egg-info/entry_points.txt +0 -0
- {omdev_cli-0.0.0.dev271 → omdev_cli-0.0.0.dev273}/omdev_cli.egg-info/top_level.txt +0 -0
- {omdev_cli-0.0.0.dev271 → omdev_cli-0.0.0.dev273}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: omdev-cli
|
3
|
-
Version: 0.0.0.
|
3
|
+
Version: 0.0.0.dev273
|
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.
|
15
|
+
Requires-Dist: omdev==0.0.0.dev273
|
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
|
-
|
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.
|
3
|
+
Version: 0.0.0.dev273
|
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.
|
15
|
+
Requires-Dist: omdev==0.0.0.dev273
|
16
16
|
Dynamic: license-file
|
@@ -0,0 +1 @@
|
|
1
|
+
omdev==0.0.0.dev273
|
@@ -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.
|
15
|
+
version = '0.0.0.dev273'
|
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.
|
25
|
+
'omdev == 0.0.0.dev273',
|
26
26
|
]
|
27
27
|
|
28
28
|
[project.scripts]
|
@@ -1 +0,0 @@
|
|
1
|
-
omdev==0.0.0.dev271
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|