SaaSHub helps you find the best software and product alternatives Learn more →
Zpy Alternatives
Similar projects and alternatives to zpy
-
-
InfluxDB
Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
pyinfra
pyinfra turns Python code into shell commands and runs them on your servers. Execute ad-hoc commands and write declarative operations. Target SSH servers, local machine and Docker containers. Fast and scales from one server to thousands.
-
-
-
-
-
-
tox-pin-deps
Run tox environments with strictly pinned dependencies (and no project or code changes).
-
-
-
agkozak-zsh-prompt
A fast, asynchronous Zsh prompt with color ASCII indicators of Git, exit, SSH, virtual environment, and vi mode status. Framework-agnostic and customizable.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
zpy discussion
zpy reviews and mentions
-
This Week In Python
zpy – Zsh helpers for Python venvs, with uv or pip-tools
-
Canonical blocked installing, or uninstalling pip packages on Ubuntu 23.04, what it can be done to solve these issues?
If your interactive shell is zsh, you could give my project zpy a try, particularly the function pipz that it provides, which is a lightweight pipx clone with great completions and good speed.
-
As if there weren't enough packaging tools already: mitsuhiko/rye: an experimental alternative to poetry/pip/pipenv/venv/virtualenv/pdm/hatch/…
I can immediately see some things rye is doing differently, like keeping the venvs themselves free of pip and pip-tools. I wonder in your explorations if you've tried rtx for managing python installations, or my own zpy wrapper of pip-tools+venv (which can also replace pipx).
-
How do I build up my package's extra dependencies from groups of dependencies in a pyproject.toml?
My patterns in this regard aren't exactly mainstream, as I use flit+pip-tools+zpy (the latter being my own Zsh interface for Python dependency and environment operations), but FWIW here's how I go about nested requirements.
-
What is your workflow for managing virtual environments for personal projects?
For managing venvs and dependencies and apps, I use my own frontend to pip-tools + venv, zpy. And for running tasks which require an activated venv, I use nox.
-
One Does Not Simply 'pip install'
If anyone's interested in a pipx clone with excellent tab completion, I would appreciate any feedback on pipz, a function of my zsh plugin for python environment and dependency management: zpy
https://github.com/andydecleyre/zpy
-
pipenv or virtualenv ?
For concise and practical interactive usage of those tools, with excellent tab completion, I made the Zsh frontend zpy.
-
How to know what a package depend on when pip is installing it?
I also use my own Zsh wrapper functions with it, so for example: https://i.imgur.com/YX8bWy8.png
-
I moved away from Poetry for Python
I'm a big fan of (and small contributor to) pip-tools, but both poetry and pipenv offer management of more stuff, which understandably appeals to folks seeking a simple comprehensible workflow.
Pip-tools is also a bit lower level, offering flexibility and compatibility which I relish, but also requiring more attention from the user to set things up as they wish.
If you or anyone else enjoying pip-tools is a Zsh user and interested in trying out my higher level functions to ease interactive use of pip-tools, venvs, and also isolated app installs (like pipx), I would love some feedback on zpy: https://github.com/AndydeCleyre/zpy
I'm very happy to answer any questions about it right here or as GitHub issues.
-
Any recent updates in dependency management?
This is FAR from some big mainstream thing, but I use (and am happy to answer any questions about) my own Zsh frontend to venv+pip-tools+pip, zpy.
-
A note from our sponsor - SaaSHub
www.saashub.com | 9 Sep 2024
Stats
AndydeCleyre/zpy is an open source project licensed under Do What The F*ck You Want To Public License which is not an OSI approved license.
The primary programming language of zpy is Shell.