Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in distutils

Best practices for Python deployment -- multiple versions, standard install locations, packaging tools etc

Distribute pre-compiled python extension module with distutils

python python-3.x distutils

How to access python package metadata from within the python console?

python distutils

python distutils does not include data_files

Shared library dependencies with distutils

Don't touch my shebang

python distutils virtualenv

Distribute a Python package with a compiled dynamic shared library

Python distutils error: "[directory]... doesn't exist or not a regular file"

python distutils

setup.py not installing data files

python python-2.7 distutils

Custom distutils commands

python deployment distutils

Confused about the package_dir and packages settings in setup.py

python distutils

Building a ctypes-"based" C library with distutils

python ctypes distutils

How to include third party Python packages in Sublime Text 2 plugins

MANIFEST.in, package_data, and data_files clarification?

python setuptools distutils

Finding a file in a Python module distribution [duplicate]

python distutils

How can I add post-install scripts to easy_install / setuptools / distutils?

python setuptools distutils

How to overwrite pypi package when doing upload from command line?

distutils pypi distutils2

Distributing a shared library and some C code with a Cython extension module

python cython distutils

Python distutils, how to get a compiler that is going to be used?

Speeding up build process with distutils

c++ python distutils