Nunjucks Python Setuptools How To Execute A (safe) Bash Shell Command Within Setup.py? August 21, 2024 Post a Comment I use nunjucks for templating the frontend in a python project. Nunjucks templates must be precomp… Read more How To Execute A (safe) Bash Shell Command Within Setup.py?
Python Setuptools How To Include License File In Setup.py Script? June 08, 2024 Post a Comment I have written a Python extension module in C++. I plan to distribute the module with setuptools. T… Read more How To Include License File In Setup.py Script?
Package Pypi Python Setuptools How To Exclude A Single File From Package With Setuptools And Setup.py May 25, 2024 Post a Comment I am working on blowdrycss. The repository is here. I want the settings file for blowdrycss_settin… Read more How To Exclude A Single File From Package With Setuptools And Setup.py
Numpy Python Setuptools Why Doesn't Setup_requires Work Properly For Numpy? May 11, 2024 Post a Comment I wanted to create a setup.py file that automatically resolves a build-time dependency to numpy (fo… Read more Why Doesn't Setup_requires Work Properly For Numpy?
Continuous Deployment Python Python Wheel Setuptools How Do I Add A Python Tag To The Bdist_wheel Command Using Setuptools? April 05, 2024 Post a Comment Let's say I have a simple library which uses setuptools for packaging and distributing. The lib… Read more How Do I Add A Python Tag To The Bdist_wheel Command Using Setuptools?
C Python Python C Api Python Extensions Setuptools Including And Distributing Third Party Libraries With A Python C Extension March 03, 2024 Post a Comment I'm building a C Python extension which makes use of a 'third party' library— in this c… Read more Including And Distributing Third Party Libraries With A Python C Extension