infdate 0.2.3__py3-none-any.whl → 0.2.4__py3-none-any.whl
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.
- infdate/__init__.py +0 -11
- {infdate-0.2.3.dist-info → infdate-0.2.4.dist-info}/METADATA +1 -1
- infdate-0.2.4.dist-info/RECORD +6 -0
- infdate-0.2.3.dist-info/RECORD +0 -6
- {infdate-0.2.3.dist-info → infdate-0.2.4.dist-info}/WHEEL +0 -0
- {infdate-0.2.3.dist-info → infdate-0.2.4.dist-info}/licenses/LICENSE +0 -0
infdate/__init__.py
CHANGED
@@ -152,17 +152,6 @@ class GenericDate:
|
|
152
152
|
"""Return a copy with year, month, and/or date replaced"""
|
153
153
|
raise NotImplementedError
|
154
154
|
|
155
|
-
@overload
|
156
|
-
def pretty(
|
157
|
-
self: _GD,
|
158
|
-
/,
|
159
|
-
*,
|
160
|
-
inf_common_prefix: str,
|
161
|
-
inf_past_suffix: str,
|
162
|
-
inf_future_suffix: str,
|
163
|
-
) -> str: ...
|
164
|
-
@overload
|
165
|
-
def pretty(self: _GD, /, *, fmt: str) -> str: ...
|
166
155
|
def pretty(
|
167
156
|
self: _GD,
|
168
157
|
/,
|
@@ -0,0 +1,6 @@
|
|
1
|
+
infdate/__init__.py,sha256=IIJ8ZoTGNoBeFTt86_ysMCUVBj36r8vcqpReJa6EiUM,13523
|
2
|
+
infdate/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
3
|
+
infdate-0.2.4.dist-info/METADATA,sha256=O22fG8KKeSgLV2hDAN8pkM2JmKh4i-_yCX_glIlTGp8,6569
|
4
|
+
infdate-0.2.4.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
5
|
+
infdate-0.2.4.dist-info/licenses/LICENSE,sha256=867pxriiObx28vCU1JsRtu3H9kUKyl54e0-xl1IIv3Y,913
|
6
|
+
infdate-0.2.4.dist-info/RECORD,,
|
infdate-0.2.3.dist-info/RECORD
DELETED
@@ -1,6 +0,0 @@
|
|
1
|
-
infdate/__init__.py,sha256=9YUvBcztVWjzQYvu6N0ISSrG_OoH6BjusxX3TGNNv5s,13774
|
2
|
-
infdate/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
3
|
-
infdate-0.2.3.dist-info/METADATA,sha256=oX3erUYcGq-4dmRxqqMxyOG_RCHvTivIiFL3WcxaN94,6569
|
4
|
-
infdate-0.2.3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
5
|
-
infdate-0.2.3.dist-info/licenses/LICENSE,sha256=867pxriiObx28vCU1JsRtu3H9kUKyl54e0-xl1IIv3Y,913
|
6
|
-
infdate-0.2.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|