pyconvertu 1.0.2__py3-none-any.whl → 1.0.3__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.
convertu/__init__.py CHANGED
@@ -1,4 +1,4 @@
1
- __version__ = "1.0.2"
1
+ __version__ = "1.0.3"
2
2
 
3
3
  from .convertu import convert
4
4
 
convertu/__main__.py CHANGED
@@ -1,10 +1,10 @@
1
- from __future__ import annotations
1
+ from __future__ import annotations
2
2
  import signal
3
3
  import sys
4
4
  import argparse
5
- from pyconvertu import convert, __version__
6
- from typing import Any
7
- from json import dumps
5
+ from convertu import convert, __version__
6
+ from typing import Any
7
+ from json import dumps
8
8
 
9
9
  def _print_human_readable(obj: Any) -> None:
10
10
  """
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyconvertu
3
- Version: 1.0.2
3
+ Version: 1.0.3
4
4
  Summary: From/to Classification Converter
5
5
  Author-email: The Economist <29724411+econcz@users.noreply.github.com>
6
6
  License-Expression: MIT
@@ -29,7 +29,7 @@ pip install pyconvertu
29
29
  ## Quick example
30
30
  python:
31
31
  ```python
32
- from pyconvertu import convert
32
+ from convertu import convert
33
33
 
34
34
  print(convert(to="iso3", text=["Czech Republic", "Slovakia"]))
35
35
  ```
@@ -0,0 +1,8 @@
1
+ convertu/__init__.py,sha256=gwNmRpbfTQs7GRicMVZtUF5C4dGwd9JysAZHQZrGSwU,95
2
+ convertu/__main__.py,sha256=wz472b7Ap0Tm2T5DSQhs3lZ6I262iYjXuCXbYv1aWoY,3187
3
+ convertu/convertu.py,sha256=Z6Obvy6SAHzRndvgMGTwEhC7L6QoR4-TWzs1j1JgDHs,8049
4
+ pyconvertu-1.0.3.dist-info/METADATA,sha256=9um60OY8_VVYMjzoejFHXsG-mrR6Csxa9Qe49Z-Em40,3403
5
+ pyconvertu-1.0.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
6
+ pyconvertu-1.0.3.dist-info/entry_points.txt,sha256=HjT4p6-RhO1rRPuLqY918bOQqT1Xetcthi_MLnu9uG8,49
7
+ pyconvertu-1.0.3.dist-info/top_level.txt,sha256=sgy_iXrPXabcMUt_UR2D06f3KbCKqvn0_mnTdFrhFc0,9
8
+ pyconvertu-1.0.3.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- convertu/__init__.py,sha256=kL8kItMZyilIjo0KdZzSulAY8bzdyn_tdHLAQ3Bh6rQ,95
2
- convertu/__main__.py,sha256=PUDKXvezub2Knwc4WSzQEcKC9lzcGX65e7b8sYDgp4s,3191
3
- convertu/convertu.py,sha256=Z6Obvy6SAHzRndvgMGTwEhC7L6QoR4-TWzs1j1JgDHs,8049
4
- pyconvertu-1.0.2.dist-info/METADATA,sha256=AdfXczbosf4bR8REdkqkUEOE25pz3CVEJISMPPxX4G8,3405
5
- pyconvertu-1.0.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
6
- pyconvertu-1.0.2.dist-info/entry_points.txt,sha256=HjT4p6-RhO1rRPuLqY918bOQqT1Xetcthi_MLnu9uG8,49
7
- pyconvertu-1.0.2.dist-info/top_level.txt,sha256=sgy_iXrPXabcMUt_UR2D06f3KbCKqvn0_mnTdFrhFc0,9
8
- pyconvertu-1.0.2.dist-info/RECORD,,