dotlocalslashbin 0.0.24__py3-none-any.whl → 0.0.25__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,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dotlocalslashbin
3
- Version: 0.0.24
3
+ Version: 0.0.25
4
4
  Summary: Download and extract files to `~/.local/bin/`.
5
5
  Author-email: Keith Maxwell <keith.maxwell@gmail.com>
6
6
  Requires-Python: >=3.11
@@ -0,0 +1,6 @@
1
+ dotlocalslashbin.py,sha256=vaiG3ALD4zg48dwMIvf7zkDu9QwI5v5EEPksllELzlk,6743
2
+ dotlocalslashbin-0.0.25.dist-info/METADATA,sha256=1sfk0_6h7gGa9mYHgfM_1cfIgLdf4qgIS5B4Ftou8lI,3225
3
+ dotlocalslashbin-0.0.25.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
4
+ dotlocalslashbin-0.0.25.dist-info/entry_points.txt,sha256=eK8C0lW2h7WAcr78hM-_OBrLotRptdLvjbnT7f67m34,58
5
+ dotlocalslashbin-0.0.25.dist-info/licenses/LICENSES/MPL-2.0.txt,sha256=ZqMQfVrWoFiqt1PqrCBHzLLtDjlGXdD-WETaPjANUXI,16727
6
+ dotlocalslashbin-0.0.25.dist-info/RECORD,,
dotlocalslashbin.py CHANGED
@@ -7,6 +7,7 @@
7
7
  # dependencies = []
8
8
  # ///
9
9
  """Download and extract files to `~/.local/bin/`."""
10
+
10
11
  import gzip
11
12
  import tarfile
12
13
  from argparse import ArgumentParser, BooleanOptionalAction, Namespace
@@ -23,8 +24,7 @@ from urllib.error import HTTPError
23
24
  from urllib.request import urlopen
24
25
  from zipfile import ZipFile
25
26
 
26
-
27
- __version__ = "0.0.24"
27
+ __version__ = "0.0.25"
28
28
 
29
29
  _CACHE = Path("~/.cache/dotlocalslashbin/")
30
30
  _HOME = str(Path("~").expanduser())
@@ -1,6 +0,0 @@
1
- dotlocalslashbin.py,sha256=9pHs1CJwCETotealCX_3HuwdkWc9tV-0QVdWHjSoVXg,6743
2
- dotlocalslashbin-0.0.24.dist-info/METADATA,sha256=S_7yFfQQ6p7rUXYKgbB_MbR_awVrCax4iFfzqtABXqI,3225
3
- dotlocalslashbin-0.0.24.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
4
- dotlocalslashbin-0.0.24.dist-info/entry_points.txt,sha256=eK8C0lW2h7WAcr78hM-_OBrLotRptdLvjbnT7f67m34,58
5
- dotlocalslashbin-0.0.24.dist-info/licenses/LICENSES/MPL-2.0.txt,sha256=ZqMQfVrWoFiqt1PqrCBHzLLtDjlGXdD-WETaPjANUXI,16727
6
- dotlocalslashbin-0.0.24.dist-info/RECORD,,