Skip to content

cython.org

Compiler for writing C extensions for the Python language

Package Information

  • Domain: cython.org
  • Name: cython.org
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install cython

Programs

This package provides the following executable programs:

  • cython

Aliases

This package can also be accessed using these aliases:

  • cython

Available Versions

Show all 20 versions
  • 3.1.2, 3.1.1, 3.1.0, 3.0.12, 3.0.11
  • 3.0.10, 3.0.9, 3.0.8, 3.0.7, 3.0.6
  • 3.0.5, 3.0.4, 3.0.3, 3.0.2, 3.0.1
  • 3.0.0, 0.29.37.1, 0.29.37, 0.29.36, 0.29.35

Latest Version: 3.1.2

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +cython.org@3.1.2 -- $SHELL -i

Dependencies

This package depends on:

  • python.org<3.12

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.cythonorg

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.