pdf-auto-outline 0.1.3__py3-none-any.whl → 0.1.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.
@@ -1 +1 @@
1
- __version__ = '0.1.3'
1
+ __version__ = '0.1.4'
pdf_auto_outline/main.py CHANGED
@@ -232,7 +232,7 @@ def main():
232
232
  parser.add_argument('-i', '--infile', type=str, metavar='<file>', help='write toc from file to pdf')
233
233
  parser.add_argument('-t', '--tablevel', type=int, metavar='<n>', help='tab = n toc nesting levels (default 2)', default=2)
234
234
  parser.add_argument('--sioyek', type=str, metavar='<path>', help='for users of the Sioyek pdf viewer')
235
- parser.add_argument('--version', action='version', version='%(prog)s 0.1.3')
235
+ parser.add_argument('--version', action='version', version='%(prog)s 0.1.4')
236
236
 
237
237
  args = parser.parse_args()
238
238
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: pdf-auto-outline
3
- Version: 0.1.3
3
+ Version: 0.1.4
4
4
  Summary: Automatically generate and edit PDF table of contents / outline
5
5
  Author: Rossikos
6
6
  Author-email: Rossikos <216631970+rossikos@users.noreply.github.com>
@@ -45,6 +45,9 @@ options:
45
45
  --version show program's version number and exit
46
46
  ```
47
47
 
48
+ > [!NOTE]
49
+ > Multiprocessing on Windows and MacOS is considerably slower than on Linux. Users are encouraged to test and see what works best for them.
50
+
48
51
  ### Examples
49
52
 
50
53
  Generate toc and edit before saving:
@@ -66,7 +69,7 @@ Example commands; add to `prefs_user.config`.
66
69
 
67
70
  ```
68
71
  new_command _gen_toc pdfao "%{file_path}" --sioyek path/to/sioyek -mp 4
69
- new_command _edit_toc pdfao path/to/pdfao.py "%{file_path}" --sioyek path/to/sioyek -e
72
+ new_command _edit_toc pdfao %{file_path}" --sioyek path/to/sioyek -e
70
73
  ```
71
74
 
72
75
  If you don't wish to install from PyPI, download source and use `python3 -m path/to/src/pdf_auto_outline` in place of `pdfao`.
@@ -0,0 +1,7 @@
1
+ pdf_auto_outline/__init__.py,sha256=aBEbDvx4LMg8A1TJJR6dEHu8rQODVin528hLS_EDvuA,22
2
+ pdf_auto_outline/__main__.py,sha256=mRKsAFeG5R17vTYubIKregAve4vnKc-nk7jY3tcK4wI,78
3
+ pdf_auto_outline/main.py,sha256=s9rVJJjzqavhAfCAmCOadcOn_C_hbaTmNGSK-WX79JY,9978
4
+ pdf_auto_outline-0.1.4.dist-info/WHEEL,sha256=5w2T7AS2mz1-rW9CNagNYWRCaB0iQqBMYLwKdlgiR4Q,78
5
+ pdf_auto_outline-0.1.4.dist-info/entry_points.txt,sha256=HBvhmxJs8hHqbbpJmVTbBH3xy19Hk655O_ySwFC_53w,100
6
+ pdf_auto_outline-0.1.4.dist-info/METADATA,sha256=ALWzcv1m6sCGDJ6dJyLu9i0RO8IIgNNh086z_Wx873E,2449
7
+ pdf_auto_outline-0.1.4.dist-info/RECORD,,
@@ -1,7 +0,0 @@
1
- pdf_auto_outline/__init__.py,sha256=uZsygMXMKRw-7qhWojAjnpm8GFPXU92xW6XA8O5GwFY,22
2
- pdf_auto_outline/__main__.py,sha256=mRKsAFeG5R17vTYubIKregAve4vnKc-nk7jY3tcK4wI,78
3
- pdf_auto_outline/main.py,sha256=nv3w9ORMKDOoQLVnxfy1IB2t6zhRDC3yuKhEUovAYQU,9978
4
- pdf_auto_outline-0.1.3.dist-info/WHEEL,sha256=5w2T7AS2mz1-rW9CNagNYWRCaB0iQqBMYLwKdlgiR4Q,78
5
- pdf_auto_outline-0.1.3.dist-info/entry_points.txt,sha256=HBvhmxJs8hHqbbpJmVTbBH3xy19Hk655O_ySwFC_53w,100
6
- pdf_auto_outline-0.1.3.dist-info/METADATA,sha256=KANKIzlSCmMydXrlkU02hrreQNJJI-JiCFZ__hXmq1M,2316
7
- pdf_auto_outline-0.1.3.dist-info/RECORD,,