Commit Graph

11 Commits

Author SHA1 Message Date
mrKazzila
336420b5ee
style: change double quotes to single quotes (where possible)
style: sort imports & format parameters onto separate lines for better clarity

Format all python files using `black`
2024-01-10 13:31:43 -08:00
Xiangzhuang Shen
cc2110ef4c fix:python pep8 2023-09-22 15:40:12 +08:00
Gerardo Tatzati
38666db36f
Update emit_log.py to use f strings 2023-07-26 15:35:28 -04:00
Luke Bakken
8d392f4772
Update for Pika 1.0.0, yapf formatting 2019-02-11 09:56:04 -08:00
Mandar Kulkarni
d1266eb6a9 Fix: deprecation warning for type in exchange_declare 2016-09-06 15:02:49 +05:30
Olof-Joachim Frahm
88f868d021 Fix Python scripts for Python 3 compatibility. 2015-11-11 17:32:37 +00:00
Marek Majkowski
596faaf044 Python examples updated to recent pika 2011-03-14 17:30:12 +00:00
Marek Majkowski
e7a103c838 Always use 'localhost', avoid setting username and password. 2010-12-13 13:34:15 +00:00
Marek Majkowski
2ff33f9e61 Connection.close is required to make sure the buffers are flushed. 2010-12-01 17:00:45 +00:00
Marek Majkowski
37e2c493b2 Actually, publishing to a non-existing exchange is fatal. 2010-10-18 17:00:56 +01:00
Marek Majkowski
1887d5bd7b First cut of python/3 2010-10-06 16:28:29 +01:00