python-packaging
python-packaging copied to clipboard
Tutorial on how to structure Python packages
Could you add an explicit statement about a requirements.txt file in the repo if your package relies on something besides the python core library? I can make the actual documentation...
The last commit is 6 years old and so is the information's. Your nice looking readthedocs version of that repo expose a lot of informations about python and packaging that...
Would you please change `basestring` to `str`. The `basestring` is no longer available in Python 3, and it was removed. Use str instead.
The section [Packages Not On PyPI](https://python-packaging.readthedocs.io/en/latest/dependencies.html#packages-not-on-pypi) recommends using the 'dependency_links' argument to setup(). According to the [User Guide](https://setuptools.pypa.io/en/latest/userguide/dependency_management.html?highlight=dependency_links#dependencies-that-aren-t-in-pypi) > Warning: Dependency links support has been dropped by pip starting with...
Based on PEP 508 standard, external dependencies that are not on PyPI should be listed in install_requires with the syntax 'package_name @ URL'. A separate dependency_links list is no longer...
I am a maintainer of Python packages in openSUSE, and I am on my crusade of eliminating nose1 from our distribution. When I look at its repository on https://github.com/nose-devs/nose, the...
I think this project brings more confusion than benefit. If the upstream docs are missing something, then please talk to the upstream. According to this page, the guide is eight...
The old video was blocked due to copyright grounds.