listing multiple versions on pypi...
Read Morepip freeze captures the package name as if it was on python index site, but it is not. full path is ...
Read Moreproper way to distribute run scripts with python package?...
Read Moreexample of python distutils package code that depends on other modules?...
Read MoreCan distutils perform a dependency check without installing?...
Read MoreHow to distribute / access data files in Python egg?...
Read MoreHow to pass flags to a distutils extension?...
Read MoreRunning `chmod` after installing a package using `setup.py`...
Read MoreInstall precompiled python extension with distutils...
Read MoreChoosing GCC version when building ( setup.py )...
Read MoreGet the version from distutils setup.py...
Read MoreModify `PATH` environment variable globally and permanently using Python...
Read Moredistutils setup install --build-base doesn't work...
Read MorePython distutils builds extensions differently on different machines...
Read MoreHow to install scripts to sbin with python's distutils?...
Read MoreDefault server in multiple server configuration of distutils in ~/.pypirc...
Read MorePython: If there are multiple egg versions of the same package installed, how do I import specifical...
Read MorePython's setup.py: how to install different files for different platforms...
Read MoreBest practices for Python deployment -- multiple versions, standard install locations, packaging too...
Read MoreRequire BeautifulSoup in a Python Package - What's needed in setup.py?...
Read MorePackaging a Python Program with custom built libraries...
Read MoreInstall mixture of extension module. pure python module and shared libraries with distutils...
Read MoreDeciding which package manager was used to install a Python package...
Read MoreHow to create namespace packages in Python?...
Read MorePython Imaging Library (PIL) in virtualenv on windows...
Read MoreHow do I get setup.py test to use a specific fortran compiler?...
Read MoreInstall Python extension to specific location...
Read MorePython Packaging - Distutils for a program...
Read More