Search code examples
How to change pip install -i https://test.pypi.org/simple/ PACKAGE-NAME to pip install PACKAGE-NAME...


pythonwindowspippypipython-packaging

Read More
Get app version from pyproject.toml inside python code...


pythonpython-packagingpython-poetrypython-importlib

Read More
Wheel File Not Including templates Directory and Root Files in Python Package...


setuptoolssetup.pypython-packagingpython-wheelsdist

Read More
Relative imports for the billionth time...


pythonpython-importrelative-pathpython-packagingrelative-import

Read More
python pyproject.toml - arch dependency solved on install...


pythonpippython-packagingpyproject.toml

Read More
How to bump python package version using uv?...


pythonpython-packaginguv

Read More
ModuleNotFoundError when referencing folder in Python...


pythonpython-3.8python-modulepython-packaging

Read More
package python module with pybind11 extension that depends on shared libraries...


pythonpypipython-packagingpybind11python-wheel

Read More
How to write a Python module/package?...


pythonpython-2.7uploadpython-modulepython-packaging

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


pythonsetuptoolssetup.pypython-packaging

Read More
Facing an issue with executing python package...


pythonpython-3.xpython-packaging

Read More
Build a wheel and Install package version depending on OS...


pythonsetuptoolspython-polarspython-packagingpython-wheel

Read More
Uninstall uv python package installer...


pythonlinuxpython-packaginguv

Read More
How to get a list of version numbers for python packages released up until a specific date?...


pythonpipdependenciespython-packaging

Read More
How to publish an update to pip *just* for older Python versions?...


pythonpython-packaging

Read More
Dependency conflict between pandas and openpyxl did not show up while trying to install packages...


pandaspippython-packaging

Read More
What is 'extra' in pypi dependency?...


pythonpippypipython-packaging

Read More
Is requirements.txt still needed when using pyproject.toml?...


pythonpython-packagingrequirements.txtpyproject.toml

Read More
What is __init__.py for?...


pythonmodulepackagepython-packaging

Read More
Python setuptools_scm get version from git tags...


pythonsetuptoolssetup.pypython-packagingsetuptools-scm

Read More
What are the downsides to relying purely on pyproject.toml?...


pythonsetuptoolssetup.pypython-packagingpyproject.toml

Read More
Python - import function from parallel directory...


pythonpython-importpython-modulepython-packaging

Read More
How to import a module from a different folder?...


pythonpython-3.xpython-importpython-modulepython-packaging

Read More
Is there any way to get the installed modules without version info with pip?...


pippython-packagingpython-importlib

Read More
How to automatically download or warn about a non-PyPi dependency of a Python package?...


pythonpypipython-packaginghatch

Read More
How can I build / distribute / install Python packages with limited access to packages from PyPI?...


pythondependency-managementpypipython-packaging

Read More
Why is my locally installed Python package not found when installed as an editable package?...


pythonsetuptoolspython-packaging

Read More
Prevent package from being installed on old Python versions...


pythonpipsetuptoolspypipython-packaging

Read More
How do I dynamically define a package level __all__ without running any slow code in the package&#39...


pythonpython-importpython-packagingpython-importlib

Read More
What is setup.py?...


pythonpypisetup.pypython-packaging

Read More
BackNext