Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in distutils

What is the most conventional way to integrate C code into a Python library using distutils?

How can I build a setup.py to compile C++ extension using Python, pybind11 and Mingw-w64?

Deploying Python modules in an Ubuntu system with distutils and deb

python distutils deb

Compiling C shared library with distutils' setup.py, when the library depends on a second shared library

python c ctypes distutils

What does distutils do with the "requires" metadata?

python pip distutils

Numpy distutils howto

python numpy distutils f2py

Installing my sdist from PyPI puts the files in unexpected places

How to run_command at setuptools with options?

python setuptools distutils

cython build via setup.py does wrong thing (putting all .so files in extra src dir)

"Server response (401): You must login to access this feature" when registering package on pypi

distutils, distutils2, pip and requirements [closed]

python pip distutils buildout

Python: Why setuptools doesn't include my package data?

python setuptools distutils

How to run installed python script?

How to add PyPi dependencies to DEB package

Why does `setup.py develop` not work?

Is it safe to call `setup()` multiple times in a single `setup.py`?

How to strip source from distutils binary distributions?

python bytecode distutils

Distutils - How to disable including debug symbols when building an extension

python distutils

How can I make this long_description and README differ by a couple of sentences?

Python: If there are multiple egg versions of the same package installed, how do I import specifically the version I need?