bitcoinwatcher 2.7__py3-none-any.whl → 2.9__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.
@@ -1,4 +1,5 @@
1
1
  import logging
2
+ import sys
2
3
  from contextvars import ContextVar
3
4
  from datetime import datetime
4
5
  import colorlog
@@ -55,7 +56,7 @@ class TXContextFilter(logging.Filter):
55
56
  record.tx_status = tx_status
56
57
  return True
57
58
 
58
- ch = logging.StreamHandler()
59
+ ch = logging.StreamHandler(sys.stdout)
59
60
  f = TXContextFilter()
60
61
  ch.setFormatter(formatter)
61
62
  ch.addFilter(f)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: bitcoinwatcher
3
- Version: 2.7
3
+ Version: 2.9
4
4
  Summary: bitcoinwatcher is a Python library that implements a ZMQ subscriber and provides abstractions to build custom address watchers. This library is designed to make it easy for developers to monitor Bitcoin addresses and react to changes in their state.
5
5
  Author: twosatsmaxi
6
6
  License: Apache License
@@ -23,10 +23,10 @@ bitcoin/utils/benchmark.py,sha256=HXZy9vU34MKrBoVjx3y982TFEOuSmOz5HWf5LcFwaZA,81
23
23
  bitcoin/utils/bitcoin_rpc.py,sha256=wyTIahgdSyiR1ryPi75n33ERuKQK630YTO9hNs_MML4,1358
24
24
  bitcoin/utils/bitcoin_utils.py,sha256=mrnRPqUa2U2EMKu7rrPV_bW1sL2CJUfbAom0Zdamydk,631
25
25
  bitcoin/utils/constants.py,sha256=irZLlArgica2VckyckEYxH5D5KjvdF52dtBMWswqw8k,52
26
- bitcoin/utils/context_aware_logging.py,sha256=dGpJvGFghpiZeAnWBnZOvsAfsgLtlAEo3cBl6U7FEO4,1853
26
+ bitcoin/utils/context_aware_logging.py,sha256=p3PuFnHjJcgEH8O9ng7UrXvW3SVDWGaeYgxysDuqRyI,1874
27
27
  bitcoin/utils/inscription_utils.py,sha256=8QbOJ1o1n1bMFsPREGLzwFjnGzfuARgJCPr6ORhP44o,193
28
- bitcoinwatcher-2.7.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
29
- bitcoinwatcher-2.7.dist-info/METADATA,sha256=R7vQzGrbi_uUkTj_DtJ8MLEsHXFd4AV6Dq8gTKTMJ2E,15020
30
- bitcoinwatcher-2.7.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
31
- bitcoinwatcher-2.7.dist-info/top_level.txt,sha256=YdUgzLdCiMlrwaKyDqHA1acEd23QFko5bv7D6nBANJ0,8
32
- bitcoinwatcher-2.7.dist-info/RECORD,,
28
+ bitcoinwatcher-2.9.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
29
+ bitcoinwatcher-2.9.dist-info/METADATA,sha256=IVnlwCUvR4EnTCkEX9b4QVvxfPgwrgQg83mLUs1CTZ8,15020
30
+ bitcoinwatcher-2.9.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
31
+ bitcoinwatcher-2.9.dist-info/top_level.txt,sha256=YdUgzLdCiMlrwaKyDqHA1acEd23QFko5bv7D6nBANJ0,8
32
+ bitcoinwatcher-2.9.dist-info/RECORD,,