ominfra 0.0.0.dev33__py3-none-any.whl → 0.0.0.dev35__py3-none-any.whl

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.
ominfra/__about__.py CHANGED
@@ -20,6 +20,10 @@ class Project(ProjectBase):
20
20
  ],
21
21
  }
22
22
 
23
+ entry_points = {
24
+ 'omlish.manifests': {name: name},
25
+ }
26
+
23
27
 
24
28
  class Setuptools(SetuptoolsBase):
25
29
  find_packages = {
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ominfra
3
- Version: 0.0.0.dev33
3
+ Version: 0.0.0.dev35
4
4
  Summary: ominfra
5
5
  Author: wrmsr
6
6
  License: BSD-3-Clause
@@ -12,8 +12,8 @@ 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.dev33
16
- Requires-Dist: omlish ==0.0.0.dev33
15
+ Requires-Dist: omdev ==0.0.0.dev35
16
+ Requires-Dist: omlish ==0.0.0.dev35
17
17
  Provides-Extra: all
18
18
  Requires-Dist: paramiko ~=3.5 ; extra == 'all'
19
19
  Requires-Dist: asyncssh ~=2.17 ; (python_version < "3.13") and extra == 'all'
@@ -1,5 +1,5 @@
1
1
  ominfra/.manifests.json,sha256=N1F-Xz3GaBn2H1p7uKzhkhKCQV8QVR0t76XD6wmFtXA,3
2
- ominfra/__about__.py,sha256=KP7VzaIkaT-yn7kYFo-y6t7cFk5ke3hpISgFLy4IcwY,660
2
+ ominfra/__about__.py,sha256=iYpUXgOtMUoc5leWMmABMGn81LS_nLzDLZU198aCwWk,730
3
3
  ominfra/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
4
  ominfra/cmds.py,sha256=E0AfnvEmnKntXWvmLW5L05_NeDpBET1VBXn7vV6EwBQ,2083
5
5
  ominfra/ssh.py,sha256=0GH_dpjCG0vWCT2Lh2v6pB-Y4IRsVNXfA5wDsZDvyKk,5392
@@ -41,8 +41,9 @@ ominfra/pyremote/bootstrap.py,sha256=RvMO3YGaN1E4sgUi1JEtiPak8cjvqtc_vRCq1yqbeZg
41
41
  ominfra/pyremote/runcommands.py,sha256=bviS0_TDIoZVAe4h-_iavbvJtVSFu8lnk7fQ5iasCWE,1571
42
42
  ominfra/tools/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
43
43
  ominfra/tools/listresources.py,sha256=4LhqZcBHVIAME0ulYKjPJV1tVKKBevPSGKaJXbxTBbI,5917
44
- ominfra-0.0.0.dev33.dist-info/LICENSE,sha256=B_hVtavaA8zCYDW99DYdcpDLKz1n3BBRjZrcbv8uG8c,1451
45
- ominfra-0.0.0.dev33.dist-info/METADATA,sha256=YOZ0-rSZ2o3xAtDXpcVDDAJH01oE69c43QnwtVqCvFI,799
46
- ominfra-0.0.0.dev33.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
47
- ominfra-0.0.0.dev33.dist-info/top_level.txt,sha256=E-b2OHkk_AOBLXHYZQ2EOFKl-_6uOGd8EjeG-Zy6h_w,8
48
- ominfra-0.0.0.dev33.dist-info/RECORD,,
44
+ ominfra-0.0.0.dev35.dist-info/LICENSE,sha256=B_hVtavaA8zCYDW99DYdcpDLKz1n3BBRjZrcbv8uG8c,1451
45
+ ominfra-0.0.0.dev35.dist-info/METADATA,sha256=S7AEJoZGyrUh3cU2zz3cz-PHsuuhWjxtnGtZUqWP0gU,799
46
+ ominfra-0.0.0.dev35.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
47
+ ominfra-0.0.0.dev35.dist-info/entry_points.txt,sha256=kgecQ2MgGrM9qK744BoKS3tMesaC3yjLnl9pa5CRczg,37
48
+ ominfra-0.0.0.dev35.dist-info/top_level.txt,sha256=E-b2OHkk_AOBLXHYZQ2EOFKl-_6uOGd8EjeG-Zy6h_w,8
49
+ ominfra-0.0.0.dev35.dist-info/RECORD,,
@@ -0,0 +1,2 @@
1
+ [omlish.manifests]
2
+ ominfra = ominfra