rclone-bin 1.65.2__py3-none-macosx_10_9_x86_64.whl → 1.68.2__py3-none-macosx_10_9_x86_64.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.
Potentially problematic release.
This version of rclone-bin might be problematic. Click here for more details.
- {rclone_bin-1.65.2.data → rclone_bin-1.68.2.data}/scripts/rclone +0 -0
- {rclone_bin-1.65.2.dist-info → rclone_bin-1.68.2.dist-info}/METADATA +3 -10
- rclone_bin-1.68.2.dist-info/RECORD +4 -0
- rclone_bin-1.65.2.dist-info/RECORD +0 -4
- {rclone_bin-1.65.2.dist-info → rclone_bin-1.68.2.dist-info}/WHEEL +0 -0
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: rclone-bin
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.68.2
|
|
4
4
|
Summary:
|
|
5
5
|
A thin wrapper to distribute https://github.com/rclone/rclone via pip.
|
|
6
6
|
Description-Content-Type: text/markdown
|
|
@@ -14,6 +14,8 @@ This project was inspired by how [Maturin packages rust binaries](https://www.ma
|
|
|
14
14
|
|
|
15
15
|
Combined with Python's platform-specific wheels, this allows us to use pip as a "cross-platform package manager" for distributing single-binary CLI applications.
|
|
16
16
|
|
|
17
|
+
This is the [list of tools bundled this way](https://github.com/justin-yan/pybin/tree/main/src/pybin), which can be installed with `pip install $TOOLNAME-bin`.
|
|
18
|
+
|
|
17
19
|
## Wheel Building Process
|
|
18
20
|
|
|
19
21
|
The core of the logic lies in the `buildlib.py` module.
|
|
@@ -27,12 +29,3 @@ The core of the logic lies in the `buildlib.py` module.
|
|
|
27
29
|
- Once all wheels are constructed, the distribution is uploaded to PyPI.
|
|
28
30
|
|
|
29
31
|
CICD is configured to automatically recognize new *PyPI* releases by looking for a diff on the PYPI_VERSION. When this happens, a build-and-release cycle is performed for that release version.
|
|
30
|
-
|
|
31
|
-
## Catalog
|
|
32
|
-
|
|
33
|
-
- `pip install dive-bin`: [pybin version](https://github.com/justin-yan/pybin/tree/main/src/dive), [upstream source](https://github.com/wagoodman/dive)
|
|
34
|
-
- `pip install hadolint-bin`: [pybin version](https://github.com/justin-yan/pybin/tree/main/src/hadolint), [upstream source](https://github.com/hadolint/hadolint)
|
|
35
|
-
- `pip install just-bin`: [pybin version](https://github.com/justin-yan/pybin/tree/main/src/just), [upstream source](https://github.com/casey/just)
|
|
36
|
-
- `pip install lazydocker-bin`: [pybin version](https://github.com/justin-yan/pybin/tree/main/src/lazydocker), [upstream source](https://github.com/jesseduffield/lazydocker)
|
|
37
|
-
- `pip install scc-bin`: [pybin version](https://github.com/justin-yan/pybin/tree/main/src/scc), [upstream source](https://github.com/boyter/scc)
|
|
38
|
-
- `pip install usql-bin`: [pybin version](https://github.com/justin-yan/pybin/tree/main/src/usql), [upstream source](https://github.com/xo/usql)
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
rclone_bin-1.68.2.data/scripts/rclone,sha256=qye7_SvVuGGQ_tC4_ms_5tPdRcT2a0LvktnXhUEB28A,69630960
|
|
2
|
+
rclone_bin-1.68.2.dist-info/METADATA,sha256=O71EmcXKSAIT7gwvc7NwOy-m3uSSq8vfPIc4yPNWPC4,1741
|
|
3
|
+
rclone_bin-1.68.2.dist-info/WHEEL,sha256=Oq6_BkPlz9mH2c08GEzt2SGF9jWWi0LIjTjkWAtCwhw,107
|
|
4
|
+
rclone_bin-1.68.2.dist-info/RECORD,,
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
rclone_bin-1.65.2.data/scripts/rclone,sha256=KQm9fPvR8qRIpagjyG4yrptt9Mp97-5Krhspd1cbLLw,73065600
|
|
2
|
-
rclone_bin-1.65.2.dist-info/METADATA,sha256=Ds9tVHKK87LESvHlZGMAWEtuBFDMbeksG6aBQcq1jWU,2520
|
|
3
|
-
rclone_bin-1.65.2.dist-info/WHEEL,sha256=Oq6_BkPlz9mH2c08GEzt2SGF9jWWi0LIjTjkWAtCwhw,107
|
|
4
|
-
rclone_bin-1.65.2.dist-info/RECORD,,
|
|
File without changes
|