@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
are there plans to support python as well?
If we find a bundler that work well
pdm or poetry come to mind
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
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...
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•6mo ago
Message Not Public
Sign In & Join Server To View