-
Seems highly recommended now per [Python Packaging User Guide](https://packaging.python.org/en/latest/).
See https://packaging.python.org/en/latest/guides/modernize-setup-py-project/#modernize-setu…
-
### Duplicate Check
- [X] I have searched the [opened issues](https://github.com/flet-dev/flet/issues) and there are no duplicates
### Describe the bug
On the latest dev build of Flet 0.25, t…
-
The Python package manager `uv` is looking extremely promising (and quite likely to supersede Poetry and Pipenv), so we should add support for it (after we add Poetry support, and once `uv`'s project …
-
You can create an executable on PATH with the ``[project.scripts]`` section. Then users won't need to find the source file in their virtual environment to execute.
https://packaging.python.org/en/l…
-
## Overview
This is all about code packaging for various programming languages.
- Code
- Python
- C++
- Rust
- Etc...
- Multilingual package
- Docs
- Sphinx
-…
-
**Description**
Hi,
First of all, thanks for writing and maintaining SaltStack!
#### The problem with Python package names in general
Historically, there have always been some issues regar…
-
It would be great to have a package for jimmy in https://github.com/NixOS/nixpkgs (the largest package repository).
-
Hi, I have this following project structure
```
src/
requirements.txt
function_a.py
function_b.py
common/
common_1.py
common_2.py
```
With this function c…
-
Would it be possible to provide basic python packaging (setup.py/pyproject.toml, PEP-518) to simplify LSL-PyOptimizer installation? Were this done, the project could be installed via pip and the CLI a…
-
Heyo! Excuse me if I'm missing something here. I'm a new fpm user.
I spent some time digging around, however, and I can't seem to get this working, which leads to me believe that either:
a) I'm …