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

#934 in Development tools

Download history 57/week @ 2023-12-05 119/week @ 2023-12-12 87/week @ 2023-12-19 8/week @ 2023-12-26 54/week @ 2024-01-02 47/week @ 2024-01-09 64/week @ 2024-01-16 86/week @ 2024-01-23 98/week @ 2024-01-30 91/week @ 2024-02-06 102/week @ 2024-02-13 82/week @ 2024-02-20 119/week @ 2024-02-27 158/week @ 2024-03-05 249/week @ 2024-03-12 94/week @ 2024-03-19

638 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–355KB