Search code examples
How to distribute a Python package where import name is different than project name using Hatch?...


pythonpippython-packagingpyproject.tomlhatch

Read More
How to force a platform wheel using build and pyproject.toml?...


pythonsetuptoolspython-packagingpython-wheelpep517

Read More
Where does py_modules go in pyproject.toml (setuptools)...


pythonpipsetuptoolspython-packagingpyproject.toml

Read More
pyproject.toml package flat layout?...


setuptoolspython-packagingpyproject.toml

Read More
Cannot import from my custom python package. ModuleNotFoundError: No module named 'a_python_file...


pythonpackageinitpython-packagingmodulenotfounderror

Read More
Can I add custom data to a pyproject.toml file...


pythonpython-packagingpyproject.tomltoml

Read More
How do I list the files inside a python wheel?...


pythonpackagepython-wheelpython-packaging

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


setuptoolssetup.pydistutilspython-packaging

Read More
How to install carla on macOS with python 3.10?...


pythoninstallationpippython-packagingcarla

Read More
How to install multiple .whl files in the right order...


pythonpippython-packagingpython-wheel

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


pythonsetuptoolssetup.pypython-packaging

Read More
Is there a way to programmatically confirm that a python package version satisfies a requirements sp...


pythonpippython-packagingrequirements.txt

Read More
Create namespace | Extend name tree at file level...


pythonnamespacespython-packaging

Read More
Why does the dependency resolver choose a version that should be explicitly forbidden (via !=)?...


pythonpython-packaging

Read More
What defines the import statement of python package?...


pythonpython-importpython-packagingpyproject.toml

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


setuptoolssetup.pypython-packagingpyproject.toml

Read More
What are best practices to change a Python module's name while keeping backwards compatibility?...


pythonpython-packaging

Read More
Proper package organization for pypi/pip import and for locally running scripts...


pythonpython-3.xpython-importpypipython-packaging

Read More
Python cannont import own poetry package: ModuleNotFoundError...


pythonpython-packagingpython-poetry

Read More
Python packaging - how to make sub-modules importable from higher-level module?...


pythonpippackagingpython-packagingpython-importlib

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


pythonsetuptoolspypisetup.pypython-packaging

Read More
python minor version in built wheel name...


pythonpython-packagingpython-wheelpyproject.toml

Read More
Why does conda install need the specification of dependency channels for own package?...


condapython-packagingconda-build

Read More
How do I read project dependencies from pyproject.toml from my setup.py, to avoid duplicating the in...


pythonsetuptoolspython-packagingbeewarepyproject.toml

Read More
Installing a package installs only the package with version number attached...


pythonsetuptoolspython-packagingpyproject.toml

Read More
Package and find non Python Files in a python package...


pythonsetuptoolspython-packaging

Read More
Python Wheel that includes shared library is built as pure-Python platform independent none-any...


pythonsetuptoolspython-packagingpython-wheelpython-extensions

Read More
how to prevent Poetry to consider .gitignore...


pythonpackagingpython-packagingpython.net

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


pythonpipsetuptoolssetup.pypython-packaging

Read More
Can a Python package and its corresponding PyPi project have different names?...


pythonpippypipython-packaging

Read More
BackNext