esm-tools / esm_version_checker

GNU General Public License v2.0
0 stars 0 forks source link

Remove GitHub connection #17

Closed denizural closed 3 years ago

denizural commented 3 years ago

I made quite a number of changes and will briefly explain them:

New Features & Bugfixes:

Here are some quick tests: esm_versions --help -> new command get and docstrings for all functions -> new option --from_github

esm_versions check esm_versions --from_github check

esm_versions --from_github check --package esm_archiving esm_versions check --package esm_archiving

esm_versions get esm_tools file_path esm_versions get esm_tools foo esm_versions get foo bar esm_versions --from_github get esm_tools file_path esm_versions --from_github get esm_archiving file_path

esm_version upgrade -> better output formatting with colors and extra newline for readability

pgierz commented 3 years ago

Merged into release and develop