requiresthat 2025.6.24.2__tar.gz → 2025.6.28.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.
- {requiresthat-2025.6.24.2 → requiresthat-2025.6.28.0}/PKG-INFO +3 -3
- {requiresthat-2025.6.24.2 → requiresthat-2025.6.28.0}/README.rst +2 -2
- {requiresthat-2025.6.24.2 → requiresthat-2025.6.28.0}/pyproject.toml +1 -1
- {requiresthat-2025.6.24.2 → requiresthat-2025.6.28.0}/src/requiresthat.egg-info/PKG-INFO +3 -3
- {requiresthat-2025.6.24.2 → requiresthat-2025.6.28.0}/setup.cfg +0 -0
- {requiresthat-2025.6.24.2 → requiresthat-2025.6.28.0}/src/requiresthat/__init__.py +0 -0
- {requiresthat-2025.6.24.2 → requiresthat-2025.6.28.0}/src/requiresthat/_exceptions.py +0 -0
- {requiresthat-2025.6.24.2 → requiresthat-2025.6.28.0}/src/requiresthat/_requires.py +0 -0
- {requiresthat-2025.6.24.2 → requiresthat-2025.6.28.0}/src/requiresthat/_when.py +0 -0
- {requiresthat-2025.6.24.2 → requiresthat-2025.6.28.0}/src/requiresthat.egg-info/SOURCES.txt +0 -0
- {requiresthat-2025.6.24.2 → requiresthat-2025.6.28.0}/src/requiresthat.egg-info/dependency_links.txt +0 -0
- {requiresthat-2025.6.24.2 → requiresthat-2025.6.28.0}/src/requiresthat.egg-info/top_level.txt +0 -0
- {requiresthat-2025.6.24.2 → requiresthat-2025.6.28.0}/tests/test_requiresthat.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: requiresthat
|
3
|
-
Version: 2025.6.
|
3
|
+
Version: 2025.6.28.0
|
4
4
|
Summary: Support for requirements-assisted development
|
5
5
|
Author-email: Ann T Ropea <bedhanger@gmx.de>
|
6
6
|
License-Expression: MIT
|
@@ -58,11 +58,11 @@ not callable. Both of these derive from the `base class
|
|
58
58
|
Installation
|
59
59
|
------------
|
60
60
|
|
61
|
-
|
61
|
+
The `project <https://pypi.org/project/requiresthat/>`_ is on PyPI, so simply run
|
62
62
|
|
63
63
|
.. code-block:: bash
|
64
64
|
|
65
|
-
python -m pip install
|
65
|
+
python -m pip install requiresthat
|
66
66
|
|
67
67
|
If you want to cook it on your own, do this:
|
68
68
|
|
@@ -49,11 +49,11 @@ not callable. Both of these derive from the `base class
|
|
49
49
|
Installation
|
50
50
|
------------
|
51
51
|
|
52
|
-
|
52
|
+
The `project <https://pypi.org/project/requiresthat/>`_ is on PyPI, so simply run
|
53
53
|
|
54
54
|
.. code-block:: bash
|
55
55
|
|
56
|
-
python -m pip install
|
56
|
+
python -m pip install requiresthat
|
57
57
|
|
58
58
|
If you want to cook it on your own, do this:
|
59
59
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: requiresthat
|
3
|
-
Version: 2025.6.
|
3
|
+
Version: 2025.6.28.0
|
4
4
|
Summary: Support for requirements-assisted development
|
5
5
|
Author-email: Ann T Ropea <bedhanger@gmx.de>
|
6
6
|
License-Expression: MIT
|
@@ -58,11 +58,11 @@ not callable. Both of these derive from the `base class
|
|
58
58
|
Installation
|
59
59
|
------------
|
60
60
|
|
61
|
-
|
61
|
+
The `project <https://pypi.org/project/requiresthat/>`_ is on PyPI, so simply run
|
62
62
|
|
63
63
|
.. code-block:: bash
|
64
64
|
|
65
|
-
python -m pip install
|
65
|
+
python -m pip install requiresthat
|
66
66
|
|
67
67
|
If you want to cook it on your own, do this:
|
68
68
|
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{requiresthat-2025.6.24.2 → requiresthat-2025.6.28.0}/src/requiresthat.egg-info/dependency_links.txt
RENAMED
File without changes
|
{requiresthat-2025.6.24.2 → requiresthat-2025.6.28.0}/src/requiresthat.egg-info/top_level.txt
RENAMED
File without changes
|
File without changes
|