Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in python-packaging

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?

Why does the from ... import ... statement contain an implicit import?

yum install specific version of python package

how to prevent Poetry to consider .gitignore

How to get a list of version numbers for python packages released up until a specific date?

How to build and distribute a Python/Cython package that depends on third party libFoo.so

How to write a minimally working pyproject.toml file that can install packages?

How to build a source distribution without using setup.py file?

Python setuptools/distutils custom build for the `extra` package with Makefile