Skip to content

Instantly share code, notes, and snippets.

@wware
Last active August 18, 2016 18:09
Show Gist options
  • Save wware/4c65ce6ad5b3e9a423ec13d96118331a to your computer and use it in GitHub Desktop.
Save wware/4c65ce6ad5b3e9a423ec13d96118331a to your computer and use it in GitHub Desktop.

Python packaging info

I need to start educating myself about how Python packages work.

Official docs:

History of python packaging solutions:

Also worthwhile:

The last two deal more with package resources, where the idea is that you want to include a static file with your python package, and you want your python code to be able to find that file when the package is unpacked on the user's hard drive.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment