tremors 0.3.4__py3-none-any.whl → 0.3.5__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.
tremors/__init__.py CHANGED
@@ -5,6 +5,6 @@ from tremors.logger import EXTRA_KEY, Collector, Logger
5
5
 
6
6
  __authors__ = ["Narvin Singh"]
7
7
  __project__ = "Tremors"
8
- __version__ = "0.3.4"
8
+ __version__ = "0.3.5"
9
9
 
10
10
  __all__ = ["EXTRA_KEY", "Collector", "Logger", "__version__", "from_logged", "logged"]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tremors
3
- Version: 0.3.4
3
+ Version: 0.3.5
4
4
  Summary: Tremors is a library for logging while collecting metrics.
5
5
  Author-email: Narvin Singh <Narvin.A.Singh@gmail.com>
6
6
  License: Tremors is a library for logging with metrics.
@@ -282,5 +282,8 @@ single logger used in both function calls maintains its state between calls.
282
282
  errors=2 ERROR:root:uh-ho!
283
283
  errors=2 INFO:root:exited: context
284
284
 
285
- See the ``tremors.collector`` module for how you can define your own
286
- collectors, and bundles.
285
+ See the `collector module`_ in the full `documentation`_ for how you can
286
+ define your own collectors, and bundles.
287
+
288
+ .. _documentation: https://tremors.readthedocs.io/en/latest
289
+ .. _collector module: https://tremors.readthedocs.io/en/latest/#module-tremors.collector
@@ -0,0 +1,10 @@
1
+ tremors/__init__.py,sha256=RiN6ezJgUR7DVDHjA7In6KdXD1KMRB3hPFUBalFegk4,300
2
+ tremors/collector.py,sha256=YwC5xeuovFwPoVFUD14LFmm397ypK9QlszBVpYUvcbQ,18523
3
+ tremors/decorator.py,sha256=nWHwwdQBIRBU9j-zxMApLWVkqP6lrLte1-dOLhY4INY,3741
4
+ tremors/logger.py,sha256=mnIiyHKrTtOY-1rpZF-wteB7ZlwEyeOVKKJ2E8Mnal4,11830
5
+ tremors/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
+ tremors-0.3.5.dist-info/licenses/LICENSE,sha256=X__qS-gpV601TSYqaoqkV5YKHLJlfyJ1IHbjOJbdXCw,694
7
+ tremors-0.3.5.dist-info/METADATA,sha256=s1xfurDBDgyMU-yUsPUqTd-26jN4PB2CjDkc0iSQ5Ac,9823
8
+ tremors-0.3.5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
9
+ tremors-0.3.5.dist-info/top_level.txt,sha256=j9lADjMU0C4UHY94-9FAQD7MHtuGDzZgSxtl_iN2kDI,8
10
+ tremors-0.3.5.dist-info/RECORD,,
@@ -1,10 +0,0 @@
1
- tremors/__init__.py,sha256=3aigNRypwpHd0WDnNe7ENZw14ncu50FszuvrFaLo7Ko,300
2
- tremors/collector.py,sha256=YwC5xeuovFwPoVFUD14LFmm397ypK9QlszBVpYUvcbQ,18523
3
- tremors/decorator.py,sha256=nWHwwdQBIRBU9j-zxMApLWVkqP6lrLte1-dOLhY4INY,3741
4
- tremors/logger.py,sha256=mnIiyHKrTtOY-1rpZF-wteB7ZlwEyeOVKKJ2E8Mnal4,11830
5
- tremors/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
- tremors-0.3.4.dist-info/licenses/LICENSE,sha256=X__qS-gpV601TSYqaoqkV5YKHLJlfyJ1IHbjOJbdXCw,694
7
- tremors-0.3.4.dist-info/METADATA,sha256=yohMn_JIo3ecdt-b9VJBRYNTzf44TuQbIH0x1mcAEYk,9653
8
- tremors-0.3.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
9
- tremors-0.3.4.dist-info/top_level.txt,sha256=j9lADjMU0C4UHY94-9FAQD7MHtuGDzZgSxtl_iN2kDI,8
10
- tremors-0.3.4.dist-info/RECORD,,