TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Stallion - Python Package Manager

93 pointsby peronealmost 13 years ago

9 comments

glesicaalmost 13 years ago
This is really neato! I am perfectly comfortable using the command line tools to install packages and such, but having an attractive, powerful interface would be quite useful for exploration (i.e. I wonder if there's a package that does X) and comparing similar libraries. Similarly to how I use apt-get to install software, but occasionally peruse the Ubuntu Software Center to see what's available or compare applications.
SoftwareMavenalmost 13 years ago
Does it support virtualenv? At the very least I want to manage each environment, but, ideally, it would be able to give me a holistic view of all my environments and what is running in each.<p>Looks really good.
评论 #4024639 未加载
joelhaasnootalmost 13 years ago
As "update addicted" as I am, an "update all right now" would be awesome (or atleast a list, something like what this does: <a href="http://code.activestate.com/recipes/577708-check-for-package-updates-on-pypi-works-best-in-pi/" rel="nofollow">http://code.activestate.com/recipes/577708-check-for-package...</a>)
评论 #4024857 未加载
GeneralMaximusalmost 13 years ago
This is very well done UX-wise. I especially like how Stallion indicates progress when I check PyPI for updates. Will I also be able to use it to search PyPI and install packages from there at some point?
评论 #4024967 未加载
dcesielalmost 13 years ago
Very cool. Although it says it's "created to provide an "easy-to-use" visual interface for Python newcomers." and still requires the command line to install.
pestaaalmost 13 years ago
This looks beautiful. Can I use it to discover a custom PyPi, preferably installed on my own server?
评论 #4024221 未加载
kyle_martin1almost 13 years ago
This is great! However, I had problems installing. After install via pip I ran this command: python -m stallion.main<p>and I got a no module error: /usr/bin/python: No module named stallion
antithesisalmost 13 years ago
Richard Magnificent Stallion.
knesalmost 13 years ago
Wow this is so great!