Skip to content
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

Improve Programmatic Invokation: convenience methods/interface #31

Closed
rwnx opened this issue Jan 28, 2021 · 2 comments
Closed

Improve Programmatic Invokation: convenience methods/interface #31

rwnx opened this issue Jan 28, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@rwnx
Copy link
Owner

rwnx commented Jan 28, 2021

Is your feature request related to a problem? Please describe.
At the present time, pynonymizer only has 1 way to be invoked, and it is analagous to the CLI, so it has a lot of flags and kwargs to set.

Describe the solution you'd like
The main ways of invoking pynonymizer should be covered with convenience methods.

When i say "main ways" I'm refering to common workflows, like:

  • restore database
  • anonymize database
  • safe anonymize (i.e. do not drop)

This is quite an abstract request but I think we recognise pynonymizer can do more for you if you're not using the CLI !

@rwnx rwnx added the enhancement New feature or request label Jan 28, 2021
@rwnx
Copy link
Owner Author

rwnx commented Jan 29, 2021

I've added a "run" import for the main function, which i plan to improve in subsequent versions. Check out #34 for more info!

@rwnx
Copy link
Owner Author

rwnx commented Apr 24, 2021

I'm closing this to focus on #32 , since being able to interact with pynonymizer classes directly should give users ultimate control on what the tool does (and in what order, etc)

@rwnx rwnx closed this as completed Apr 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant