SaaSHub helps you find the best software and product alternatives Learn more →
Python-build-standalone Alternatives
Similar projects and alternatives to python-build-standalone
-
-
Scout Monitoring
Free Django app performance insights with Scout Monitoring. Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.
-
-
-
-
-
-
-
InfluxDB
Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
python-build-standalone discussion
python-build-standalone reviews and mentions
- Python-build-standalone: Produce redistributable builds of Python
-
Python Has Too Many Package Managers
It is young, and it does use established tools under the hood, but I think you should take another look:
- It manages the portable python version downloads depending on what you've pinned in your pyproject or the standard version: https://github.com/indygreg/python-build-standalone
- It uses Hatch, uv (or piptools), venv etc.
- It has a sane set of commands and should work even if they swap out some of the underlying tools.
- Its fast and have a great coverage of PEPs.
I've used it now for a few versions and I think its the best meta-packaging/python management tool out there. I
-
Mise is a polyglot tool version manager
It also replaces "just" as a task manager for me which is very pleasant.
The fact that the python plugin uses precompiled Python binaries by default instead of building them from source remove common issues I had with the asdf's python plugin at work with missing dependencies.
Just so you know, I encountered two little quirks that needed a fix:
- [Backspace Key Doesn't work in Python REPL](https://github.com/indygreg/python-build-standalone/blob/mai...)
-
Pyenv – lets you easily switch between multiple versions of Python
These builds are an alternative: https://github.com/indygreg/python-build-standalone
Those are what Rye and hatch use.
Drawbacks: late availability of patch versions, various quirks from how they are built (missing readline, missing some build info that self-compiled C python modules might need.)
-
Show HN: Pywebview 5
Bundling Python isn't too bad if you find the right tools for it.
I really like https://github.com/indygreg/python-build-standalone and https://github.com/indygreg/PyOxidizer
A bundled, built standalone Python can be 16 to 32MB (including the full standard library, which you can strip down to just the bits you use to save size). Not tiny, but probably not worth switching programming languages over.
-
ModuleNotFoundError, but it's there
I'm trying to build a "portable" Python package based on those available from https://github.com/indygreg/python-build-standalone/releases.
-
Briefcase: Convert a Python project into a standalone native application
I'm a huge fan of https://github.com/indygreg/python-build-standalone which provides Python builds that CAN be moved around and work independently of any other Python installation.
I used that for my own Python+Electron app, which I wrote about here: https://til.simonwillison.net/electron/python-inside-electro...
-
alternative to poetry/pip/pipenv/pyenv/venv/virtualenv/pdm/hatch/…
I used to build my own Pythons that are the same everywhere, now I use indygreg's Python builds. Rye will automatically download and manage Python builds from there. No compiling, no divergence.
-
As if there weren't enough packaging tools already: mitsuhiko/rye: an experimental alternative to poetry/pip/pipenv/venv/virtualenv/pdm/hatch/…
One interesting tidbit is that it completely ignores your system Python installations, and instead uses precompiled installations of Python by indygreg from PyOxidizer. This means you don't have to deal with installing Python. It just auto downloads the right builds.
-
How to install any version of Python on Northeastern's Linux server
wget https://github.com/indygreg/python-build-standalone/releases/download/20220630/cpython-3.10.5+20220630-x86_64_v3-unknown-linux-gnu-install_only.tar.gz -O - | tar -xz && mv python PortablePython
-
A note from our sponsor - SaaSHub
www.saashub.com | 8 Sep 2024
Stats
indygreg/python-build-standalone is an open source project licensed under Mozilla Public License 2.0 which is an OSI approved license.
The primary programming language of python-build-standalone is Python.
Popular Comparisons
- python-build-standalone VS iron.nvim
- python-build-standalone VS pyenv
- python-build-standalone VS eclectica
- python-build-standalone VS vscode-nodebook
- python-build-standalone VS Visual Studio Code
- python-build-standalone VS semver
- python-build-standalone VS lsp-docker
- python-build-standalone VS evcxr
- python-build-standalone VS vscode-jupyter
- python-build-standalone VS asdf-direnv