omlish 0.0.0.dev9__py3-none-any.whl → 0.0.0.dev10__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.

Potentially problematic release.


This version of omlish might be problematic. Click here for more details.

omlish/__about__.py CHANGED
@@ -1,4 +1,4 @@
1
- __version__ = '0.0.0.dev9'
1
+ __version__ = '0.0.0.dev10'
2
2
 
3
3
 
4
4
  #
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: omlish
3
- Version: 0.0.0.dev9
3
+ Version: 0.0.0.dev10
4
4
  Summary: omlish
5
5
  Author: wrmsr
6
6
  License: BSD-3-Clause
@@ -12,6 +12,33 @@ Classifier: Operating System :: OS Independent
12
12
  Classifier: Operating System :: POSIX
13
13
  Requires-Python: >=3.12
14
14
  License-File: LICENSE
15
+ Provides-Extra: all
16
+ Requires-Dist: anyio >=4.4 ; extra == 'all'
17
+ Requires-Dist: sniffio >=1.3 ; extra == 'all'
18
+ Requires-Dist: trio >=0.26 ; extra == 'all'
19
+ Requires-Dist: lz4 >=4 ; extra == 'all'
20
+ Requires-Dist: zstd >=1.5 ; extra == 'all'
21
+ Requires-Dist: orjson >3.10 ; extra == 'all'
22
+ Requires-Dist: cloudpickle >=3 ; extra == 'all'
23
+ Requires-Dist: pyyaml >=5 ; extra == 'all'
24
+ Requires-Dist: httpx[http2] >=0.27 ; extra == 'all'
25
+ Requires-Dist: jinja2 >=3.1 ; extra == 'all'
26
+ Requires-Dist: psutil >=6 ; extra == 'all'
27
+ Requires-Dist: wrapt >=1.14 ; extra == 'all'
28
+ Requires-Dist: cryptography >=43 ; extra == 'all'
29
+ Requires-Dist: pg8000 >=1.31 ; extra == 'all'
30
+ Requires-Dist: pymysql >=1.1 ; extra == 'all'
31
+ Requires-Dist: aiomysql >=0.2 ; extra == 'all'
32
+ Requires-Dist: aiosqlite >=0.20 ; extra == 'all'
33
+ Requires-Dist: duckdb >=1 ; extra == 'all'
34
+ Requires-Dist: pytest >=8 ; extra == 'all'
35
+ Requires-Dist: greenlet >=3 ; (python_version < "3.13") and extra == 'all'
36
+ Requires-Dist: trio-asyncio >=0.15 ; (python_version < "3.13") and extra == 'all'
37
+ Requires-Dist: python-snappy >=0.7 ; (python_version < "3.13") and extra == 'all'
38
+ Requires-Dist: sqlalchemy[asyncio] >=2 ; (python_version < "3.13") and extra == 'all'
39
+ Requires-Dist: asyncpg >=0.29 ; (python_version < "3.13") and extra == 'all'
40
+ Requires-Dist: sqlean.py >=3.45 ; (python_version < "3.13") and extra == 'all'
41
+ Requires-Dist: sqlalchemy >=2 ; (python_version >= "3.13") and extra == 'all'
15
42
  Provides-Extra: async
16
43
  Requires-Dist: anyio >=4.4 ; extra == 'async'
17
44
  Requires-Dist: sniffio >=1.3 ; extra == 'async'
@@ -1,4 +1,4 @@
1
- omlish/__about__.py,sha256=JCY-M7iylNgcjr0_K9gugS_gLwRxaJNSTA-wGF9lork,2279
1
+ omlish/__about__.py,sha256=c8Him0ItNsPSlI4VlPK_lI_nqEs2jQHHXVbs6uRKUCc,2280
2
2
  omlish/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
3
  omlish/argparse.py,sha256=QRQmX9G0-L_nATkFtGHvpd4qrpYzKATdjuFLbBqzJPM,6224
4
4
  omlish/bootstrap.py,sha256=3pGNiHlUcQl81q76_Wesd4pblmy82EOKkcdgectF15Q,18820
@@ -260,8 +260,8 @@ omlish/text/delimit.py,sha256=ubPXcXQmtbOVrUsNh5gH1mDq5H-n1y2R4cPL5_DQf68,4928
260
260
  omlish/text/glyphsplit.py,sha256=Ug-dPRO7x-OrNNr8g1y6DotSZ2KH0S-VcOmUobwa4B0,3296
261
261
  omlish/text/indent.py,sha256=6Jj6TFY9unaPa4xPzrnZemJ-fHsV53IamP93XGjSUHs,1274
262
262
  omlish/text/parts.py,sha256=KGgo0wHOIMVMZtDso-rhSWKAcAkYAH2IGpg9tULabu8,6505
263
- omlish-0.0.0.dev9.dist-info/LICENSE,sha256=B_hVtavaA8zCYDW99DYdcpDLKz1n3BBRjZrcbv8uG8c,1451
264
- omlish-0.0.0.dev9.dist-info/METADATA,sha256=tN28LGRcGl7hlNnWZpgTkPsCT2YtQqMpW8btdAREiss,2121
265
- omlish-0.0.0.dev9.dist-info/WHEEL,sha256=Mdi9PDNwEZptOjTlUcAth7XJDFtKrHYaQMPulZeBCiQ,91
266
- omlish-0.0.0.dev9.dist-info/top_level.txt,sha256=pePsKdLu7DvtUiecdYXJ78iO80uDNmBlqe-8hOzOmfs,7
267
- omlish-0.0.0.dev9.dist-info/RECORD,,
263
+ omlish-0.0.0.dev10.dist-info/LICENSE,sha256=B_hVtavaA8zCYDW99DYdcpDLKz1n3BBRjZrcbv8uG8c,1451
264
+ omlish-0.0.0.dev10.dist-info/METADATA,sha256=1cJuK4P4dcmFs4t41JoSe4UXa3ep4zhFaj5Y2UlJZFI,3563
265
+ omlish-0.0.0.dev10.dist-info/WHEEL,sha256=Mdi9PDNwEZptOjTlUcAth7XJDFtKrHYaQMPulZeBCiQ,91
266
+ omlish-0.0.0.dev10.dist-info/top_level.txt,sha256=pePsKdLu7DvtUiecdYXJ78iO80uDNmBlqe-8hOzOmfs,7
267
+ omlish-0.0.0.dev10.dist-info/RECORD,,