aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-11-01Make process_download return an exit code instead of exiting directlyCody Logan
2023-11-01Merge pull request #11 from clpo13/add-testsCody Logan
2023-11-01Merge branch 'master' into add-testsCody Logan
2023-11-01Add some explanatory comments to testsCody Logan
2023-11-01Test connect_to_site using mockingCody Logan
2023-11-01Refactor download processing code and add some testsCody Logan
2023-11-01Add missing warning message when destination file exists in single download modeCody Logan
2023-11-01Explicit return valueCody Logan
2023-10-31Return early during dry runs; update dev version numberCody Logan
2023-10-30Bump version numberv0.7.0Cody Logan
2023-10-30Update project metadataCody Logan
2023-10-30Fix copyright years for new files containing old codeCody Logan
2023-10-30Add comment about backwards compatibility to setup.pyCody Logan
2023-10-30Remove use of dev branchCody Logan
2023-10-30Update READMECody Logan
2023-10-30Create temporary batch file for one testCody Logan
2023-10-30Check for existing files earlier to avoid unnecessary API callsCody Logan
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