- refactored package structure - added entry point `pygitgrab` - added global `.pygg_credits` file, from here credits are loaded if `-c` is not specified. - use `--anonymus` flag to disable the default loading - fixed typo in cmd-line parameter "anonymous" -
0.0.19
- added inspect methods - `-irepo` shows the repo meta - `-itags` list the repos tags - `-idir` list the directory content of a repo (path) -
0.0.18
- fix login credits for downloading remote pygg file
0.0.17
- added -url cmd parameter for remote github pygg file support - pep08 black code style - smaller code fixes -