Write Perl subs and classes in Python
https://metacpan.org/release/Inline-Python
The 'Inline::Python' module allows you to put Python source code directly "inline" in a Perl script or module. It sets up an in-process Python interpreter, runs your code, and then examines Python's symbol table for things to bind to Perl. The process of interrogating the Python interpreter for globals only occurs the first time you run your Python code. The namespace is cached, and subsequent calls use the cached version.
This document describes 'Inline::Python', the Perl package which gives you access to a Python interpreter. For lack of a better place to keep it, it also gives you instructions on how to use 'perlmodule', the Python package which gives you access to the Perl interpreter.
- Devel package for openSUSE:Factory
-
1
derived packages
- Links to openSUSE:Factory / perl-Inline-Python
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:perl/perl-Inline-Python && cd $_
- Create Badge
Refresh
Refresh
Source Files (show merged sources derived from linked package)
Filename | Size | Changed |
---|---|---|
Inline-Python-0.58.tar.gz | 0000063364 61.9 KB | |
_link | 0000000124 124 Bytes | |
cpanspec.yml | 0000000724 724 Bytes | |
initperl_prototype.diff | 0000000347 347 Bytes | |
perl-Inline-Python.changes | 0000008194 8 KB | |
perl-Inline-Python.spec | 0000002985 2.92 KB |
Comments 0