Package perl-Inline-Python: Information

    Source package: perl-Inline-Python
    Version: 0.57-alt1
    Latest version according to Repology
    Build time:  Jan 19, 2024, 07:38 AM in the task #333513
    Category: Development/Perl
    Report package bug
    License: GPLv2+ or Artistic-2.0
    Summary: Write Perl subs and classes in Python
    Description: 
    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 global variables only occurs the first time you run your Python code. The
    name-space is cached, and subsequent calls use the cached version.

    List of rpms provided by this srpm:
    perl-Inline-Python (x86_64, ppc64le, i586, armh, aarch64)
    perl-Inline-Python-debuginfo (x86_64, ppc64le, i586, armh, aarch64)

    Maintainer: Igor Vlasenko

    List of contributors:
    Igor Vlasenko
    Alexandr Antonov

    ACL:
    Alexandr Antonov
    @everybody

      1. python3-devel
      2. perl(ExtUtils/MakeMaker.pm)
      3. perl(Inline.pm)
      4. perl(Test/Deep.pm)
      5. perl(Test/More.pm)
      6. perl(Test/Number/Delta.pm)
      7. chrpath

    Last changed


    Sept. 30, 2022 Igor Vlasenko 0.57-alt1
    - new version
    Sept. 29, 2022 Igor Vlasenko 0.56-alt3
    - added VCS: tag
    Dec. 19, 2021 Igor Vlasenko 0.56-alt2
    - fixed build