Skip to main content

Generate Python executable files via PEX using info from Pipfile

Project description

# pipenv-pex Quickly create [PEX](https://github.com/pantsbuild/pex) files out of your Pipenv projects using this one simple command!

PEX files are an expansion upon [zipapp](https://docs.python.org/3/library/zipapp.html)s. You can bundle your application’s modules along with their dependencies into one file, executable using a Python interpreter.

## Installation Using the lovely [pipx](https://github.com/pipxproject/pipx):

pipx install pipenv-pex

## Usage ` shell cd project-with-pipfile pipenv-pex --entry-point "epic_project:main" python ./project-with-pipfile.pex ` - –entry-point argument should have the form “pkg.mod:fn”, where “pkg.mod” is a package/module in the archive, and “fn” is a callable in the given module. (taken from[here](https://docs.python.org/3/library/zipapp.html#command-line-interface)) - All parameters except –exclude are passed directly to PEX, –entry-point being one of them.

## Why not use pex directly? Since pipenx-pex piggybacks on the informaton in your Pipfile, some automations become possible: - Dependencies are fetched from your Pipfile, so you don’t have to update your Makefile each time you change a dependency in your Pipfile - _(unrelated to pipenv actually)_ Irrelevant noise files are ignored when bundling the modules (such as .mypy_cache, __pycache__ etc.), saving a few precious MBs :) additional files and directories can be added to this list via the –exclude parameter.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pipenv-pex-0.2.3.tar.gz (3.7 kB view details)

Uploaded Source

Built Distribution

pipenv_pex-0.2.3-py3-none-any.whl (6.0 kB view details)

Uploaded Python 3

File details

Details for the file pipenv-pex-0.2.3.tar.gz.

File metadata

  • Download URL: pipenv-pex-0.2.3.tar.gz
  • Upload date:
  • Size: 3.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.54.1 CPython/3.6.9

File hashes

Hashes for pipenv-pex-0.2.3.tar.gz
Algorithm Hash digest
SHA256 b864e19a1736d489005c135bb05cea12724b3df1bef48d072ee367e363c5b52f
MD5 fec6847cf8dab8f6e3efc5e76badfb9d
BLAKE2b-256 07ec086ce75d213421b5dd6db995bdbbc3c4e3e33f8b3a3462b3574e1af80220

See more details on using hashes here.

File details

Details for the file pipenv_pex-0.2.3-py3-none-any.whl.

File metadata

  • Download URL: pipenv_pex-0.2.3-py3-none-any.whl
  • Upload date:
  • Size: 6.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.54.1 CPython/3.6.9

File hashes

Hashes for pipenv_pex-0.2.3-py3-none-any.whl
Algorithm Hash digest
SHA256 c97cd2ef965550a7b82f288d1594d9e5a3d3ec87c5120c5556c0ed450bba06d4
MD5 f7de6218bbbcb8cf8d84c869393f1020
BLAKE2b-256 b19f2b51bc9fb5f29027796197b37a8bf9077e6a00c86cefbbc576abfce2627d

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page