19 releases

0.7.0 Oct 9, 2021
0.6.0 Apr 15, 2021
0.5.2 Dec 16, 2020
0.5.1 Sep 8, 2020
0.0.3 Feb 1, 2015

#1913 in Development tools

Download history 7/week @ 2024-11-13 17/week @ 2024-11-20 15/week @ 2024-11-27 11/week @ 2024-12-04 85/week @ 2024-12-11 24/week @ 2024-12-18 10/week @ 2025-01-15 2/week @ 2025-01-22 21/week @ 2025-01-29 62/week @ 2025-02-05 33/week @ 2025-02-12 17/week @ 2025-02-19 38/week @ 2025-02-26

154 downloads per month
Used in 5 crates (2 directly)

Python-2.0

195KB
5K SLoC

rust-python27-sys Build Status

Rust FFI declarations for Python 2.7.


This cargo -sys package provides python27 declarations. Licensed under the Python license (see LICENSE).

For a safe high-level API, see rust-cpython.

Usage

python27-sys is available on crates.io so you can use it like this (in your Cargo.toml):

[dependencies.python27-sys]
version = "*"

Documentation for the python API is available on https://docs.python.org/2/c-api/.

Dependencies

~0.4–360KB