Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in python-packaging

python3 -m build ... supply version number via command line argument

Is there a way to get directory package dependencies in python?

python pip python-packaging

How to have pip recurisvely search directories for packages and dependencies?

Different python packages with the same top level name [duplicate]

What should GitHub repo package folder of a Python project include to manage dependencies?

How can I automate testing of updated dependencies with Python?

What is the best way to check if a PyPI package name is taken?

How to use setuptools_scm?

python pip python-packaging

Parser for Pipfiles (get a list of all packages used in a Pipfile)

Pip pyproject.toml: Can optional dependency groups require other optional dependency groups?

Install dependencies from pyproject.toml but not the package

How do I embed the version from pyproject.toml so my package can use it?

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

Print packages, without dependecies, in conda environment

conda python-packaging