Best way to package Python binaries for deployment in 2023

This page summarizes the projects mentioned and recommended in the original post on /r/bazel

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • subpar

    Discontinued Subpar is a utility for creating self-contained python executables. It is designed to work well with Bazel.

  • I know that Buck outputs nice .pex files with everything included, but I'm missing the same functionality in Bazel. However, bazel_rules_pex seems to have had its last commit in 2018, so it appears it is no longer being maintained. The situation is similar for Subpar (https://github.com/google/subpar).

  • bzd

    Fullstack, lightweight and flexible framework for IoT applications

  • You can easily create a rule that packs all the runfiles into a single file and unpacks itself when executed. You can have at this for example that does exactly this: https://github.com/blaizard/bzd/tree/master/tools/bazel_build/modules/bzd_bundle

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • blade-build VS Bazel - a user suggested alternative

    2 projects | 28 Jan 2024
  • Python coverage in Bazel has been broken for nearly 6 years

    1 project | news.ycombinator.com | 19 Aug 2023
  • General instruccions to use pwnagotchi in others sbc orange pi 3 for example

    4 projects | /r/pwnagotchi | 1 Mar 2023
  • Classifying Python virtual environment workflows

    4 projects | news.ycombinator.com | 7 Jan 2023
  • Package your FastAPI application with “Distroless” Docker Images

    3 projects | dev.to | 19 Jul 2022