Python Setup
Python packages are published on PyPI. pyfory supports Python 3.8 and later on Linux, macOS, and Windows. Use one compatible Fory release across every peer in an application.
Verify the Toolchain
python --version
python -m pip --version
Choose a Capability
| Capability | Package or extra | Continue with |
|---|---|---|
| Object Serialization | pyfory | Python object serialization, then choose xlang or native |
| Row Format | pyfory[format] | Python Row Format |
| Schema and generated models | fory-compiler | Fory IDL and Compiler |
| Fory gRPC | pyfory plus grpcio | Python gRPC |
Each capability guide owns its exact install command and first runnable example.