-
Notifications
You must be signed in to change notification settings - Fork 20
720 config file for data downloads #902
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
319cd38
set up conf file
patricklnz 5a72888
default_print function and progress_indicator
patricklnz 013c5f9
Adjust unittests
patricklnz 1fc0650
Merge branch 'main' into 720-verbosity-download-option
patricklnz 6491d67
error in v_level
patricklnz 1adc851
run_checks option implemented
patricklnz fa4897a
interactive option implemented
patricklnz 3092538
no_raw and out_folder changed
patricklnz 5d39aa2
pre-commit
patricklnz 33bfa2c
update readme and CLI
patricklnz 305fb8c
forgot a ','
patricklnz b2ce7a9
handle pandeas read excel engine
patricklnz a5c2b88
create function to mock path in unittest
patricklnz 5e2975b
pre-commit :)
patricklnz f1c0a6c
fix unittests
patricklnz 192bab9
fix CI
patricklnz f8677dd
change pyfakefs version
patricklnz 036a623
change requirements.dev
patricklnz 844ab2b
pyfakefs 5.3.3 broken
patricklnz ac9d434
Correct dtypes in print function
patricklnz 7c03fe8
review changes (mostly typos)
patricklnz d8a5d3f
fix unittest
patricklnz fe3cfbe
pre-commit
patricklnz 99cbc13
fix error of bool('False')=True
patricklnz ea86b7f
pc
patricklnz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
34 changes: 34 additions & 0 deletions
34
pycode/memilio-epidata/memilio/epidata/download_config.conf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,34 @@ | ||
| [SETTINGS] | ||
| # Set verbosity level | ||
| # Off, Critical, Error, Warning, Info, Debug, Trace | ||
| # Default: Info | ||
| verbosity_level = Info | ||
|
|
||
| # Whether to show Progress Indicator (Spinner, download bars etc.) | ||
| # True or False | ||
| show_progress = True | ||
|
|
||
| # Whether to run sanity checks etc. | ||
| # Will improve performance but may lead to unpredicted behaviour if something in the file format has changed | ||
| # True or False | ||
| run_checks = True | ||
|
|
||
| # Interactivity of the download functions | ||
| # Programm will exit with error if a user choice is needed and interactive is False. | ||
| # True or False | ||
| interactive = False | ||
|
|
||
| # Defines if plots are generated with matplotlib | ||
| # True or False | ||
| make_plot = False | ||
|
|
||
| # If out_folder or a different path should be used. | ||
| # default uses the definition of default_dict | ||
| path_to_use = default | ||
|
|
||
| # If raw data from source should be prevented from being written into the download directory | ||
| # True or False | ||
| no_raw = False | ||
|
|
||
| # matplotlib backend to use | ||
| mpl_backend = TkAgg |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.