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

#1015 in Development tools

Download history 244/week @ 2022-12-09 257/week @ 2022-12-16 97/week @ 2022-12-23 87/week @ 2022-12-30 136/week @ 2023-01-06 124/week @ 2023-01-13 160/week @ 2023-01-20 322/week @ 2023-01-27 280/week @ 2023-02-03 331/week @ 2023-02-10 377/week @ 2023-02-17 194/week @ 2023-02-24 183/week @ 2023-03-03 147/week @ 2023-03-10 98/week @ 2023-03-17 118/week @ 2023-03-24

584 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

~165KB