rubenf
rubenf6mo ago

@Lysanleo on EE we have a new way to use

@Lysanleo on EE we have a new way to use local codebases which use a bundler under the hood
7 Replies
Alper
Alper6mo ago
are there plans to support python as well?
rubenf
rubenf6mo ago
If we find a bundler that work well
Alper
Alper6mo ago
pdm or poetry come to mind
rubenf
rubenf6mo ago
They're not really bundler, more like packager Esbuild is able to actually build a single executable js file with all the packages tree shakes and resolve them automatically
Alper
Alper6mo ago
poetry can bundle too, check out https://python-poetry.org/docs/cli/#build
Commands | Documentation | Poetry - Python dependency management a...
Commands You’ve already learned how to use the command-line interface to do some things. This chapter documents all the available commands. To get help from the command-line, simply call poetry to see the complete list of commands, then --help combined with any of those can give you more information. Global options --verbose (-v|vv|vvv): Increa...
Alper
Alper6mo ago
freeCodeCamp.org
How to Build and Publish Python Packages With Poetry
A Python package is a collection of Python modules that can be easily distributed and installed. It allows developers to reuse code across multiple projects and share it with others. Python packages typically include a set of functions, classes, or other components that serve a specific purpose, such as
Unknown User
Unknown User6mo ago
Message Not Public
Sign In & Join Server To View