fotolab 0.31.2__py3-none-any.whl → 0.31.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.
fotolab/__init__.py CHANGED
@@ -20,11 +20,12 @@ import logging
20
20
  import os
21
21
  import subprocess
22
22
  import sys
23
+ from importlib import metadata
23
24
  from pathlib import Path
24
25
 
25
26
  from PIL import Image
26
27
 
27
- __version__ = "0.31.2"
28
+ __version__ = metadata.version("fotolab")
28
29
 
29
30
  log = logging.getLogger(__name__)
30
31
 
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: fotolab
3
- Version: 0.31.2
3
+ Version: 0.31.4
4
4
  Summary: A console program that manipulate images.
5
5
  Keywords: photography,photo
6
6
  Author-email: Kian-Meng Ang <kianmeng@cpan.org>
@@ -16,6 +16,7 @@ Classifier: Programming Language :: Python :: 3.11
16
16
  Classifier: Programming Language :: Python :: 3.12
17
17
  Classifier: Programming Language :: Python :: 3.13
18
18
  Classifier: Programming Language :: Python
19
+ License-File: LICENSE.md
19
20
  Requires-Dist: pillow
20
21
  Project-URL: Changelog, https://github.com/kianmeng/fotolab/blob/master/CHANGELOG.md
21
22
  Project-URL: Issues, https://github.com/kianmeng/fotolab/issues
@@ -27,28 +28,22 @@ A console program to manipulate photos.
27
28
 
28
29
  ## Installation
29
30
 
30
- Stable version From PyPI using `pipx`:
31
+ Stable version From PyPI using `uv`:
31
32
 
32
33
  ```console
33
- pipx install fotolab
34
- ```
35
-
36
- Stable version From PyPI using `pip`:
37
-
38
- ```console
39
- python -m pip install fotolab
34
+ uv pip install fotolab
40
35
  ```
41
36
 
42
37
  Upgrade to latest stable version:
43
38
 
44
39
  ```console
45
- python3 -m pip install fotolab --upgrade
40
+ uv pip install fotolab --upgrade
46
41
  ```
47
42
 
48
43
  Latest development version from GitHub:
49
44
 
50
45
  ```console
51
- python -m pip install -e git+https://github.com/kianmeng/fotolab.git
46
+ uv pip install -e git+https://github.com/kianmeng/fotolab.git
52
47
  ```
53
48
 
54
49
  ## Usage
@@ -1,4 +1,4 @@
1
- fotolab/__init__.py,sha256=YnbcUmuDk3jXO4_lS-2boxLjzR1NHqL68fluo1CRt94,3087
1
+ fotolab/__init__.py,sha256=7XrkZPbYLVCnsak061vye7L9hFC7zj7cP7XWdjunAk8,3137
2
2
  fotolab/__main__.py,sha256=aboOURPs_snOXTEWYR0q8oq1UTY9e-NxCd1j33V0wHI,833
3
3
  fotolab/cli.py,sha256=oFiQXmsu3wIsM_DpZnL4B94sAoB62L16Am-cjxGmosY,4406
4
4
  fotolab/subcommands/__init__.py,sha256=zPNE3lTK3yNjBq2zP1GiL13R4ywO_zh5MRFp5aOFp_g,1121
@@ -14,8 +14,8 @@ fotolab/subcommands/resize.py,sha256=h4t425Xf95lkh6Trp-qw_cu0bBgMgBSBvJvUIR4dqiE
14
14
  fotolab/subcommands/rotate.py,sha256=uBFjHyjiBSQLtrtH1p9myODIHUDr1gkL4PpU-6Y1Ofo,2575
15
15
  fotolab/subcommands/sharpen.py,sha256=YNho2IPbc-lPvSy3Bsjehc2JOEy27LPqFSGRULs9MyY,3492
16
16
  fotolab/subcommands/watermark.py,sha256=uVcFynGt2hkTNF5RnfdHhBxSoLmlA7o8-_I65pe_di0,11166
17
- fotolab-0.31.2.dist-info/entry_points.txt,sha256=mvw7AY_yZkIyjAxPtHNed9X99NZeLnMxEeAfEJUbrCM,44
18
- fotolab-0.31.2.dist-info/LICENSE.md,sha256=tGtFDwxWTjuR9syrJoSv1Hiffd2u8Tu8cYClfrXS_YU,31956
19
- fotolab-0.31.2.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
20
- fotolab-0.31.2.dist-info/METADATA,sha256=D6VMZWUIsEYEuuPU7YcAJGUs3eOl3LhAmgKctMYSqd8,13656
21
- fotolab-0.31.2.dist-info/RECORD,,
17
+ fotolab-0.31.4.dist-info/entry_points.txt,sha256=mvw7AY_yZkIyjAxPtHNed9X99NZeLnMxEeAfEJUbrCM,44
18
+ fotolab-0.31.4.dist-info/licenses/LICENSE.md,sha256=tGtFDwxWTjuR9syrJoSv1Hiffd2u8Tu8cYClfrXS_YU,31956
19
+ fotolab-0.31.4.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
20
+ fotolab-0.31.4.dist-info/METADATA,sha256=gUG_1R0jrlUKYmjNF_HSQpLCOh71dnBwCzAF_KrFDos,13581
21
+ fotolab-0.31.4.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: flit 3.9.0
2
+ Generator: flit 3.12.0
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any