quebec 0.2.3__cp313-cp313t-win32.whl → 0.2.4__cp313-cp313t-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 CHANGED
@@ -192,7 +192,7 @@ def _quebec_start(
192
192
  qc.wait() # Block until shutdown
193
193
  """
194
194
  if create_tables:
195
- self.create_table()
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.feed_jobs_to_queue(job_queue)
226
+ self.bind_queue(job_queue)
227
227
 
228
228
  def run_worker():
229
229
  runner = ThreadedRunner(job_queue, shutdown_event)
Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: quebec
3
- Version: 0.2.3
3
+ Version: 0.2.4
4
4
  Classifier: Programming Language :: Rust
5
5
  Classifier: Programming Language :: Python :: Implementation :: CPython
6
6
  Classifier: Programming Language :: Python :: Implementation :: PyPy
@@ -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.cp313t-win32.pyd,sha256=QqAKFfZGtSGoXpk_6Mnr0Nz6SM3mHVSRfFEYFjOatu4,20700672
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=QDe7rMpG6giuOe7Nmm2N0NaUW3XBNhGNjtJDLmevOr8,94
7
+ quebec-0.2.4.dist-info\licenses\LICENSE,sha256=EMUpCdp2I-buVSjzgRTpd6TZDSnUcm1Pi4w8vOiwsQk,1095
8
+ quebec-0.2.4.dist-info\RECORD,,
@@ -1,8 +0,0 @@
1
- quebec\__init__.py,sha256=5SmUfnETyLt5fJMuXdKY4TSFF7AOr3CQF0E_PVD1S-c,10756
2
- quebec\logger.py,sha256=u4PgwFjfq_tqkRm6sYU7rvfEOhw2jC3D9lhe3XyFwRU,8269
3
- quebec\quebec.cp313t-win32.pyd,sha256=qwOCN5oW4-J0w0G3927Hzm-yuMejex1YIpJFpdlLs8E,21018112
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=QDe7rMpG6giuOe7Nmm2N0NaUW3XBNhGNjtJDLmevOr8,94
7
- quebec-0.2.3.dist-info\licenses\LICENSE,sha256=EMUpCdp2I-buVSjzgRTpd6TZDSnUcm1Pi4w8vOiwsQk,1095
8
- quebec-0.2.3.dist-info\RECORD,,
File without changes