python-packaging
python-packaging copied to clipboard
Tutorial on how to structure Python packages
Update example .gitignore to contain the same content as the sample in "Putting It All Together"
I'm working on a homework assignment for our budding Python packagers, based on this repo. We're using `Python 2.7.13` built via [spack](https://spack.io). The script sets up working directory and a...
Thanks for these docs. I was searching for how to handle package data and it took me to http://python-packaging.readthedocs.io/en/latest/non-code-files.html. I followed that technique in one project before I realized there's...
Indicated that dependency_links are now considered as deprecated. Reference: http://serverfault.com/a/628714
The `Publishing On PyPI` section should explain how repositories are resolved. Without explicitly configuring .pypirc file, the default pypi repository will be resolved as 'https://upload.pypi.org/legacy/', which is obsolete. The improved...
Aloha, "you’ll need to supply include_package_data=True to the setup() function." /usr/local/lib/python3.4/distutils/dist.py:260: UserWarning: Unknown distribution option: 'include_package_data' warnings.warn(msg) It seems that (at least with python3) this option is no longer available.
gh_pages
It would be really cool to have a little section about hosting your sphinx generated site hosted through gh_pages!
Hi, Thanks for your great tutorial! At the end, though, I was thinking: is there somewhere I can go and download the source to `funniest` so that I can use...
To enable other people the usage of this text a public license was added. Although it's generally better to use a software license like GPL for the source code, it...
## Problem The source code and tutorial are both available online, but the default copyright in most countries forbid people from using it legally ## Solution Add a license to...