catchlib 1.1.0__tar.gz → 1.1.2__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.
- {catchlib-1.1.0/src/catchlib.egg-info → catchlib-1.1.2}/PKG-INFO +2 -1
- {catchlib-1.1.0 → catchlib-1.1.2}/docs/v1.0.rst +4 -0
- {catchlib-1.1.0 → catchlib-1.1.2}/pyproject.toml +2 -1
- {catchlib-1.1.0 → catchlib-1.1.2/src/catchlib.egg-info}/PKG-INFO +2 -1
- {catchlib-1.1.0 → catchlib-1.1.2}/LICENSE.txt +0 -0
- {catchlib-1.1.0 → catchlib-1.1.2}/MANIFEST.in +0 -0
- {catchlib-1.1.0 → catchlib-1.1.2}/README.rst +0 -0
- {catchlib-1.1.0 → catchlib-1.1.2}/docs/v1.1.rst +0 -0
- {catchlib-1.1.0 → catchlib-1.1.2}/setup.cfg +0 -0
- {catchlib-1.1.0 → catchlib-1.1.2}/src/catchlib/__init__.py +0 -0
- {catchlib-1.1.0 → catchlib-1.1.2}/src/catchlib/core/Catcher.py +0 -0
- {catchlib-1.1.0 → catchlib-1.1.2}/src/catchlib/core/__init__.py +0 -0
- {catchlib-1.1.0 → catchlib-1.1.2}/src/catchlib/py.typed +0 -0
- {catchlib-1.1.0 → catchlib-1.1.2}/src/catchlib/tests/__init__.py +0 -0
- {catchlib-1.1.0 → catchlib-1.1.2}/src/catchlib/tests/test_0.py +0 -0
- {catchlib-1.1.0 → catchlib-1.1.2}/src/catchlib.egg-info/SOURCES.txt +0 -0
- {catchlib-1.1.0 → catchlib-1.1.2}/src/catchlib.egg-info/dependency_links.txt +0 -0
- {catchlib-1.1.0 → catchlib-1.1.2}/src/catchlib.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: catchlib
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.2
|
|
4
4
|
Summary: This project allows to catch exceptions easily.
|
|
5
5
|
Author-email: Johannes <johannes.programming@gmail.com>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -14,6 +14,7 @@ Classifier: Operating System :: OS Independent
|
|
|
14
14
|
Classifier: Programming Language :: Python
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
17
|
+
Classifier: Typing :: Typed
|
|
17
18
|
Requires-Python: >=3.11
|
|
18
19
|
Description-Content-Type: text/x-rst
|
|
19
20
|
License-File: LICENSE.txt
|
|
@@ -15,6 +15,7 @@ classifiers = [
|
|
|
15
15
|
"Programming Language :: Python",
|
|
16
16
|
"Programming Language :: Python :: 3",
|
|
17
17
|
"Programming Language :: Python :: 3 :: Only",
|
|
18
|
+
"Typing :: Typed",
|
|
18
19
|
]
|
|
19
20
|
dependencies = []
|
|
20
21
|
description = "This project allows to catch exceptions easily."
|
|
@@ -26,7 +27,7 @@ license-files = [
|
|
|
26
27
|
name = "catchlib"
|
|
27
28
|
readme = "README.rst"
|
|
28
29
|
requires-python = ">=3.11"
|
|
29
|
-
version = "1.1.
|
|
30
|
+
version = "1.1.2"
|
|
30
31
|
|
|
31
32
|
[project.urls]
|
|
32
33
|
Download = "https://pypi.org/project/catchlib/#files"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: catchlib
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.2
|
|
4
4
|
Summary: This project allows to catch exceptions easily.
|
|
5
5
|
Author-email: Johannes <johannes.programming@gmail.com>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -14,6 +14,7 @@ Classifier: Operating System :: OS Independent
|
|
|
14
14
|
Classifier: Programming Language :: Python
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
17
|
+
Classifier: Typing :: Typed
|
|
17
18
|
Requires-Python: >=3.11
|
|
18
19
|
Description-Content-Type: text/x-rst
|
|
19
20
|
License-File: LICENSE.txt
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|