Search code examples
What's the difference between the [tool.poetry] and [project] tables in pyproject.toml?...

setuptoolspypipython-packagingpython-poetrypyproject.toml

Read More
Using Poetry's [tool.poetry.dependencies] in Setuptools Configuration in pyproject.toml...

dependenciessetuptoolspython-packagingpython-poetrypyproject.toml

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

pythonpython-packaginguv

Read More
problem to install pyproject.toml dependencies with pip...

pythonpippython-packagingpython-poetrypyproject.toml

Read More
How can I test that Python package entrypoints are correctly discovered and loaded?...

pythonpytestpython-packaging

Read More
How do I import other Python files?...

pythonimportpython-importpython-modulepython-packaging

Read More
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
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
BackNext