Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in python-packaging

How to specify external system dependencies to a Python package?

How to have persistent storage for a PYPI package

How do I read project dependencies from pyproject.toml from my setup.py, to avoid duplicating the information in both files?

How to import a module but ignoring the package's __init__.py?

python setuptools compile fortran code and make an entry points

My RST README is not formatted correctly on PyPi

How to edit a wheel package (.whl)?

How to find all uses of a python function or variable in a python package

Can't verify hashes for these requirements because we don't have a way to hash version control repositories

Getting Python package distribution version from within a package

pipenv: How to resolve dependency conflicts

How to install a wheel-style package using setup.py

Structure of package that can also be run as command line script

Hermetic / Non Hermetic Packages in Python

How does one install a setup.cfg + pyproject.toml python project in editable mode with pip?

python: What's the rationale behind not allowing * in relative imports?

Install psutil without gcc