xloft 0.5.0__py3-none-any.whl → 0.5.1__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.
Potentially problematic release.
This version of xloft might be problematic. Click here for more details.
xloft/__init__.py
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Modules exported by this package:
|
|
4
4
|
|
|
5
|
-
- `namedtuple
|
|
5
|
+
- `namedtuple`- Class imitates the behavior of the _named tuple_.
|
|
6
6
|
- `human` - A collection of instruments for converting data to format is convenient for humans.
|
|
7
7
|
"""
|
|
8
8
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: xloft
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.1
|
|
4
4
|
Summary: (XLOFT) X-Library of tools
|
|
5
5
|
Project-URL: Homepage, https://github.com/kebasyaty/xloft
|
|
6
6
|
Project-URL: Repository, https://github.com/kebasyaty/xloft
|
|
@@ -61,7 +61,8 @@ Description-Content-Type: text/markdown
|
|
|
61
61
|
<a href="https://github.com/kebasyaty/xloft/releases/" alt="GitHub release"><img src="https://img.shields.io/github/release/kebasyaty/xloft" alt="GitHub release"></a>
|
|
62
62
|
</p>
|
|
63
63
|
<p align="center">
|
|
64
|
-
The collection is represented by three modules of `NamedTuple`, `Human
|
|
64
|
+
The collection is represented by three modules of `NamedTuple`, `Human`.
|
|
65
|
+
<br>
|
|
65
66
|
In the future, new tools can be added.
|
|
66
67
|
</p>
|
|
67
68
|
</p>
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
xloft/__init__.py,sha256=
|
|
1
|
+
xloft/__init__.py,sha256=mf6z2-Tnl-CdYMa8mrI5MlTl48G0GQoYNNj2PMp8SsQ,419
|
|
2
2
|
xloft/errors.py,sha256=hZcmF0QVVdvE5oM1jsXymRk_pPGgDSnUDM9wx9zJAYQ,895
|
|
3
3
|
xloft/human.py,sha256=WQbVOKpOvzGot-c7f3xitbS05JUIQmj3dreGtRV6GA0,1792
|
|
4
4
|
xloft/namedtuple.py,sha256=a_l3bZF-L2I7MGxuF2CXzAHgNai-Vyj6SY1ODwxs7TU,6856
|
|
5
5
|
xloft/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
6
|
-
xloft-0.5.
|
|
7
|
-
xloft-0.5.
|
|
8
|
-
xloft-0.5.
|
|
9
|
-
xloft-0.5.
|
|
6
|
+
xloft-0.5.1.dist-info/METADATA,sha256=o24kZAXLE4z4CaUnpSlqLbl-JihkCc0eXsP4mLsZQ-M,7079
|
|
7
|
+
xloft-0.5.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
8
|
+
xloft-0.5.1.dist-info/licenses/LICENSE,sha256=2zZINd6m_jNYlowdQImlEizyhSui5cBAJZRhWQURcEc,1095
|
|
9
|
+
xloft-0.5.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|