tremors 0.3.4__tar.gz → 0.3.5__tar.gz
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-0.3.4/src/tremors.egg-info → tremors-0.3.5}/PKG-INFO +6 -3
- {tremors-0.3.4 → tremors-0.3.5}/README.rst +5 -2
- {tremors-0.3.4 → tremors-0.3.5}/src/tremors/__init__.py +1 -1
- {tremors-0.3.4 → tremors-0.3.5/src/tremors.egg-info}/PKG-INFO +6 -3
- {tremors-0.3.4 → tremors-0.3.5}/LICENSE +0 -0
- {tremors-0.3.4 → tremors-0.3.5}/pyproject.toml +0 -0
- {tremors-0.3.4 → tremors-0.3.5}/setup.cfg +0 -0
- {tremors-0.3.4 → tremors-0.3.5}/src/tremors/collector.py +0 -0
- {tremors-0.3.4 → tremors-0.3.5}/src/tremors/decorator.py +0 -0
- {tremors-0.3.4 → tremors-0.3.5}/src/tremors/logger.py +0 -0
- {tremors-0.3.4 → tremors-0.3.5}/src/tremors/py.typed +0 -0
- {tremors-0.3.4 → tremors-0.3.5}/src/tremors.egg-info/SOURCES.txt +0 -0
- {tremors-0.3.4 → tremors-0.3.5}/src/tremors.egg-info/dependency_links.txt +0 -0
- {tremors-0.3.4 → tremors-0.3.5}/src/tremors.egg-info/requires.txt +0 -0
- {tremors-0.3.4 → tremors-0.3.5}/src/tremors.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tremors
|
|
3
|
-
Version: 0.3.
|
|
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
|
|
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
|
|
@@ -235,5 +235,8 @@ single logger used in both function calls maintains its state between calls.
|
|
|
235
235
|
errors=2 ERROR:root:uh-ho!
|
|
236
236
|
errors=2 INFO:root:exited: context
|
|
237
237
|
|
|
238
|
-
See the
|
|
239
|
-
collectors, and bundles.
|
|
238
|
+
See the `collector module`_ in the full `documentation`_ for how you can
|
|
239
|
+
define your own collectors, and bundles.
|
|
240
|
+
|
|
241
|
+
.. _documentation: https://tremors.readthedocs.io/en/latest
|
|
242
|
+
.. _collector module: https://tremors.readthedocs.io/en/latest/#module-tremors.collector
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tremors
|
|
3
|
-
Version: 0.3.
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|