Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in python-packaging

How do you recursively get all submodules in a python package?

Can't install textract on windows

Python setup.py define optional subpackages with optional dependencies

Correct use of PEP 508 environment markers in setup.cfg

How do I get the current 'package' name? (setup.py)

What is the new upload URL for the Test PyPI server?

How can I use relative importing in Python3 with an if __name__='__main__' block?

Anaconda/Python site-packages subfolders with tilde in name - what are they?

How To Set Project Links in PyPI

How should I handle importing third-party libraries within my setup.py script?

Packaging Python dependencies in subdirectory for AWS Lambda

How do I add cv2 as a requirement in a python package?

__init__.py does not find modules in same directory [duplicate]

python python-packaging

In Python, is it possible to expose modules from subpackages at package level?

python installing package with submodules

What is 'extra' in pypi dependency?

Trying to read JSON file within a Python package

Python setuptools: package directory does not exist

How do imports work in IPython