txt2ebook 0.1.159__py3-none-any.whl → 0.1.160__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.
- txt2ebook/__init__.py +2 -1
- {txt2ebook-0.1.159.dist-info → txt2ebook-0.1.160.dist-info}/METADATA +1 -1
- {txt2ebook-0.1.159.dist-info → txt2ebook-0.1.160.dist-info}/RECORD +7 -7
- {txt2ebook-0.1.159.dist-info → txt2ebook-0.1.160.dist-info}/WHEEL +0 -0
- {txt2ebook-0.1.159.dist-info → txt2ebook-0.1.160.dist-info}/entry_points.txt +0 -0
- {txt2ebook-0.1.159.dist-info → txt2ebook-0.1.160.dist-info}/licenses/LICENSE.md +0 -0
- {txt2ebook-0.1.159.dist-info → txt2ebook-0.1.160.dist-info}/top_level.txt +0 -0
txt2ebook/__init__.py
CHANGED
@@ -15,6 +15,7 @@
|
|
15
15
|
|
16
16
|
"""Common shared functions."""
|
17
17
|
|
18
|
+
from importlib import metadata
|
18
19
|
import argparse
|
19
20
|
import logging
|
20
21
|
import platform
|
@@ -24,7 +25,7 @@ import langdetect
|
|
24
25
|
|
25
26
|
logger = logging.getLogger(__name__)
|
26
27
|
|
27
|
-
__version__ =
|
28
|
+
__version__ = metadata.version("txt2ebook")
|
28
29
|
|
29
30
|
|
30
31
|
def setup_logger(config: argparse.Namespace) -> None:
|
@@ -1,4 +1,4 @@
|
|
1
|
-
txt2ebook/__init__.py,sha256=
|
1
|
+
txt2ebook/__init__.py,sha256=KWWLxYHPy59AKS4tUen_9OLb7YhqYDUJP21nvh-knBc,3106
|
2
2
|
txt2ebook/__main__.py,sha256=L29rlfPSx9XMnVaHBYP2dyYgDmutJvONR3yUejjYwRY,855
|
3
3
|
txt2ebook/cli.py,sha256=i8NrYJyC9ckMC5opCGkIcs42p4AFzhE0lTGKSU-S8Zw,4418
|
4
4
|
txt2ebook/exceptions.py,sha256=PT3m85PE5QopHHUfRwEQzp0kJ4AA9yjLO6V6lYC8WhQ,858
|
@@ -35,9 +35,9 @@ txt2ebook/subcommands/parse.py,sha256=xjhW8I9zS5DL3n3m04RyFofgci-6-_L6aF3d4N7c7M
|
|
35
35
|
txt2ebook/subcommands/pdf.py,sha256=1JQtpugzAIaho6G3CK1rGYk74hotAexXZxPH9PHpRps,2980
|
36
36
|
txt2ebook/subcommands/tex.py,sha256=8XqTV5GsOEr7sGSLUJB-B1KefIMxW3_BDq_Jm96Bt1Y,4369
|
37
37
|
txt2ebook/subcommands/typ.py,sha256=xeJ_cPmyq_uouUBiH2kbcscckHLqewPmu9j0WO36sXY,4814
|
38
|
-
txt2ebook-0.1.
|
39
|
-
txt2ebook-0.1.
|
40
|
-
txt2ebook-0.1.
|
41
|
-
txt2ebook-0.1.
|
42
|
-
txt2ebook-0.1.
|
43
|
-
txt2ebook-0.1.
|
38
|
+
txt2ebook-0.1.160.dist-info/licenses/LICENSE.md,sha256=tGtFDwxWTjuR9syrJoSv1Hiffd2u8Tu8cYClfrXS_YU,31956
|
39
|
+
txt2ebook-0.1.160.dist-info/METADATA,sha256=p4n4nz_UYd-ZVgSxC2h32VQLDGxiXiL-bf464pObSMA,5295
|
40
|
+
txt2ebook-0.1.160.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
41
|
+
txt2ebook-0.1.160.dist-info/entry_points.txt,sha256=3jm5vpUsDRgoM6S3CQVMMiP7tJQqfq1vfV0sh_KaK9s,74
|
42
|
+
txt2ebook-0.1.160.dist-info/top_level.txt,sha256=pesdk4CJRlfhUXVD9vH3Dd_F8ATlLQoqlUsUnU8SJMw,10
|
43
|
+
txt2ebook-0.1.160.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|