What scripts would go into a bin folder of a Python package?
问题 I'm learning about Python Packages from Learn Python the Hard Way and one of the exercises it says: Put a script in the bin directory that you can run To me, it seems kind of vague. I'm not exactly sure what kind of scripts would go into the bin folder. The Hitchhiker's Guide to Packaging says put into bin any scripts you’ve written that use your package and which you think would be useful for your users. If you don’t have any, then remove the bin directory. But I'm still left wondering what