jrnl/jrnl
Micah Jerome Ellison d3de5b778b
Replace PyYAML with ruamel.yaml (#1416)
* Remove Python 3.7 and 3.8 from github actions workflows

* Update lockfile after running poetry update a couple times

* Update poetry lock

* Remove Python 3.7 and 3.8 from pyproject.toml and run poetry lock

* Switch from pyyaml to ruamel.yaml

* Remove duplicate editor key in config

* Use ruamel.yaml instead of pyyaml in legacy template.py

* Prevent ruamel from collapsing config YAML

* Run make format
2022-03-12 13:24:31 -08:00
..
plugins Replace PyYAML with ruamel.yaml (#1416) 2022-03-12 13:24:31 -08:00
templates Template exporting FTW 2016-08-19 23:20:31 +00:00
__init__.py Remove useless shebangs and executable permissions (#1283) 2021-07-03 15:20:52 -07:00
__main__.py Remove useless shebangs and executable permissions (#1283) 2021-07-03 15:20:52 -07:00
__version__.py Increment version to v2.8.4 2022-02-12 20:41:34 +00:00
args.py Add --co alias for --config-override (#1397) 2022-02-05 13:04:23 -08:00
cli.py Reformat messages and add new centralized exception handling (#1417) 2022-03-12 12:43:26 -08:00
color.py Remove useless shebangs and executable permissions (#1283) 2021-07-03 15:20:52 -07:00
commands.py Reformat messages and add new centralized exception handling (#1417) 2022-03-12 12:43:26 -08:00
config.py Replace PyYAML with ruamel.yaml (#1416) 2022-03-12 13:24:31 -08:00
DayOneJournal.py Display error when trying to encrypt folder/DayOne journal types (#1315) 2021-08-21 13:46:29 -07:00
editor.py Reformat messages and add new centralized exception handling (#1417) 2022-03-12 12:43:26 -08:00
EncryptedJournal.py Fix keyring error handling (#1138) 2021-01-02 13:26:45 -08:00
Entry.py Bump black from 21.12b0 to 22.1.0 (#1404) 2022-02-05 12:04:06 -08:00
exception.py Reformat messages and add new centralized exception handling (#1417) 2022-03-12 12:43:26 -08:00
FolderJournal.py Fix deletion of entries on folder journal through --delete flag (#1328) 2021-08-28 13:18:34 -07:00
install.py Add --config-file argument to use alternate config file at runtime (#1290) 2021-11-06 14:12:34 -07:00
Journal.py Warn when DayOne/directory journals have encrypt: true in config (#1325) 2021-08-21 14:47:49 -07:00
jrnl.py Add added option to _print_edited_summary (#1366) 2021-11-20 11:47:56 -08:00
messages.py Reformat messages and add new centralized exception handling (#1417) 2022-03-12 12:43:26 -08:00
os_compat.py Fix OS compatibility issues for editors with spaces, slashes, and quotes (#1153) 2021-01-16 15:19:11 -08:00
output.py Reformat messages and add new centralized exception handling (#1417) 2022-03-12 12:43:26 -08:00
override.py Add more steps to pytest, fully remove behave (#1347) 2021-10-09 12:10:08 -07:00
prompt.py Comply with GPL by acknowledging all authors and including license info in each source file (#1121) 2020-12-19 22:28:22 -08:00
time.py Implement datetime handling in pytest-bdd 2021-07-03 15:49:18 -07:00
upgrade.py Comply with GPL by acknowledging all authors and including license info in each source file (#1121) 2020-12-19 22:28:22 -08:00