You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Locale setting to initialize fake data generation.
159
-
Affects Names, addresses, formats, etc.
160
-
[$PYNONYMIZER_FAKE_LOCALE]
161
-
--start-at STEP Choose a step to begin the process (inclusive).
162
-
[$PYNONYMIZER_START_AT]
163
-
--only-step STEP Choose one step to perform. [$PYNONYMIZER_ONLY_STEP]
164
-
--skip-steps STEP [STEP ...]
165
-
Choose one or more steps to skip.
166
-
[$PYNONYMIZER_SKIP_STEPS]
167
-
--stop-at STEP Choose a step to stop at (inclusive).
168
-
[$PYNONYMIZER_STOP_AT]
169
-
--seed-rows SEED_ROWS
170
-
Specify a number of rows to populate the fake data
171
-
table used during anonymization. Defaults to 150.
172
-
[$PYNONYMIZER_SEED_ROWS]
173
-
--mssql-driver MSSQL_DRIVER
174
-
[MSSQL] ODBC driver to use for database connection
175
-
[$PYNONYMIZER_MSSQL_DRIVER]
176
-
--mssql-backup-compression
177
-
[MSSQL] Use compression when backing up the database.
178
-
[$PYNONYMIZER_MSSQL_BACKUP_COMPRESSION]
179
-
--mysql-cmd-opts MYSQL_CMD_OPTS
180
-
[MYSQL] pass additional arguments to the restore
181
-
process (advanced use only!).
182
-
[$PYNONYMIZER_MYSQL_CMD_OPTS]
183
-
--mysql-dump-opts MYSQL_DUMP_OPTS
184
-
[MYSQL] pass additional arguments to the dump process
185
-
(advanced use only!). [$PYNONYMIZER_MYSQL_DUMP_OPTS]
186
-
--postgres-cmd-opts POSTGRES_CMD_OPTS
187
-
[POSTGRES] pass additional arguments to the restore
188
-
process (advanced use only!).
189
-
[$PYNONYMIZER_POSTGRES_CMD_OPTS]
190
-
--postgres-dump-opts POSTGRES_DUMP_OPTS
191
-
[POSTGRES] pass additional arguments to the dump
192
-
process (advanced use only!).
193
-
[$PYNONYMIZER_POSTGRES_DUMP_OPTS]
194
-
-v, --version show program's version number and exit
195
-
--verbose Increases the verbosity of the logging feature, to
196
-
help when troubleshooting issues.
197
-
[$PYNONYMIZER_VERBOSE]
198
-
--dry-run Instruct pynonymizer to skip all process steps. Useful
199
-
for testing safely. [$PYNONYMIZER_DRY_RUN]
200
-
--ignore-anonymization-errors
201
-
Instruct pynonymizer to ignore errors during the
202
-
anonymization process and continue as normal.
203
-
[$PYNONYMIZER_IGNORE_ANONYMIZATION_ERRORS]
204
-
```
109
+
205
110
### Package
206
111
Pynonymizer can also be invoked programmatically / from other python code. See the module entrypoint [pynonymizer](pynonymizer/__init__.py) or [pynonymizer/pynonymize.py](pynonymizer/pynonymize.py)
0 commit comments