pim icon indicating copy to clipboard operation
pim copied to clipboard

friendly command-line tool for initializing python packages

Results 4 pim issues
Sort by recently updated
recently updated
newest added

Without this it crashes on windows with python3, because `output` will be bytes.

The suggested default for the git repo should probably be, first, the repo name if the folder is itself a git repo, and if not, the combination of global git...

There's a python package by @emallson called `nppm` with similar interests but a different approach. https://github.com/emallson/nppm That library introduces a `npm`-like `package.json`, and seems to focus on dependency / environment...