catchlib 0.0.1__tar.gz → 1.0.0__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-0.0.1/src/catchlib.egg-info → catchlib-1.0.0}/PKG-INFO +2 -2
- {catchlib-0.0.1 → catchlib-1.0.0}/pyproject.toml +2 -2
- {catchlib-0.0.1 → catchlib-1.0.0/src/catchlib.egg-info}/PKG-INFO +2 -2
- {catchlib-0.0.1 → catchlib-1.0.0}/LICENSE.txt +0 -0
- {catchlib-0.0.1 → catchlib-1.0.0}/MANIFEST.in +0 -0
- {catchlib-0.0.1 → catchlib-1.0.0}/README.rst +0 -0
- {catchlib-0.0.1 → catchlib-1.0.0}/setup.cfg +0 -0
- {catchlib-0.0.1 → catchlib-1.0.0}/src/catchlib/__init__.py +0 -0
- {catchlib-0.0.1 → catchlib-1.0.0}/src/catchlib/core/__init__.py +0 -0
- {catchlib-0.0.1 → catchlib-1.0.0}/src/catchlib/tests/__init__.py +0 -0
- {catchlib-0.0.1 → catchlib-1.0.0}/src/catchlib/tests/test_0.py +0 -0
- {catchlib-0.0.1 → catchlib-1.0.0}/src/catchlib.egg-info/SOURCES.txt +0 -0
- {catchlib-0.0.1 → catchlib-1.0.0}/src/catchlib.egg-info/dependency_links.txt +0 -0
- {catchlib-0.0.1 → catchlib-1.0.0}/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: 0.0
|
|
3
|
+
Version: 1.0.0
|
|
4
4
|
Summary: This project allows to catch exceptions easily.
|
|
5
5
|
Author-email: Johannes <johannes.programming@gmail.com>
|
|
6
6
|
License: The MIT License (MIT)
|
|
@@ -28,7 +28,7 @@ Project-URL: Download, https://pypi.org/project/catchlib/#files
|
|
|
28
28
|
Project-URL: Index, https://pypi.org/project/catchlib/
|
|
29
29
|
Project-URL: Source, https://github.com/johannes-programming/catchlib/
|
|
30
30
|
Project-URL: Website, https://catchlib.johannes-programming.online/
|
|
31
|
-
Classifier: Development Status ::
|
|
31
|
+
Classifier: Development Status :: 5 - Production/Stable
|
|
32
32
|
Classifier: License :: OSI Approved :: MIT License
|
|
33
33
|
Classifier: Natural Language :: English
|
|
34
34
|
Classifier: Operating System :: OS Independent
|
|
@@ -9,7 +9,7 @@ authors = [
|
|
|
9
9
|
{ email = "johannes.programming@gmail.com", name = "Johannes" },
|
|
10
10
|
]
|
|
11
11
|
classifiers = [
|
|
12
|
-
"Development Status ::
|
|
12
|
+
"Development Status :: 5 - Production/Stable",
|
|
13
13
|
"License :: OSI Approved :: MIT License",
|
|
14
14
|
"Natural Language :: English",
|
|
15
15
|
"Operating System :: OS Independent",
|
|
@@ -24,7 +24,7 @@ keywords = []
|
|
|
24
24
|
name = "catchlib"
|
|
25
25
|
readme = "README.rst"
|
|
26
26
|
requires-python = ">=3.11"
|
|
27
|
-
version = "0.0
|
|
27
|
+
version = "1.0.0"
|
|
28
28
|
|
|
29
29
|
[project.license]
|
|
30
30
|
file = "LICENSE.txt"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: catchlib
|
|
3
|
-
Version: 0.0
|
|
3
|
+
Version: 1.0.0
|
|
4
4
|
Summary: This project allows to catch exceptions easily.
|
|
5
5
|
Author-email: Johannes <johannes.programming@gmail.com>
|
|
6
6
|
License: The MIT License (MIT)
|
|
@@ -28,7 +28,7 @@ Project-URL: Download, https://pypi.org/project/catchlib/#files
|
|
|
28
28
|
Project-URL: Index, https://pypi.org/project/catchlib/
|
|
29
29
|
Project-URL: Source, https://github.com/johannes-programming/catchlib/
|
|
30
30
|
Project-URL: Website, https://catchlib.johannes-programming.online/
|
|
31
|
-
Classifier: Development Status ::
|
|
31
|
+
Classifier: Development Status :: 5 - Production/Stable
|
|
32
32
|
Classifier: License :: OSI Approved :: MIT License
|
|
33
33
|
Classifier: Natural Language :: English
|
|
34
34
|
Classifier: Operating System :: OS Independent
|
|
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
|