Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editable install support #26

Open
henryiii opened this issue Oct 12, 2021 · 2 comments
Open

Editable install support #26

henryiii opened this issue Oct 12, 2021 · 2 comments
Labels
editable enhancement New feature or request

Comments

@henryiii
Copy link
Collaborator

Yesterday, pip 21.3 dropped with PEP 660. What's the status of support here?

@FFY00
Copy link
Owner

FFY00 commented Oct 13, 2021

No support here yet. My plan was to create a custom loader (https://docs.python.org/3/library/importlib.html#importlib.abc.TraversableResources) that would run the build process when anyone tries to access the files provided by the package, with optional optimizations to only run the required build tasks.

@FFY00 FFY00 added enhancement New feature or request editable labels Oct 13, 2021
@FlorianWilhelm
Copy link

FlorianWilhelm commented Dec 30, 2021

Awesome project! Thanks for your great work. This is potentially a great alternative to flit and with editable install support it will get closer to this goal. CC @abravalheri

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
editable enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants