wcwidth 0.2.11__py2.py3-none-any.whl → 0.2.13__py2.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 wcwidth might be problematic. Click here for more details.
- wcwidth/__init__.py +1 -1
- wcwidth/table_wide.py +80 -68
- wcwidth/table_zero.py +39 -1
- wcwidth/wcwidth.py +5 -2
- {wcwidth-0.2.11.dist-info → wcwidth-0.2.13.dist-info}/METADATA +10 -2
- wcwidth-0.2.13.dist-info/RECORD +12 -0
- {wcwidth-0.2.11.dist-info → wcwidth-0.2.13.dist-info}/WHEEL +1 -1
- .DS_Store +0 -0
- wcwidth/emoji_zwj_sequences.py +0 -10830
- wcwidth/py.typed +0 -0
- wcwidth/unicode_versions.pyi +0 -2
- wcwidth/wcwidth.pyi +0 -21
- wcwidth-0.2.11.dist-info/RECORD +0 -17
- {wcwidth-0.2.11.dist-info → wcwidth-0.2.13.dist-info}/LICENSE +0 -0
- {wcwidth-0.2.11.dist-info → wcwidth-0.2.13.dist-info}/top_level.txt +0 -0
- {wcwidth-0.2.11.dist-info → wcwidth-0.2.13.dist-info}/zip-safe +0 -0
wcwidth/py.typed
DELETED
|
File without changes
|
wcwidth/unicode_versions.pyi
DELETED
wcwidth/wcwidth.pyi
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
from typing import Optional
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
def wcwidth(wc: str, unicode_version: str = ...) -> int:
|
|
5
|
-
...
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
def wcswidth(pwcs: str, n: Optional[int] = None, unicode_version: str = ...):
|
|
9
|
-
...
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
def _bisearch(ucs: int, table: list[tuple[int, int]]) -> int:
|
|
13
|
-
...
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
def _wcversion_value(ver_string: str) -> tuple[int, ...]:
|
|
17
|
-
...
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
def _wcmatch_version(given_version: str) -> str:
|
|
21
|
-
...
|
wcwidth-0.2.11.dist-info/RECORD
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
.DS_Store,sha256=937EKmu31PL7jVW8b7zgLCb3yLlN-kCmJ0sw-bG5i9M,6148
|
|
2
|
-
wcwidth/__init__.py,sha256=WgQpWGrE8CVjR1LOK-v8c7-oS8Ebnp5SIUcEIgE-3G4,1076
|
|
3
|
-
wcwidth/emoji_zwj_sequences.py,sha256=rWZgDBv4JjpRvYvrcWsW6j23GRlpDO4V0bUCwa47al8,1044314
|
|
4
|
-
wcwidth/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
5
|
-
wcwidth/table_vs16.py,sha256=hPbuoFxmxrGfuBaeoheMTAGmgB2a4EudhxYsYokLf6o,6857
|
|
6
|
-
wcwidth/table_wide.py,sha256=fB3tpAqA_c4288vIqxXOZiyitHnbItZYJZpHw92ilNU,100104
|
|
7
|
-
wcwidth/table_zero.py,sha256=4xe0VnipYwM4KzFfFHofhyOSFhxJo3NVrXJgfG3z4MU,356657
|
|
8
|
-
wcwidth/unicode_versions.py,sha256=7nShgeRYrvZFkGpREdr-PkUeXnuM-WxeOmGYj6QNaaE,851
|
|
9
|
-
wcwidth/unicode_versions.pyi,sha256=DwLIBkZD1DZ97TeSNmxtLKIu8OxlImawmrny7Zd-QMY,44
|
|
10
|
-
wcwidth/wcwidth.py,sha256=P9-Tgvv-UhIAR6HHcqn6-OOvVLPuH4xzZAFJiuOEyyo,14315
|
|
11
|
-
wcwidth/wcwidth.pyi,sha256=a3x2KfqJgLoKwMn5Ugs9FUNlvY6Gdrw6nhsZ0qRWiXk,403
|
|
12
|
-
wcwidth-0.2.11.dist-info/LICENSE,sha256=cLmKlaIUTrcK-AF_qMbZXOJH5AhnQ26LxknhN_4T0ho,1322
|
|
13
|
-
wcwidth-0.2.11.dist-info/METADATA,sha256=cEzknLU7cCJ-mbIvhzaTdZPmrK9iUrRNg99HxQR0bQE,14752
|
|
14
|
-
wcwidth-0.2.11.dist-info/WHEEL,sha256=P2T-6epvtXQ2cBOE_U1K4_noqlJFN3tj15djMgEu4NM,110
|
|
15
|
-
wcwidth-0.2.11.dist-info/top_level.txt,sha256=LLjS8SFiXXuLEcD2BNdFdGhpKWe5opHtvn7KNj9AIRI,8
|
|
16
|
-
wcwidth-0.2.11.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
17
|
-
wcwidth-0.2.11.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|