Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in distutils

Dynamically Linking Python Extension (.pyd) to Another Extension

Hash Checking in setup.py install requires

What are valid values for platforms in python setup.py?

python distutils

Using SCons as a build engine for distutils

python scons distutils

Windows installer built with setup.py bdist_wininst triggers RuntimeError when installing. How do I fix this?

Can I create a static Cython library using distutils?

How should setup.py and requirements.txt be used by app developers?

Nested Python C Extensions/Modules?

Should I bundle C libraries with my Python application?

python c distutils

how to use distutils to create executable .zip file?

python distutils python-2.6

py2app picking up .git subdir of a package during build

What's the best practice for installing development versions of Python modules in Anaconda?

Using Sphinx with a distutils-built C extension

What's distutils' equivalent of setuptools' `find_packages`? (python)

Comments in Python MANIFEST.in

python manifest distutils

Install Python extension to specific location

python distutils

How can I assert from Python C code?

Packaging local module with pex