omdev 0.0.0.dev100__tar.gz → 0.0.0.dev102__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.
Potentially problematic release.
This version of omdev might be problematic. Click here for more details.
- {omdev-0.0.0.dev100/omdev.egg-info → omdev-0.0.0.dev102}/PKG-INFO +2 -2
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/cache/compute/cache.py +1 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/cli/clicli.py +1 -1
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/clipboard/darwin.py +14 -14
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102/omdev.egg-info}/PKG-INFO +2 -2
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev.egg-info/requires.txt +1 -1
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/pyproject.toml +2 -2
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/LICENSE +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/MANIFEST.in +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/README.rst +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/.manifests.json +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/__about__.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/__init__.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/amalg/__init__.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/amalg/__main__.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/amalg/amalg.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/antlr/__init__.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/antlr/_antlr/__init__.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/antlr/consts.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/antlr/gen.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/bracepy.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/cache/__init__.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/cache/compute/__init__.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/cache/compute/contexts.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/cache/compute/currents.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/cache/compute/fns.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/cache/compute/resolvers.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/cache/compute/storage.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/cache/compute/types.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/cache/data/__init__.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/cache/data/actions.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/cache/data/cache.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/cache/data/consts.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/cache/data/defaults.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/cache/data/manifests.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/cache/data/specs.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/cexts/__init__.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/cexts/_boilerplate.cc +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/cexts/_distutils/LICENSE +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/cexts/_distutils/__init__.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/cexts/_distutils/build_ext.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/cexts/_distutils/compilers/__init__.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/cexts/_distutils/compilers/ccompiler.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/cexts/_distutils/compilers/options.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/cexts/_distutils/compilers/unixccompiler.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/cexts/_distutils/dir_util.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/cexts/_distutils/errors.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/cexts/_distutils/extension.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/cexts/_distutils/file_util.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/cexts/_distutils/modified.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/cexts/_distutils/spawn.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/cexts/_distutils/sysconfig.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/cexts/_distutils/util.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/cexts/_distutils/version.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/cexts/build.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/cexts/cmake.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/cexts/importhook.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/cexts/magic.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/cexts/scan.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/classdot.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/cli/__init__.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/cli/__main__.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/cli/_pathhack.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/cli/install.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/cli/main.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/cli/managers.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/cli/types.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/clipboard/__init__.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/clipboard/clipboard.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/cmake.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/findimports.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/git.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/imgur.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/interp/__init__.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/interp/__main__.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/interp/cli.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/interp/inspect.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/interp/providers.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/interp/pyenv.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/interp/resolvers.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/interp/standalone.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/interp/system.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/interp/types.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/magic/__init__.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/magic/find.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/magic/magic.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/magic/prepare.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/magic/styles.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/manifests/__init__.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/manifests/build.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/manifests/load.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/manifests/types.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/mypy/__init__.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/mypy/debug.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/packaging/__init__.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/packaging/names.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/packaging/requires.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/packaging/specifiers.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/packaging/versions.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/precheck/__init__.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/precheck/__main__.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/precheck/base.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/precheck/git.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/precheck/lite.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/precheck/main.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/precheck/manifests.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/precheck/scripts.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/ptk/__init__.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/ptk/apps/__init__.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/ptk/apps/ncdu.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/pyproject/__init__.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/pyproject/__main__.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/pyproject/cexts.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/pyproject/cli.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/pyproject/configs.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/pyproject/pkg.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/pyproject/reqs.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/revisions.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/scripts/__init__.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/scripts/bumpversion.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/scripts/execrss.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/scripts/exectime.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/scripts/importtrace.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/scripts/interp.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/scripts/pyproject.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/scripts/slowcat.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/secrets.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/tokens.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/toml/__init__.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/toml/parser.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/toml/writer.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/tools/__init__.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/tools/doc.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/tools/docker.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/tools/git.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/tools/importscan.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/tools/mkrelimp.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/tools/notebook.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/tools/pawk/__init__.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/tools/pawk/__main__.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/tools/pawk/pawk.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/tools/pip.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/tools/prof.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/tools/sqlrepl.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev/wheelfile.py +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev.egg-info/SOURCES.txt +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev.egg-info/dependency_links.txt +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev.egg-info/entry_points.txt +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/omdev.egg-info/top_level.txt +0 -0
- {omdev-0.0.0.dev100 → omdev-0.0.0.dev102}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: omdev
|
|
3
|
-
Version: 0.0.0.
|
|
3
|
+
Version: 0.0.0.dev102
|
|
4
4
|
Summary: omdev
|
|
5
5
|
Author: wrmsr
|
|
6
6
|
License: BSD-3-Clause
|
|
@@ -12,7 +12,7 @@ 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: omlish==0.0.0.
|
|
15
|
+
Requires-Dist: omlish==0.0.0.dev102
|
|
16
16
|
Provides-Extra: all
|
|
17
17
|
Requires-Dist: black~=24.10; extra == "all"
|
|
18
18
|
Requires-Dist: pycparser~=2.22; extra == "all"
|
|
@@ -51,7 +51,7 @@ class CliCli(ap.Cli):
|
|
|
51
51
|
)
|
|
52
52
|
def reinstall(self) -> None:
|
|
53
53
|
mod_name = globals()['__spec__'].name
|
|
54
|
-
tool_name = '.'.join([mod_name.partition('.')[0], 'tools', '
|
|
54
|
+
tool_name = '.'.join([mod_name.partition('.')[0], 'tools', 'pip'])
|
|
55
55
|
|
|
56
56
|
out = subprocess.check_output([
|
|
57
57
|
sys.executable,
|
|
@@ -123,47 +123,47 @@ def cfstring_to_string(cf_string: CFStringRef) -> str:
|
|
|
123
123
|
##
|
|
124
124
|
|
|
125
125
|
|
|
126
|
-
class
|
|
126
|
+
class DarwinClipboardError(Exception):
|
|
127
127
|
pass
|
|
128
128
|
|
|
129
129
|
|
|
130
130
|
@dc.dataclass(frozen=True)
|
|
131
|
-
class
|
|
131
|
+
class StatusDarwinClipboardError(DarwinClipboardError):
|
|
132
132
|
fn: str
|
|
133
133
|
status: int
|
|
134
134
|
|
|
135
135
|
|
|
136
136
|
@dc.dataclass(frozen=True)
|
|
137
|
-
class
|
|
137
|
+
class DarwinClipboardItem:
|
|
138
138
|
type: str | None
|
|
139
139
|
data: bytes | None
|
|
140
140
|
|
|
141
141
|
|
|
142
|
-
def
|
|
142
|
+
def get_darwin_clipboard_data(
|
|
143
143
|
*,
|
|
144
144
|
types: ta.Container[str | None] | None = None,
|
|
145
145
|
strict: bool = False,
|
|
146
146
|
types_only: bool = False,
|
|
147
|
-
) -> list[
|
|
148
|
-
lst: list[
|
|
147
|
+
) -> list[DarwinClipboardItem]:
|
|
148
|
+
lst: list[DarwinClipboardItem] = []
|
|
149
149
|
|
|
150
150
|
pasteboard = PasteboardRef()
|
|
151
151
|
if status := aps.PasteboardCreate(kPasteboardClipboard, ct.byref(pasteboard)):
|
|
152
|
-
raise
|
|
152
|
+
raise StatusDarwinClipboardError('PasteboardCreate', status)
|
|
153
153
|
|
|
154
154
|
try:
|
|
155
155
|
item_count = ct.c_ulong(0)
|
|
156
156
|
if status := aps.PasteboardGetItemCount(pasteboard, ct.byref(item_count)):
|
|
157
|
-
raise
|
|
157
|
+
raise StatusDarwinClipboardError('PasteboardGetItemCount', status)
|
|
158
158
|
|
|
159
159
|
for i in range(1, item_count.value + 1):
|
|
160
160
|
item_id = PasteboardItemID()
|
|
161
161
|
if status := aps.PasteboardGetItemIdentifier(pasteboard, i, ct.byref(item_id)):
|
|
162
|
-
raise
|
|
162
|
+
raise StatusDarwinClipboardError('PasteboardGetItemIdentifier', status)
|
|
163
163
|
|
|
164
164
|
data_types = CFArrayRef()
|
|
165
165
|
if status := aps.PasteboardCopyItemFlavors(pasteboard, item_id, ct.byref(data_types)):
|
|
166
|
-
raise
|
|
166
|
+
raise StatusDarwinClipboardError('PasteboardCopyItemFlavors', status)
|
|
167
167
|
if not data_types:
|
|
168
168
|
continue
|
|
169
169
|
|
|
@@ -181,7 +181,7 @@ def get_osx_clipboard_data(
|
|
|
181
181
|
continue
|
|
182
182
|
|
|
183
183
|
if types_only:
|
|
184
|
-
lst.append(
|
|
184
|
+
lst.append(DarwinClipboardItem(
|
|
185
185
|
type=data_type_str,
|
|
186
186
|
data=None,
|
|
187
187
|
))
|
|
@@ -191,7 +191,7 @@ def get_osx_clipboard_data(
|
|
|
191
191
|
if status := aps.PasteboardCopyItemFlavorData(pasteboard, item_id, data_type, ct.byref(data)):
|
|
192
192
|
if not strict:
|
|
193
193
|
continue
|
|
194
|
-
raise
|
|
194
|
+
raise StatusDarwinClipboardError('PasteboardCopyItemFlavorData', status)
|
|
195
195
|
if not data:
|
|
196
196
|
continue
|
|
197
197
|
|
|
@@ -200,7 +200,7 @@ def get_osx_clipboard_data(
|
|
|
200
200
|
data_ptr = cf.CFDataGetBytePtr(data)
|
|
201
201
|
data_bytes = ct.string_at(data_ptr, data_size)
|
|
202
202
|
|
|
203
|
-
lst.append(
|
|
203
|
+
lst.append(DarwinClipboardItem(
|
|
204
204
|
type=data_type_str,
|
|
205
205
|
data=data_bytes,
|
|
206
206
|
))
|
|
@@ -221,7 +221,7 @@ def get_osx_clipboard_data(
|
|
|
221
221
|
|
|
222
222
|
|
|
223
223
|
def _main() -> None:
|
|
224
|
-
for i in
|
|
224
|
+
for i in get_darwin_clipboard_data():
|
|
225
225
|
print(i)
|
|
226
226
|
|
|
227
227
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: omdev
|
|
3
|
-
Version: 0.0.0.
|
|
3
|
+
Version: 0.0.0.dev102
|
|
4
4
|
Summary: omdev
|
|
5
5
|
Author: wrmsr
|
|
6
6
|
License: BSD-3-Clause
|
|
@@ -12,7 +12,7 @@ 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: omlish==0.0.0.
|
|
15
|
+
Requires-Dist: omlish==0.0.0.dev102
|
|
16
16
|
Provides-Extra: all
|
|
17
17
|
Requires-Dist: black~=24.10; extra == "all"
|
|
18
18
|
Requires-Dist: pycparser~=2.22; extra == "all"
|
|
@@ -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.dev102'
|
|
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
|
-
'omlish == 0.0.0.
|
|
25
|
+
'omlish == 0.0.0.dev102',
|
|
26
26
|
]
|
|
27
27
|
|
|
28
28
|
[project.optional-dependencies]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|