tremors 0.3.3__tar.gz → 0.3.4__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.3/src/tremors.egg-info → tremors-0.3.4}/PKG-INFO +4 -3
- {tremors-0.3.3 → tremors-0.3.4}/pyproject.toml +3 -2
- {tremors-0.3.3 → tremors-0.3.4}/src/tremors/__init__.py +1 -1
- {tremors-0.3.3 → tremors-0.3.4/src/tremors.egg-info}/PKG-INFO +4 -3
- {tremors-0.3.3 → tremors-0.3.4}/LICENSE +0 -0
- {tremors-0.3.3 → tremors-0.3.4}/README.rst +0 -0
- {tremors-0.3.3 → tremors-0.3.4}/setup.cfg +0 -0
- {tremors-0.3.3 → tremors-0.3.4}/src/tremors/collector.py +0 -0
- {tremors-0.3.3 → tremors-0.3.4}/src/tremors/decorator.py +0 -0
- {tremors-0.3.3 → tremors-0.3.4}/src/tremors/logger.py +0 -0
- {tremors-0.3.3 → tremors-0.3.4}/src/tremors/py.typed +0 -0
- {tremors-0.3.3 → tremors-0.3.4}/src/tremors.egg-info/SOURCES.txt +0 -0
- {tremors-0.3.3 → tremors-0.3.4}/src/tremors.egg-info/dependency_links.txt +0 -0
- {tremors-0.3.3 → tremors-0.3.4}/src/tremors.egg-info/requires.txt +0 -0
- {tremors-0.3.3 → tremors-0.3.4}/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.4
|
|
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.
|
|
@@ -19,9 +19,10 @@ License: Tremors is a library for logging with metrics.
|
|
|
19
19
|
You should have received a copy of the GNU General Public License
|
|
20
20
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
21
21
|
|
|
22
|
-
Project-URL: Homepage, https://
|
|
22
|
+
Project-URL: Homepage, https://tremors.readthedocs.io
|
|
23
|
+
Project-URL: Documentation, https://tremors.readthedocs.io
|
|
23
24
|
Project-URL: Repository, https://gitlab.com/narvin/tremors
|
|
24
|
-
Project-URL:
|
|
25
|
+
Project-URL: Issues, https://gitlab.com/narvin/tremors/-/issues
|
|
25
26
|
Keywords: logging,log,logger,metrics
|
|
26
27
|
Classifier: Programming Language :: Python :: 3
|
|
27
28
|
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
|
|
@@ -41,9 +41,10 @@ deploy = [
|
|
|
41
41
|
]
|
|
42
42
|
|
|
43
43
|
[project.urls]
|
|
44
|
-
Homepage = "https://
|
|
44
|
+
Homepage = "https://tremors.readthedocs.io"
|
|
45
|
+
Documentation = "https://tremors.readthedocs.io"
|
|
45
46
|
Repository = "https://gitlab.com/narvin/tremors"
|
|
46
|
-
|
|
47
|
+
Issues = "https://gitlab.com/narvin/tremors/-/issues"
|
|
47
48
|
|
|
48
49
|
[tool.setuptools]
|
|
49
50
|
package-data = {"*" = ["py.typed"]}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tremors
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.4
|
|
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.
|
|
@@ -19,9 +19,10 @@ License: Tremors is a library for logging with metrics.
|
|
|
19
19
|
You should have received a copy of the GNU General Public License
|
|
20
20
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
21
21
|
|
|
22
|
-
Project-URL: Homepage, https://
|
|
22
|
+
Project-URL: Homepage, https://tremors.readthedocs.io
|
|
23
|
+
Project-URL: Documentation, https://tremors.readthedocs.io
|
|
23
24
|
Project-URL: Repository, https://gitlab.com/narvin/tremors
|
|
24
|
-
Project-URL:
|
|
25
|
+
Project-URL: Issues, https://gitlab.com/narvin/tremors/-/issues
|
|
25
26
|
Keywords: logging,log,logger,metrics
|
|
26
27
|
Classifier: Programming Language :: Python :: 3
|
|
27
28
|
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
|
|
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
|