What's the difference between the [tool.poetry] and [project] tables in pyproject.toml?...
Read MoreUsing Poetry's [tool.poetry.dependencies] in Setuptools Configuration in pyproject.toml...
Read Moreproblem to install pyproject.toml dependencies with pip...
Read MoreHow can I test that Python package entrypoints are correctly discovered and loaded?...
Read MoreHow do I import other Python files?...
Read MoreHow to change pip install -i https://test.pypi.org/simple/ PACKAGE-NAME to pip install PACKAGE-NAME...
Read MoreWheel File Not Including templates Directory and Root Files in Python Package...
Read Morepython pyproject.toml - arch dependency solved on install...
Read MoreModuleNotFoundError when referencing folder in Python...
Read Morepackage python module with pybind11 extension that depends on shared libraries...
Read MoreHow to write a Python module/package?...
Read MoreFacing an issue with executing python package...
Read MoreBuild a wheel and Install package version depending on OS...
Read MoreHow to get a list of version numbers for python packages released up until a specific date?...
Read MoreHow to publish an update to pip *just* for older Python versions?...
Read MoreDependency conflict between pandas and openpyxl did not show up while trying to install packages...
Read MoreWhat is 'extra' in pypi dependency?...
Read MorePython setuptools_scm get version from git tags...
Read MoreWhat are the downsides to relying purely on pyproject.toml?...
Read MoreHow to import a module from a different folder?...
Read MoreIs there any way to get the installed modules without version info with pip?...
Read MoreHow to automatically download or warn about a non-PyPi dependency of a Python package?...
Read MoreHow can I build / distribute / install Python packages with limited access to packages from PyPI?...
Read MoreWhy is my locally installed Python package not found when installed as an editable package?...
Read MorePrevent package from being installed on old Python versions...
Read MoreHow do I dynamically define a package level __all__ without running any slow code in the package'...
Read Moremypy "Incompatible import" error for conditional imports...
Read MoreHow do I embed the version from pyproject.toml so my package can use it?...
Read MoreWhat is the difference between installing a module with pip/setup.py vs adding it to PYTHONPATH?...
Read More