The PyOxy Python RunnerΒΆ

PyOxy is a Python runner. Think of it as an alternative implementation and re-imagination of the ubiquitous python command, but providing more features and control than python.

The Py part of PyOxy refers to Python and the Oxy a reference to oxidiation, as PyOxy is implemented in Rust. PyOxy is also part of the PyOxidizer project, leveraging much of its technology.

  • Overview
    • The pyoxy Executable
    • Full Python Interpreter Control
    • Additional Python Features
    • Masquerading as python
  • Installing
    • System Requirements
  • Running YAML Based Applications
    • Usage
    • File Parsing
    • YAML Configuration
    • Portable Invocation Using a Shell Shebang
  • Python Interpreter Configuration Data Structures
    • OxidizedPythonInterpreterConfig Struct
    • PythonInterpreterConfig Struct
    • MemoryAllocatorBackend Enum
    • PythonInterpreterProfile Enum
    • Allocator Enum
    • BytecodeOptimizationLevel Enum
    • BytesWarning Enum
    • CheckHashPycsMode Enum
    • CoerceCLocale Enum
    • MultiprocessingStartMethod Enum
    • TerminfoResolution Enum
  • Development Guide
    • Building pyoxy With Embedded Python
  • Project History
    • Blog Posts
    • Changelog

PyOxy

Navigation

  • The PyOxy Python Runner
    • Overview
    • Installing
    • Running YAML Based Applications
    • Python Interpreter Configuration Data Structures
    • Development Guide
    • Project History

Related Topics

  • Documentation overview
    • Previous: The PyOxy Python Runner
    • Next: Overview

Quick search

©2021, Gregory Szorc. | Powered by Sphinx 5.0.2 & Alabaster 0.7.12 | Page source