Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in setuptools

Optional, dynamic dependencies at Python runtime

python pip setuptools

python setuptools: how can I install package with cython submodules?

python cython setuptools

Building a Python C extension on Windows

python c windows pip setuptools

Python module not recognizing files in the same folder

Link f2py generated *.so file in a python package using setuptools

Using git submodules with python

python git setuptools

What if setuptools isn't installed?

Python packaging: build requirements in pyproject.toml VS setup_requires

How to use Numba extension in setup.py?

python setuptools numba

Why does adding an __init__.py change Cython build_ext --inplace behavior?

cython setuptools

Format of name of a Python package with setuptools

"SyntaxError: invalid syntax" while installing Setuptools

python pip setuptools

Why isn't setup.py metadata being used on PyPI?

python setuptools pypi

Building a Python-C-Extension on Windows with a debug Python installation

Equivalent of R packages automation tools in Python

oddities when pip installing a local package with --prefix and -e. Potential bug with importlib.metadata not following .egg-link to .egg-info properly

"UNKNOWN" project name and version number for my own pip-package

Including logging.conf in setup.py?

How to build a cffi extension for inclusion in binary python wheel with uv