xloft 0.6.3__py3-none-any.whl → 0.6.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.

Potentially problematic release.


This version of xloft might be problematic. Click here for more details.

@@ -3,8 +3,8 @@
3
3
  The module contains the following functions:
4
4
 
5
5
  - `to_human_size(n_bytes)` - Returns a humanized string: 200 bytes | 1 KB | 1.5 MB etc.
6
- - `get_cache_human_size` - Gets a copy of variable _cach_human_size.
7
- - `clean_cache_human_size` - Resets of variable _cach_human_size.
6
+ - `get_cache_human_size` - Gets a copy of variable _cache_human_size.
7
+ - `clean_cache_human_size` - Resets of variable _cache_human_size.
8
8
  """
9
9
 
10
10
  from __future__ import annotations
@@ -3,8 +3,8 @@
3
3
  The module contains the following functions:
4
4
 
5
5
  - `to_human_size(n_bytes)` - Returns a humanized string: 200 bytes | 1 KB | 1.5 MB etc.
6
- - `get_cache_human_size` - Gets a copy of variable _cach_human_size.
7
- - `clean_cache_human_size` - Resets of variable _cach_human_size.
6
+ - `get_cache_human_size` - Gets a copy of variable _cache_human_size.
7
+ - `clean_cache_human_size` - Resets of variable _cache_human_size.
8
8
  """
9
9
 
10
10
  from __future__ import annotations
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: xloft
3
- Version: 0.6.3
3
+ Version: 0.6.4
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
@@ -0,0 +1,11 @@
1
+ xloft/__init__.py,sha256=edoLxSQjmYOqkA_m7IKUavUPnZdTBz8J0YvgqAzFqqI,535
2
+ xloft/errors.py,sha256=hZcmF0QVVdvE5oM1jsXymRk_pPGgDSnUDM9wx9zJAYQ,895
3
+ xloft/itis.py,sha256=Uac1du1Z_rUf3e8uThLWcSYU0F27zThBDW6UMUEHz88,480
4
+ xloft/namedtuple.py,sha256=egEULlfATXM8gMhAMjQSHocwTudqqzXDGTYGZVSUGZs,5725
5
+ xloft/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
+ xloft/converter/__init__.py,sha256=iTZaq2zKj7NEFpKQ-v-xJAxcT0MdzEODTJkjzUgUrQo,597
7
+ xloft/converter/human_size.py,sha256=vslG12Fln86zuCfXmDlmeijA2mCoLW3R2299PJ0wbxE,1957
8
+ xloft-0.6.4.dist-info/METADATA,sha256=eOmsrmGoPSmjGmPK5KUX7KHt3qcLrUap02v2Gbn_fUw,7509
9
+ xloft-0.6.4.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
10
+ xloft-0.6.4.dist-info/licenses/LICENSE,sha256=2zZINd6m_jNYlowdQImlEizyhSui5cBAJZRhWQURcEc,1095
11
+ xloft-0.6.4.dist-info/RECORD,,
@@ -1,11 +0,0 @@
1
- xloft/__init__.py,sha256=edoLxSQjmYOqkA_m7IKUavUPnZdTBz8J0YvgqAzFqqI,535
2
- xloft/errors.py,sha256=hZcmF0QVVdvE5oM1jsXymRk_pPGgDSnUDM9wx9zJAYQ,895
3
- xloft/itis.py,sha256=Uac1du1Z_rUf3e8uThLWcSYU0F27zThBDW6UMUEHz88,480
4
- xloft/namedtuple.py,sha256=egEULlfATXM8gMhAMjQSHocwTudqqzXDGTYGZVSUGZs,5725
5
- xloft/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
- xloft/converter/__init__.py,sha256=T3jWgdlxmfsf6DXEhgFVQ7W-pIoT-revI-L7x6eoMR4,595
7
- xloft/converter/human_size.py,sha256=A7RSojLjIYiS-uXQJZ6j6xyBBjzCbVhrvDHERUjFbXA,1955
8
- xloft-0.6.3.dist-info/METADATA,sha256=NtYRenOyTKyS2KFRI6rxjIK7Xi9eUxeRdXq7sqybwpc,7509
9
- xloft-0.6.3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
10
- xloft-0.6.3.dist-info/licenses/LICENSE,sha256=2zZINd6m_jNYlowdQImlEizyhSui5cBAJZRhWQURcEc,1095
11
- xloft-0.6.3.dist-info/RECORD,,
File without changes