skillfed

thrift

Python bindings for the Apache Thrift RPC system

thrift Permissive license Apache License 2.0 Active v0.24.0 released

Install

thrift on PyPI

pip

pip install thrift

uv

uv add thrift

poetry

poetry add thrift

Package facts

License Apache License 2.0 (permissive)
Python support not specified
Install friction medium — platform-specific wheel
Runtime dependencies none
Maintenance actively maintained — 33 days since the last release
First released
Popularity one of the top 1,000 most-downloaded packages on PyPI (30-day window, as of 2026-08-13)
Known vulnerabilities none known (OSV.dev, checked 2026-08-13)

Evidence: thrift-0.24.0-cp310-cp310-macosx_10_9_x86_64.whl; thrift-0.24.0-cp310-cp310-macosx_11_0_arm64.whl; thrift-0.24.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl; thrift-0.24.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl; thrift-0.24.0-cp310-cp310-musllinux_1_2_aarch64.whl; thrift-0.24.0-cp310-cp310-musllinux_1_2_x86_64.whl; thrift-0.24.0-cp310-cp310-win_amd64.whl; thrift-0.24.0-cp311-cp311-macosx_10_9_x86_64.whl; thrift-0.24.0-cp311-cp311-macosx_11_0_arm64.whl; thrift-0.24.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl; thrift-0.24.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl; thrift-0.24.0-cp311-cp311-musllinux_1_2_aarch64.whl; thrift-0.24.0-cp311-cp311-musllinux_1_2_x86_64.whl; thrift-0.24.0-cp311-cp311-win_amd64.whl; thrift-0.24.0-cp312-cp312-macosx_10_13_x86_64.whl; thrift-0.24.0-cp312-cp312-macosx_11_0_arm64.whl; thrift-0.24.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl; thrift-0.24.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl; thrift-0.24.0-cp312-cp312-musllinux_1_2_aarch64.whl; thrift-0.24.0-cp312-cp312-musllinux_1_2_x86_64.whl

Development Status :: 5 - Production/StableEnvironment :: ConsoleIntended Audience :: DevelopersProgramming Language :: PythonProgramming Language :: Python :: 3Topic :: Software Development :: LibrariesTopic :: System :: Networking

About thrift

from the package's own PyPI description — quoted content, verbatim

Thrift Python Software Library

License

Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Using Thrift with Python

Thrift is provided as a set of Python packages. The top level package is thrift, and there are subpackages for the protocol, transport, and server code. Each package contains modules using standard Thrift naming conventions (i.e. TProtocol, TTransport) and implementations in corresponding modules (i.e. TSocket). There is also a subpackage...

Read as markdown · JSON record · Homepage

Similar packages