Shiv Versions Save

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

1.0.5

2 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/linkedin/shiv/compare/1.0.4...1.0.5

1.0.4

7 months ago

What's Changed

Full Changelog: https://github.com/linkedin/shiv/compare/1.0.3...1.0.4

1.0.3

1 year ago

Includes https://github.com/linkedin/shiv/pull/229

To run, simply set the binary executable (via chmod +x) and then invoke!

$ chmod +x shiv
$ ./shiv --version
1.0.3

1.0.2

1 year ago

To run, simply set the binary executable (via chmod +x) and then invoke!

$ chmod +x shiv
$ ./shiv --version
1.0.2

This release contains #227

1.0.1

2 years ago

To run, simply set the binary executable (via chmod +x) and then invoke!

$ chmod +x shiv
$ ./shiv --version
1.0.0

This release contains fixes for #203 and #205

1.0.0

2 years ago

To run, simply set the binary executable (via chmod +x) and then invoke!

$ chmod +x shiv $ ./shiv --version 1.0.0

0.5.1

2 years ago

Bugfix

To run, simply set the binary executable (via chmod +x) and then invoke!

$ chmod +x shiv $ ./shiv --version 0.5.1

0.5.0

2 years ago

In this release, a new environment variable override was added ("SHIV_CONSOLE_SCRIPT") for overriding a value set by the -c/--console-script option.

To run, simply set the binary executable (via chmod +x) and then invoke!

$ chmod +x shiv $ ./shiv --version 0.5.0

0.4.0

3 years ago

In this release, a new CLI flag was added ("--root") for overriding the default unpack directory (~/.shiv)

To run, simply set the binary executable (via chmod +x) and then invoke!

$ chmod +x shiv $ ./shiv --version 0.4.0

0.3.1

3 years ago

In this release, an additional variable ("archive") is added to the global namespace of any preamble script.

To run, simply set the binary executable (via chmod +x) and then invoke!

$ chmod +x shiv $ ./shiv --version 0.3.1