shiv icon indicating copy to clipboard operation
shiv copied to clipboard

shiv is a command line utility for building fully self contained Python zipapps as outlined in PEP 441, but with all their dependencies included.

Results 66 shiv issues
Sort by recently updated
recently updated
newest added

[PEP-723](https://peps.python.org/pep-0723) describes how to add comments to a script to specify what its dependencies should be similar to a `pyproject.toml`. The [Python Packaging Docs](https://packaging.python.org/en/latest/specifications/inline-script-metadata) give more information and include future...

👋 We are using shiv in [reproducible mode](https://shiv.readthedocs.io/en/latest/#reproducibility), but we found that the output is not idempotent due to this block of code that adds the `_bootstrap` directory: https://github.com/linkedin/shiv/blob/a353d10ecd785c6bd67ccd08b642437e7204be57/src/shiv/builder.py#L165-L177 In...

As of the latest release on PyPi, I have observed that this package indicates support for Python >=3.6 in its package metadata, however is presently only compatible with Python versions...

i build a zip file with shiv named 'hello.zip', but it is too large (2.2GB) that the original method 'python hello.zip' report error: no module name __main__, i find associated...

This change drops Python 3.6 support as well as enables Python 3.7 support for deferred type evaluation, as this is the minimum version Python version required to support the usage...