pip
(1.4.1)
Released 10 years, 8 months ago
A tool for installing and managing Python packages.
iw.eggproxy
(0.2.0)
Released 13 years, 3 months ago
An egg proxy for apache and mod_python
pyg
(1.0)
Released 10 years, 3 months ago
Python Package Manager
pythonbrew
(1.3.4)
Released 10 years, 7 months ago
Manage python installations in your $HOME
SetupFixer
(0.1.0)
Released 11 years, 11 months ago
A collection of utilities for easy configuration of setuptools.
Basket
(1.0)
Released 11 years, 11 months ago
A local static PyPI repository builder
requisite
(0.1.3)
Released 13 years ago
Requisite downloads python packages from a requirements.txt file and uploads them to your private PyPI server
recordeggs
(0.3.0)
Released 13 years, 3 months ago
Captures easy_install command output to download source files
pypicache
(0.2)
Released 13 years, 3 months ago
The main script provides a relatively painless way to convert a single directory of python packages into an easy_install compatible package archive. A typical use would be to expose the contents of your PYTHON_EGG_CACHE directory, or your zc.buildout download_cache, to other people or computers on your local area network.
pyinstall
(0.1.4)
Released 13 years, 3 months ago
Installer for Python packages
collective.eggproxy
(0.5.1)
Released 13 years, 3 months ago
An egg index proxy
sc0ns
(2.2.0-1)
Released 10 years, 3 months ago
scons, which can be installed with easy_install/pip
thg-mac
(2.1.4)
Released 12 years, 6 months ago
TortoiseHg dialogs for Mercurial VCS (easy_installable version for Mac)
silvainstall
(0.1dev-r23521)
A script that lets you quickly set up a Zope instance in which you can use standard Python tools like easy_install to add packages
cltool
(0.8.1.3dev)
Example of installing a comand line tool via pip/easy_install
vcard_split
(0.2dev-r2010)
Splits one vcard file (*.vcf) to many vcard files with one vcard per file. Useful for import contacts to phones, thats do not support multiple vcard in one file. Supprt unicode cyrillic characters. Консольная программа для разбиения одного большлго файла с контактами в формате VCARD (*.vcf) на несколько файлов содержащих один контакт. Полезна для импорта контактов в телефон, который не поддерживает несколько контактов в одном файле. Поддерживает русские буквы кириллицу в тексте контактов. Работоспособность проверялась на файле с контактами экспортированными из google gmail.com. Установка вариант 1: скачать, распаковать, в папке запустить "python setup.py install". Использование вариант 1: python vcard_split.py [-h] [-l LOG_LEVEL] [-d] filename [filename ...] например "python vcard_split.py contacts.vcf" Установка вариант 2: "easy_install -U vcard_split". Использование вариант 2: vcard_split [-h] [-l LOG_LEVEL] [-d] filename [filename ...] например "vcard_split contacts.vcf"