quebec 0.2.3__cp39-abi3-win32.whl → 0.2.4__cp39-abi3-win32.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.
- quebec/__init__.py +2 -2
- quebec/quebec.pyd +0 -0
- {quebec-0.2.3.dist-info → quebec-0.2.4.dist-info}/METADATA +1 -1
- quebec-0.2.4.dist-info/RECORD +8 -0
- quebec-0.2.3.dist-info/RECORD +0 -8
- {quebec-0.2.3.dist-info → quebec-0.2.4.dist-info}/WHEEL +0 -0
- {quebec-0.2.3.dist-info → quebec-0.2.4.dist-info}/licenses/LICENSE +0 -0
quebec/__init__.py
CHANGED
|
@@ -192,7 +192,7 @@ def _quebec_start(
|
|
|
192
192
|
qc.wait() # Block until shutdown
|
|
193
193
|
"""
|
|
194
194
|
if create_tables:
|
|
195
|
-
self.
|
|
195
|
+
self.create_tables()
|
|
196
196
|
|
|
197
197
|
self.setup_signal_handler()
|
|
198
198
|
|
|
@@ -223,7 +223,7 @@ def _quebec_start(
|
|
|
223
223
|
shutdown_event.set()
|
|
224
224
|
|
|
225
225
|
if threads > 0:
|
|
226
|
-
self.
|
|
226
|
+
self.bind_queue(job_queue)
|
|
227
227
|
|
|
228
228
|
def run_worker():
|
|
229
229
|
runner = ThreadedRunner(job_queue, shutdown_event)
|
quebec/quebec.pyd
CHANGED
|
Binary file
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
quebec\__init__.py,sha256=-78IY-Abu3cUtIV_C3_Ry6N0UGcx4NrXUvcEJOUNxFU,10749
|
|
2
|
+
quebec\logger.py,sha256=u4PgwFjfq_tqkRm6sYU7rvfEOhw2jC3D9lhe3XyFwRU,8269
|
|
3
|
+
quebec\quebec.pyd,sha256=nSERRfKedm2mmYqw8QkRy0waREqc3ES42pU_ZP66x34,20681728
|
|
4
|
+
quebec\sqlalchemy.py,sha256=ftw7QU7xl0fLUSuKUmk90IfCPXu3k0CjjQTsucmHCXE,15243
|
|
5
|
+
quebec-0.2.4.dist-info\METADATA,sha256=bLM_vNnb7o2bxf6cQRCfuYzFCzZ6p5cGtOXznWOB9K0,5061
|
|
6
|
+
quebec-0.2.4.dist-info\WHEEL,sha256=R9yL9L75E0L3ZWd23Kt3_bdVV0VNkcHjlSm3_njNpM4,91
|
|
7
|
+
quebec-0.2.4.dist-info\licenses\LICENSE,sha256=EMUpCdp2I-buVSjzgRTpd6TZDSnUcm1Pi4w8vOiwsQk,1095
|
|
8
|
+
quebec-0.2.4.dist-info\RECORD,,
|
quebec-0.2.3.dist-info/RECORD
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
quebec\__init__.py,sha256=5SmUfnETyLt5fJMuXdKY4TSFF7AOr3CQF0E_PVD1S-c,10756
|
|
2
|
-
quebec\logger.py,sha256=u4PgwFjfq_tqkRm6sYU7rvfEOhw2jC3D9lhe3XyFwRU,8269
|
|
3
|
-
quebec\quebec.pyd,sha256=lDebxl3fdgNYo47HUDPQMoZCCt0tIPaSVKG185jZHG4,20989952
|
|
4
|
-
quebec\sqlalchemy.py,sha256=ftw7QU7xl0fLUSuKUmk90IfCPXu3k0CjjQTsucmHCXE,15243
|
|
5
|
-
quebec-0.2.3.dist-info\METADATA,sha256=qjusSzEliU96bIufi893zbXmoxtQN0Y0VTb9pJtAkm0,5061
|
|
6
|
-
quebec-0.2.3.dist-info\WHEEL,sha256=R9yL9L75E0L3ZWd23Kt3_bdVV0VNkcHjlSm3_njNpM4,91
|
|
7
|
-
quebec-0.2.3.dist-info\licenses\LICENSE,sha256=EMUpCdp2I-buVSjzgRTpd6TZDSnUcm1Pi4w8vOiwsQk,1095
|
|
8
|
-
quebec-0.2.3.dist-info\RECORD,,
|
|
File without changes
|
|
File without changes
|