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
Filename | Size | Changed |
---|---|---|
Inline-Python-0.49.tar.gz | 0000056811 55.5 KB | |
cpanspec.yml | 0000000550 550 Bytes | |
perl-Inline-Python.changes | 0000003443 3.36 KB | |
perl-Inline-Python.spec | 0000002529 2.47 KB |
Revision 6 (latest revision is 21)
Stephan Kulow (coolo)
accepted
request 330066
from
Bernhard Wiedemann (bmwiedemann)
(revision 6)
- updated to 0.49 see /usr/share/doc/packages/perl-Inline-Python/Changes - updated to 0.40 see /usr/share/doc/packages/perl-Inline-Python/Changes
Comments 0