elder_launcher
PDM
Our great sponsors
elder_launcher | PDM | |
---|---|---|
9 | 45 | |
32 | 4,705 | |
- | 6.4% | |
0.0 | 8.6 | |
11 months ago | 2 days ago | |
Dart | Python | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
elder_launcher
-
Ask HN: What small library or tool do you want that doesn’t exist?
You might be able to find a custom launcher that can accomplish this. One such launcher is https://github.com/itsarjunsinh/elder_launcher
-
⟳ 4 apps added, 9 updated at apt.izzysoft.de
Elder Launcher (version 12): a minimalistic launcher for seniors with large fonts & icons
PDM
-
A question about good practice when using docker.
You'd need a proper dependencies management tool like PDM or Poetry to exhaustively resolve and lock down all the transitive dependencies if you want to have anything closed to reproducible build.
-
pdm-dotenv: Simplify Your Project's Environment Variable Management
Are you working on a Python project that uses pdm for dependency management and dotenv for local environment variable and secrets management? Do you find it frustrating when CLI tools like pgcli don't automatically pick up your .env file, forcing you to resort to npm install -g dotenv-cli? I've got a more convenient solution for you!
-
PEP 582 rejected - consensus among the community needed
I first learned about PDM from a blog post written by one of the PDM contributers. The post was about OOPifying argparse to allow for easy creation/modification of subcommands that exist as their own classes/files, and to avoid maintaining a single long script with an endless number of subparser.add_argument(...) lines.
It's per project, check out pdm if you want a preview https://github.com/pdm-project/pdm
-
PEP 704 – Require virtual environments by default for package installers
That's more or less what PEP 582 plans to do, but it's been stalled and mired in discussions for years. The PDM tool went ahead and implemented it though if you want to use it: https://github.com/pdm-project/pdm
-
This Week In Python
pdm – A modern Python package and dependency manager
-
How does a virtual environment work?
pdm and PEP 582 enter the chat
-
Boring Python: Code Quality
I'm liking PDM for a while now. Quicker than Poetry and built according to the Python package spec in mind and not as an afterthought. While it was originally meant to work with PEP 582, it works with virtual environments too (now default).
-
Thank GOD for Poetry!
I recommend you to try PDM you'll love it, it's exactly like npm
-
Learning Go as a Python Developer: The Good and the Bad
one more that supports the latest standards: https://pdm.fming.dev/
What are some alternatives?
Poetry - Python packaging and dependency management made easy
conda - A system-level, binary package and environment manager running on all major operating systems and platforms.
pip - The Python package installer
Pipenv - Python Development Workflow for Humans.
PyFlow - Visual scripting framework for python - https://wonderworks-software.github.io/PyFlow
pip-tools - A set of tools to keep your pinned Python dependencies fresh.
pyenv - Simple Python version management
dephell - :package: :fire: Python project management. Manage packages: convert between formats, lock, install, resolve, isolate, test, build graph, show outdated, audit. Manage venvs, build package, bump version.
pyflow - An installation and dependency system for Python
wheel - Adoption analysis of Python Wheels: https://pythonwheels.com/
Curdling - Concurrent package manager for Python
cookiecutter-pypackage - Cookiecutter template for a poetry-managed Python package.