PyOxidizer
Python package manager
A tool for packaging and distributing Python applications by creating self-contained executables with embedded Python interpreters.
A modern Python application packaging and distribution tool
6k stars
64 watching
239 forks
Language: Rust
last commit: about 1 month ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
pyodide/pyodide | Enables the execution of Python code in web browsers and Node.js environments using WebAssembly | 12,406 |
pyinstaller/pyinstaller | A tool for bundling Python applications and their dependencies into standalone executables. | 11,999 |
pyo3/pyo3 | Rust bindings for the Python interpreter | 12,615 |
pypi/warehouse | The software behind the Python Package Index. | 3,617 |
mtshiba/pylyzer | A fast and feature-rich static code analyzer and language server for Python | 2,550 |
pyinfra-dev/pyinfra | A tool that transforms Python code into shell commands to manage and deploy infrastructure across various environments such as servers, Docker containers, and local machines. | 3,966 |
benfred/py-spy | A tool that lets you visualize what your program is spending time on without modifying the code. | 12,992 |
py2exe/py2exe | A tool to package Python applications into standalone Windows executables. | 886 |
dashingsoft/pyarmor | A tool for protecting and obfuscating Python scripts to prevent reverse engineering | 3,720 |
pypa/pip | A package installer for Python that simplifies the process of managing dependencies and installing packages. | 9,569 |
pytransitions/transitions | An object-oriented finite state machine implementation in Python with many extensions. | 5,822 |
cookiecutter/cookiecutter | A command-line utility that creates projects from pre-defined templates. | 22,767 |
pyscript/pyscript | Enables execution of Python code in web browsers using WASM and modern web technologies | 18,095 |
n1nj4sec/pupy | A cross-platform tool for creating and executing malware payloads in various environments. | 8,490 |
jazzband/pip-tools | Maintains predictable and deterministic builds of Python applications by managing dependencies. | 7,783 |