Git Product home page Git Product logo

Comments (4)

duggelz avatar duggelz commented on May 2, 2024

No particular roadmap or timeline, unfortunately. I understand that the Bazel team does have an intent to officially support Python extensions, but probably not for a while.

from subpar.

duggelz avatar duggelz commented on May 2, 2024

With #52, extension modules can be manually extracted. Now I "just" need to wire up some more metadata and plumb it through to the skylark code.

from subpar.

duggelz avatar duggelz commented on May 2, 2024

With #65, one can specify py_binary(... zip_safe=False, ...) to cause shared libraries (and everything else) to be extracted to a temporary directory on when the par file is run. The Python sys.path is also updated to enable importing.

There is still no py_extension rule, and depending on external packages is still difficult.

from subpar.

qzmfranklin avatar qzmfranklin commented on May 2, 2024

Hi @duggelz ,

Thanks for the nice follow-ups on this thread over the years. I have pretty strong interest in using par_binary() with C extensions (all built with Bazel).

What exactly is the goal of this thread when we are talking about? Is it to support

  • a thin path to enable experts in Bazel and CPython get to use C-extensions in python,
  • a moderate solution so that the developers familiar with python packaging may use it, or
  • a one-stop solution to make it easy to any developer to create C-extensions in python?

Also, what exactly is difficult for enabling depending on external packages? Is it

  • too many potential use cases that are hard to exhaustively enumerate,
  • use cases with conflicting design goals (and perhaps implementations guidelines),
  • hard to migrate a meaningful amount of existing the C-extension packages, or
  • lack of general interest from the community?

from subpar.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.