JakobDev

joined 1 year ago
[–] JakobDev@feddit.de 1 points 4 months ago

Unofficial Flatpaks are not random uploads

[–] JakobDev@feddit.de 1 points 5 months ago (2 children)

This is already possible

[–] JakobDev@feddit.de 1 points 6 months ago

You can't just upload a App to Flathub. Everythng is reviewed.

[–] JakobDev@feddit.de 5 points 6 months ago (3 children)

How does that Help against Malware?

[–] JakobDev@feddit.de 14 points 7 months ago (1 children)

You may want to take a look at PackageKit

[–] JakobDev@feddit.de 13 points 7 months ago

Ihr habt einen Ausbilder?

[–] JakobDev@feddit.de 2 points 1 year ago

If you try to keep your depencies low, it's not very cumbersome. I usually do that.

A setup.py/pyproject.toml can replace requirements. txt, but it is for creating packages and does way more than just installing dependencies, so they are not really competing.

For scripts which have just 1 or 2 packges as depencies it's also usuall to just tell people to run pip install .

[–] JakobDev@feddit.de 5 points 1 year ago (3 children)

Yes, but this file is created by you and not pip. It's not like package.json from npm. You don't even need to create this file.

[–] JakobDev@feddit.de 12 points 1 year ago (6 children)

Pip stores nothing in a text file