rclone-bin 1.69.1__py3-none-macosx_10_9_x86_64.whl → 1.69.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.

@@ -0,0 +1,21 @@
1
+ Metadata-Version: 2.1
2
+ Name: rclone-bin
3
+ Version: 1.69.2
4
+ Summary:
5
+ A thin wrapper to distribute https://github.com/rclone/rclone via pip.
6
+ Description-Content-Type: text/markdown
7
+ License: MIT
8
+ Requires-Python: >=3.7
9
+ Project-URL: Repository, https://github.com/justin-yan/pybin
10
+
11
+ # rclone-bin
12
+
13
+ This project is part of the [pybin family of packages](https://github.com/justin-yan/pybin/tree/main/src/pybin), which are generally permissively-licensed binary tools that have been re-packaged to be distributable via python's PyPI infrastructure using `pip install $TOOLNAME-bin`.
14
+
15
+ This is *not* affiliated with the upstream project found at https://github.com/rclone/rclone, and is merely a repackaging of their releases for installation through PyPI. If an official installer is supported through PyPI, the corresponding package here will be deprecated.
16
+
17
+ We attempt to reflect the license of the upstream tool on the releases in PyPI, but double-check at the upstream before use.
18
+
19
+ ## Packaging Details
20
+
21
+ This project was inspired by how [Maturin packages rust binaries](https://www.maturin.rs/bindings#bin). The key observation is that in the wheel format, the [distribution-1.0.data/scripts/ directory is copied to bin](https://packaging.python.org/en/latest/specifications/binary-distribution-format/#installing-a-wheel-distribution-1-0-py32-none-any-whl), which means we can leverage this to seamlessly copy binaries onto a user's PATH. Combined with Python's platform-specific wheels, this allows us to somehwat use pip as a "cross-platform package manager" for distributing single-binary CLI applications.
@@ -0,0 +1,4 @@
1
+ rclone_bin-1.69.2.data/scripts/rclone,sha256=_ZPt9LuDAH9EXdr3m2KrbaBrnASbv-n5YVeI1gwIJjw,72507488
2
+ rclone_bin-1.69.2.dist-info/METADATA,sha256=6U59lfZfFoK9vR-5T3CIGvI0issFZ0UyZ7Ti5tPOzcE,1604
3
+ rclone_bin-1.69.2.dist-info/WHEEL,sha256=Oq6_BkPlz9mH2c08GEzt2SGF9jWWi0LIjTjkWAtCwhw,107
4
+ rclone_bin-1.69.2.dist-info/RECORD,,
@@ -1,31 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: rclone-bin
3
- Version: 1.69.1
4
- Summary:
5
- A thin wrapper to distribute https://github.com/rclone/rclone via pip.
6
- Description-Content-Type: text/markdown
7
- License: MIT
8
- Requires-Python: >=3.7
9
- Project-URL: Repository, https://github.com/justin-yan/pybin
10
-
11
- # pybin
12
-
13
- This project was inspired by how [Maturin packages rust binaries](https://www.maturin.rs/bindings#bin). The key observation is that in the wheel format, the [distribution-1.0.data/scripts/ directory is copied to bin](https://packaging.python.org/en/latest/specifications/binary-distribution-format/#installing-a-wheel-distribution-1-0-py32-none-any-whl), which means we can leverage this to seamlessly copy binaries into a user's PATH.
14
-
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
-
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
-
19
- ## Wheel Building Process
20
-
21
- The core of the logic lies in the `buildlib.py` module.
22
-
23
- - A mapping from download URL (often github releases) to pypi platform tag is required.
24
- - For each platform:
25
- - Download the release & extract the binary.
26
- - Set file permissions and place into scripts directory within wheel archive.
27
- - Create the METADATA and WHEEL files within wheel archive.
28
- - Place wheel into `dist/` folder.
29
- - Once all wheels are constructed, the distribution is uploaded to PyPI.
30
-
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.
@@ -1,4 +0,0 @@
1
- rclone_bin-1.69.1.data/scripts/rclone,sha256=g7FVr-inKIhnu6s3_blngI4EOn1PUPCHmGkVU8pKBZQ,72473936
2
- rclone_bin-1.69.1.dist-info/METADATA,sha256=AtzNLgi_rP0rSIEWjn2k8N9JTz70fijuZdG7ddmWmts,1741
3
- rclone_bin-1.69.1.dist-info/WHEEL,sha256=Oq6_BkPlz9mH2c08GEzt2SGF9jWWi0LIjTjkWAtCwhw,107
4
- rclone_bin-1.69.1.dist-info/RECORD,,