aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-30Additional tests for batch file parsingCody Logan
2023-10-30Code cleanupCody Logan
2023-10-30Fix reported problematic input in parsing error messageCody Logan
2023-10-30Accept batch input from stdinCody Logan
2023-10-27Condense error message when batch file is unreadableCody Logan
2023-10-27Fix ttest errors in Python 3.7 and 3.8Cody Logan
2023-10-27Fix error in dl test (still non-functional)Cody Logan
2023-10-27Move batch file processing to parse moduleCody Logan
2023-10-27Refactor args construction in testsCody Logan
2023-10-24Merge branch 'refactor-api-query' into devCody Logan
2023-10-24Bump version for dev branchCody Logan
2023-10-24Separate download and client testsCody Logan
2023-10-24Add dry run option, to test processing without actually downloading anythingCody Logan
2023-10-24Catch possible OS errors when verifying downloadCody Logan
2023-10-24Tweak progress bar appearanceCody Logan
2023-10-24Move API client functions to separate moduleCody Logan
2023-10-24Fix bug in logging that silenced most messagesCody Logan
2023-10-24Use per-module loggers and tweak initial log configCody Logan
2023-10-24Revise logging testsCody Logan
2023-10-23Initial logging testsCody Logan
2023-10-23Reorganize tests using fixturesCody Logan
2023-10-23Merge pull request #10 from clpo13/refactor-argsclpo13
2023-10-23Factor out usage of args object in log configurationCody Logan
2023-10-20Merge branch 'dev'Cody Logan
2023-10-20Bump version numberv0.6.0Cody Logan
2023-10-20Merge pull request #9 from clpo13/devclpo13
2023-10-20Merge pull request #8 from clpo13/devclpo13
2023-10-20Update READMECody Logan
2023-10-20Add type annotations to source filesCody Logan
2023-10-20Move logging configuration to new fileCody Logan
2023-10-20Move batch_download function to proper fileCody Logan
2023-10-20Reorganize File classCody Logan
2023-10-20Tweak pyproject.toml and setup.pyCody Logan
2023-10-20Fix bug in batch downloadingCody Logan
2023-10-17Clean up exception handling and error messagesCody Logan
2023-10-13Add note to README about dev branchCody Logan
2023-10-13Refactor parsing logic and revise exception handlingCody Logan
2023-10-13Update copyright yearCody Logan
2023-10-13Revise batch file parsing to ignore blank and commented linesCody Logan
2023-10-13Change logfile log level to debugCody Logan
2023-10-13Refactor code and improve docstringsCody Logan
2023-10-13Add Python 3.12 to matrixCody Logan
2023-10-10Move man-related files to docs directoryCody Logan
2023-10-09Style cleanupCody Logan
2023-10-09Add some tests for download functionsCody Logan
2023-10-09Add coverage conversion stepCody Logan
2023-10-09Add Codecov report to actions fileCody Logan
2023-10-06Remove unneeded dependency in testsCody Logan
2023-10-06Update actions for dev branch and Python 3.12Cody Logan
2023-10-06Add new options to readme and man pageCody Logan