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

Support pip for Fable-to-Python #84

Open
Happypig375 opened this issue Oct 24, 2021 · 2 comments
Open

Support pip for Fable-to-Python #84

Happypig375 opened this issue Oct 24, 2021 · 2 comments

Comments

@Happypig375
Copy link

No description provided.

@Zaid-Ajaj
Copy link
Owner

Hi @Happypig375, this is a nice feature to add. I haven't delved myself into python land yet. I guess these things would be required

  • Use the current <NpmPackage> format to make things easier when reading the package metadata or rxpect a different format of package metadata included in the Fable library such as <PythonPackage> or <PipPackage> etc.
  • Detect requirements.txt or whatever the current modern package manager of python uses
  • Implement python package manager commands to automate installation

PRs would be appreciated for this feature 🙏 I might look into it when I start playing with Fable to python projects

@Zaid-Ajaj
Copy link
Owner

As of Femto v0.15 we support poetry as the package manager for python. I don't know if we should also support pip but at least there is a working solution now 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants