Added
- Added new environment variables, optionals for all arguments. See the help `pynonymizer -h` for more information
Changed
- Changed Internal structure to assist with better testing.
Deprecated
- Deprecated positional arguments. These will no longer appear in helptext and are not required. You can now use all-environmental, all-optional or a mix of both.
Going forward, The preferred solution is `--optional-vars` or environment variables.
- Deprecated old environment variables in favour of new prefix `PYNONIMIZER_`.
These will continue to work but will be removed in a future release.
- `DB_TYPE -> PYNONYMIZER_DB_TYPE`
- `DB_HOST -> PYNONYMIZER_DB_HOST`
- `DB_NAME -> PYNONYMIZER_DB_NAME`
- `DB_USER -> PYNONYMIZER_DB_USER`
- `DB_PASS -> PYNONYMIZER_DB_PASSWORD`
- `FAKE_LOCALE -> PYNONYMIZER_FAKE_LOCALE`