Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in python-packaging

How to find a class or function in a Python module?

I built a python package and uploaded to pypi. It can be installed but not imported: ModuleNotFoundError

setuptools_scm not working with `pip install .` in case of .git in parent folder

Cannot import a setup.py module while inside a venv

pyproject.toml won't find project name with setuptools python -m build format

Warning: 'news' is an entry point defined in pyproject.toml, but it's not installed as a script. You may get improper `sys.argv[0]`

python source distribution (sdist) - generated data files

What is the preferred way to develop a Python package without using setup.py?

" No module named build.__main__; 'build' is a package and cannot be directly executed " when doing 'python -m build'

pip python-packaging

How do I have multiple src directories at the root of my python project with a setup.py and pip install -e?

Distribute shell scripts using setuptools and pyproject.toml

Why do packages installed with `pip install -e .` not need __init__.py?

python python-packaging

pip installing environment.yml as if it's a requirements.txt

Can't Display Version of a Python Binary PEX with Click Entry Points

Running unittest using a src/package directory structure

How to import module using path related to working directory in a python project that managed by poetry?