gh-bin 2.81.0__py3-none-manylinux2014_x86_64.musllinux_1_1_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 gh-bin might be problematic. Click here for more details.

Binary file
@@ -0,0 +1,20 @@
1
+ Metadata-Version: 2.1
2
+ Name: gh-bin
3
+ Version: 2.81.0
4
+ Summary: A thin wrapper to distribute https://github.com/cli/cli via pip.
5
+ Description-Content-Type: text/markdown
6
+ License: MIT
7
+ Requires-Python: >=3.7
8
+ Project-URL: Repository, https://github.com/justin-yan/pybin
9
+
10
+ # gh-bin
11
+
12
+ 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`.
13
+
14
+ This is *not* affiliated with the upstream project found at https://github.com/cli/cli, 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.
15
+
16
+ We attempt to reflect the license of the upstream tool on the releases in PyPI, but double-check at the upstream before use.
17
+
18
+ ## Packaging Details
19
+
20
+ 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
+ gh_bin-2.81.0.data/scripts/gh,sha256=IXbKIWwEKifTA7JuguJsYhslTH2qNuNTGAB5R6eF_JI,54972600
2
+ gh_bin-2.81.0.dist-info/METADATA,sha256=qL9c-kPAMTrwZ6dJGWblA-8Jjq0YiyO9dHF1bZJM0H4,1583
3
+ gh_bin-2.81.0.dist-info/WHEEL,sha256=8DUKUTJmytS657DRbaTFrbiIOEJG73_ABWfHmLPE6G8,126
4
+ gh_bin-2.81.0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: gh_bin build.py
3
+ Root-Is-Purelib: false
4
+ Tag: py3-none-manylinux2014_x86_64.musllinux_1_1_x86_64
5
+