requiresthat 2025.6.19.0__tar.gz → 2025.6.19.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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: requiresthat
3
- Version: 2025.6.19.0
3
+ Version: 2025.6.19.2
4
4
  Summary: Support for requirements-assisted development
5
5
  Author-email: Ann T Ropea <bedhanger@gmx.de>
6
6
  License-Expression: MIT
@@ -40,11 +40,12 @@ for more.
40
40
 
41
41
  The ``that`` can be almost any valid Python statement which can be evaluated and whose veracity can
42
42
  be asserted, and the result thereof will decide whether or not the method fires/will be considered a
43
- success.
43
+ success. Then details should be observed `here
44
+ <https://gitlab.com/bedhanger/mwe/-/blob/master/python/requiresthat/src/requiresthat/_requires.py>`_.
44
45
 
45
46
  The parameter ``when`` decides if the condition is
46
47
  `a-priori, post-mortem, or before-and-after
47
- <https://gitlab.com/bedhanger/mwe/-/blob/master/python/requiresthat/src/_when.py>`_.
48
+ <https://gitlab.com/bedhanger/mwe/-/blob/master/python/requiresthat/src/requiresthat/_when.py>`_.
48
49
  The default is a-priori, meaning a precondition. Note that before-and-after does *not* mean during;
49
50
  you cannot mandate an invariant this way!
50
51
 
@@ -31,11 +31,12 @@ for more.
31
31
 
32
32
  The ``that`` can be almost any valid Python statement which can be evaluated and whose veracity can
33
33
  be asserted, and the result thereof will decide whether or not the method fires/will be considered a
34
- success.
34
+ success. Then details should be observed `here
35
+ <https://gitlab.com/bedhanger/mwe/-/blob/master/python/requiresthat/src/requiresthat/_requires.py>`_.
35
36
 
36
37
  The parameter ``when`` decides if the condition is
37
38
  `a-priori, post-mortem, or before-and-after
38
- <https://gitlab.com/bedhanger/mwe/-/blob/master/python/requiresthat/src/_when.py>`_.
39
+ <https://gitlab.com/bedhanger/mwe/-/blob/master/python/requiresthat/src/requiresthat/_when.py>`_.
39
40
  The default is a-priori, meaning a precondition. Note that before-and-after does *not* mean during;
40
41
  you cannot mandate an invariant this way!
41
42
 
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "requiresthat"
7
- version = "2025.6.19.0"
7
+ version = "2025.6.19.2"
8
8
  authors = [
9
9
  {name = "Ann T Ropea", email = "bedhanger@gmx.de"},
10
10
  ]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: requiresthat
3
- Version: 2025.6.19.0
3
+ Version: 2025.6.19.2
4
4
  Summary: Support for requirements-assisted development
5
5
  Author-email: Ann T Ropea <bedhanger@gmx.de>
6
6
  License-Expression: MIT
@@ -40,11 +40,12 @@ for more.
40
40
 
41
41
  The ``that`` can be almost any valid Python statement which can be evaluated and whose veracity can
42
42
  be asserted, and the result thereof will decide whether or not the method fires/will be considered a
43
- success.
43
+ success. Then details should be observed `here
44
+ <https://gitlab.com/bedhanger/mwe/-/blob/master/python/requiresthat/src/requiresthat/_requires.py>`_.
44
45
 
45
46
  The parameter ``when`` decides if the condition is
46
47
  `a-priori, post-mortem, or before-and-after
47
- <https://gitlab.com/bedhanger/mwe/-/blob/master/python/requiresthat/src/_when.py>`_.
48
+ <https://gitlab.com/bedhanger/mwe/-/blob/master/python/requiresthat/src/requiresthat/_when.py>`_.
48
49
  The default is a-priori, meaning a precondition. Note that before-and-after does *not* mean during;
49
50
  you cannot mandate an invariant this way!
50
51