Search code examples
How to create a deb package for a python project without setup.py...


pythonpackagingsetup.pydebpython-poetry

Read More
What's the difference between 'pip3 install -e .' and 'python3 setup.py develop'...


pythonpipsetuptoolssetup.pypython-packaging

Read More
How to build multiple packages from a single python module using pyproject.toml and poetry?...


pythonsetup.pypython-packagingpython-poetrypyproject.toml

Read More
Importing modules with same name...


pythonpython-importsetuptoolssetup.py

Read More
How to make setup.py for standalone python application in a right way?...


pythonsetuptoolssetup.py

Read More
Standard way to embed version into Python package?...


pythonsetuptoolssetup.pypython-packaging

Read More
tox tests, use setup.py extra_require as tox deps source...


pythontestingsetup.pytox

Read More
Packaging a Python library with an executable...


pythonpackagingsetup.py

Read More
Change pip build directory from read-only file system...


pythoninstallationpipsetuptoolssetup.py

Read More
Customizing python package directory layout with setup.py...


setuptoolssetup.pydistutilspython-packaging

Read More
pip install . only allows package to be imported when in the original directory...


pythonpippackagesetuptoolssetup.py

Read More
How to add package data recursively in Python setup.py?...


pythondistutilssetup.py

Read More
How to package root-level modules in namespace packages?...


pythonsetuptoolssetup.pypython-packaging

Read More
Building a package with generated Python files...


setuptoolssetup.pypython-packagingpyproject.toml

Read More
python setup.py: how to set the path for the generated .so...


pythoncdistutilssetup.py

Read More
Python setup.py: import packages from subdirectories not specifying top level directory...


pythonpipsetuptoolssetup.pydistutils

Read More
Creating self contained wheel...


pythonsetup.pypython-wheelsaprfcpyrfc

Read More
Why do I get a "No matching distribution found" error when installing a package I just upl...


pythonsetuptoolspypisetup.pypython-packaging

Read More
Installing a python script to run from the command line...


pythonpipsetuptoolssetup.pypython-packaging

Read More
How to pass a user defined argument to setuptools in order to set a flag that changes compilation ma...


pythonsetuptoolssetup.py

Read More
python setup.py install without sudo...


pythonubuntupippermission-deniedsetup.py

Read More
Include entire directory in python setup.py data_files...


pythonsetup.py

Read More
Why isn't `site.main()` called by setuptools?...


pipsetuptoolssetup.pypython-packagingpep517

Read More
Error when installing sklearn through pip - 'metadata-generation-failed'...


pythonwindowsscikit-learnpipsetup.py

Read More
python -m build including additional folders...


pythonsetup.py

Read More
Prevent pip from caching a package...


pipsetuptoolssetup.pypython-packagingpython-wheel

Read More
Importing Python libraries and gracefully handling if they are not availalble...


pythonexceptionsetup.pyegg

Read More
Using an extra python package index url with setup.py...


pythonpippackagingsetup.pypypi

Read More
Having trouble with setup.py...


pythonmodulesetup.py

Read More
Setuptools is creating is creating egg for UNKNOWN instead of setuptools-rust...


pythonsetuptoolssetup.pypython-packaging

Read More
BackNext