omlish-cext 0.0.0.dev472__tar.gz → 0.0.0.dev474__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 omlish-cext might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: omlish-cext
3
- Version: 0.0.0.dev472
3
+ Version: 0.0.0.dev474
4
4
  Summary: omlish
5
5
  Author: wrmsr
6
6
  License-Expression: BSD-3-Clause
@@ -14,7 +14,7 @@ Classifier: Programming Language :: Python :: 3.13
14
14
  Requires-Python: >=3.13
15
15
  Description-Content-Type: text/markdown
16
16
  License-File: LICENSE
17
- Requires-Dist: omlish==0.0.0.dev472
17
+ Requires-Dist: omlish==0.0.0.dev474
18
18
  Dynamic: license-file
19
19
 
20
20
  # Overview
@@ -144,7 +144,8 @@ dependencies of any kind**.
144
144
  - **[queries](https://github.com/wrmsr/omlish/blob/master/omlish/sql/queries)** - A SQL query builder with a fluent
145
145
  interface.
146
146
  - **[alchemy](https://github.com/wrmsr/omlish/blob/master/omlish/sql/alchemy)** - SQLAlchemy utilities. The codebase
147
- is moving away from SQLAlchemy however in favor of its own internal SQL api.
147
+ has moved away from SQLAlchemy in favor of its own internal SQL api, but it will likely still remain as an optional
148
+ dep for the api adapter.
148
149
 
149
150
  - **[testing](https://github.com/wrmsr/omlish/blob/master/omlish/testing)** - Test - primarily pytest - helpers,
150
151
  including:
@@ -204,8 +205,8 @@ examples are:
204
205
  - **pytest** - What is used for all standard testing - as lite code has no dependencies of any kind its testing uses
205
206
  stdlib's [unittest](https://docs.python.org/3/library/unittest.html).
206
207
  - **wrapt** - For (optionally-enabled) injector circular proxies.
207
- - **sqlalchemy** - Parts of the codebase use SQLAlchemy for db stuff, but it is being migrated away from in favor of the
208
- internal api. It will however likely still remain as an optional dep for the api adapter.
208
+ - **sqlalchemy** - The codebase has migrated away from SQLAlchemy in favor of the internal api but it retains it as an
209
+ optional dep to support adapting the internal api to it.
209
210
 
210
211
  Additionally, some catchall dep categories include:
211
212
 
@@ -125,7 +125,8 @@ dependencies of any kind**.
125
125
  - **[queries](https://github.com/wrmsr/omlish/blob/master/omlish/sql/queries)** - A SQL query builder with a fluent
126
126
  interface.
127
127
  - **[alchemy](https://github.com/wrmsr/omlish/blob/master/omlish/sql/alchemy)** - SQLAlchemy utilities. The codebase
128
- is moving away from SQLAlchemy however in favor of its own internal SQL api.
128
+ has moved away from SQLAlchemy in favor of its own internal SQL api, but it will likely still remain as an optional
129
+ dep for the api adapter.
129
130
 
130
131
  - **[testing](https://github.com/wrmsr/omlish/blob/master/omlish/testing)** - Test - primarily pytest - helpers,
131
132
  including:
@@ -185,8 +186,8 @@ examples are:
185
186
  - **pytest** - What is used for all standard testing - as lite code has no dependencies of any kind its testing uses
186
187
  stdlib's [unittest](https://docs.python.org/3/library/unittest.html).
187
188
  - **wrapt** - For (optionally-enabled) injector circular proxies.
188
- - **sqlalchemy** - Parts of the codebase use SQLAlchemy for db stuff, but it is being migrated away from in favor of the
189
- internal api. It will however likely still remain as an optional dep for the api adapter.
189
+ - **sqlalchemy** - The codebase has migrated away from SQLAlchemy in favor of the internal api but it retains it as an
190
+ optional dep to support adapting the internal api to it.
190
191
 
191
192
  Additionally, some catchall dep categories include:
192
193
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: omlish-cext
3
- Version: 0.0.0.dev472
3
+ Version: 0.0.0.dev474
4
4
  Summary: omlish
5
5
  Author: wrmsr
6
6
  License-Expression: BSD-3-Clause
@@ -14,7 +14,7 @@ Classifier: Programming Language :: Python :: 3.13
14
14
  Requires-Python: >=3.13
15
15
  Description-Content-Type: text/markdown
16
16
  License-File: LICENSE
17
- Requires-Dist: omlish==0.0.0.dev472
17
+ Requires-Dist: omlish==0.0.0.dev474
18
18
  Dynamic: license-file
19
19
 
20
20
  # Overview
@@ -144,7 +144,8 @@ dependencies of any kind**.
144
144
  - **[queries](https://github.com/wrmsr/omlish/blob/master/omlish/sql/queries)** - A SQL query builder with a fluent
145
145
  interface.
146
146
  - **[alchemy](https://github.com/wrmsr/omlish/blob/master/omlish/sql/alchemy)** - SQLAlchemy utilities. The codebase
147
- is moving away from SQLAlchemy however in favor of its own internal SQL api.
147
+ has moved away from SQLAlchemy in favor of its own internal SQL api, but it will likely still remain as an optional
148
+ dep for the api adapter.
148
149
 
149
150
  - **[testing](https://github.com/wrmsr/omlish/blob/master/omlish/testing)** - Test - primarily pytest - helpers,
150
151
  including:
@@ -204,8 +205,8 @@ examples are:
204
205
  - **pytest** - What is used for all standard testing - as lite code has no dependencies of any kind its testing uses
205
206
  stdlib's [unittest](https://docs.python.org/3/library/unittest.html).
206
207
  - **wrapt** - For (optionally-enabled) injector circular proxies.
207
- - **sqlalchemy** - Parts of the codebase use SQLAlchemy for db stuff, but it is being migrated away from in favor of the
208
- internal api. It will however likely still remain as an optional dep for the api adapter.
208
+ - **sqlalchemy** - The codebase has migrated away from SQLAlchemy in favor of the internal api but it retains it as an
209
+ optional dep to support adapting the internal api to it.
209
210
 
210
211
  Additionally, some catchall dep categories include:
211
212
 
@@ -0,0 +1 @@
1
+ omlish==0.0.0.dev474
@@ -13,7 +13,7 @@ urls = {source = 'https://github.com/wrmsr/omlish'}
13
13
  license = 'BSD-3-Clause'
14
14
  readme = 'README.md'
15
15
  requires-python = '>=3.13'
16
- version = '0.0.0.dev472'
16
+ version = '0.0.0.dev474'
17
17
  classifiers = [
18
18
  'Development Status :: 2 - Pre-Alpha',
19
19
  'Intended Audience :: Developers',
@@ -24,7 +24,7 @@ classifiers = [
24
24
  ]
25
25
  description = 'omlish'
26
26
  dependencies = [
27
- 'omlish == 0.0.0.dev472',
27
+ 'omlish == 0.0.0.dev474',
28
28
  ]
29
29
 
30
30
  [tool.setuptools]
@@ -1 +0,0 @@
1
- omlish==0.0.0.dev472