Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in python-packaging

Specifying test dependencies in pyproject.toml and getting them installed with pip install -e

How to use a module as part of a package and as a directly executable script?

Can pip dependencies exclude or include in semantic pre-release labels?

Which part of SemVer should I bump when deprecating supported Python version? [closed]

Pip doesn’t know where numpy is installed

Is there a way to programmatically confirm that a python package version satisfies a requirements specifier?

relative paths for modules in python

Difference between using find_packages() vs "requirements.txt" for setup.py script

How can I make pip install package data (a config file)?

How can I recreate my conda environment using yml file?

Multiple distributions from one source tree

setup.py: add dependencies required for installation [duplicate]

Python commands to build distribution setup.py build vs python -m build

Custom post install script not running with pip

Check whether a python package has been installed in 'editable' (egg-link) mode or not?

Print packages, without dependecies, in conda environment

conda python-packaging