From 4618fbc6264670ceaaa0cdf66cb79672f130f86b Mon Sep 17 00:00:00 2001 From: Filipe Funenga Date: Tue, 9 Feb 2016 13:54:52 +0100 Subject: [PATCH] Add pipgh (under Libraries for package and dependency management.) Placed at the end of the list to respect any sorting method that might be in place. Probably better placed near the `pip` entry. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6854e01ff..3cf1cfb08 100644 --- a/README.md +++ b/README.md @@ -114,6 +114,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [conda](https://github.com/conda/conda/) - Cross-platform, Python-agnostic binary package manager. * [Curdling](http://clarete.li/curdling/) - Curdling is a command line tool for managing Python packages. * [wheel](http://pythonwheels.com/) - The new standard of Python distribution and are intended to replace eggs. +* [pipgh](https://github.com/ffunenga/pipgh) - A command-line tool to search and install packages from Github. ## Package Repositories