PyOxidizer¶
PyOxidizer
is a utility that aims to solve the problem of how
to distribute Python applications. See Overview for more or
dive into Getting Started to learn how to start using
PyOxidizer
.
The official home of the PyOxidizer
project is
https://github.com/indygreg/PyOxidizer. Official documentation lives
at https://pyoxidizer.readthedocs.io/en/latest/index.html.
The pyoxidizer-users mailing list is a forum for users to discuss all things PyOxidizer.
If you want to financially contribute to PyOxidizer, do so on Patreon or via PayPal.
The creator and maintainer of PyOxidizer
is
Gregory Szorc.
- Overview
- Getting Started
- Managing Projects with
pyoxidizer
- Packaging User Guide
- Packaging Pitfalls
- Distributing Binaries
- Configuration Files
- Frequently Asked Questions
- Where Can I Report Bugs / Send Feedback / Request Features?
- Why Build Another Python Application Packaging Tool?
- Can Python 2.7 Be Supported?
No python interpreter found of version 3.*
Error When Building- Why Rust?
- Why is the Rust Code… Not Great?
- What is the Magic Sauce That Makes PyOxidizer Special?
- Can Applications Import Python Modules from the Filesystem?
- What are the Implications of Static Linking?
- Project Status
- Comparisons to Other Tools
- Contributing to PyOxidizer
- Project History
pyembed
Crate- Technical Notes