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

API to further manipulate data after TxtFerret has performed analysis #23

Open
krayzpipes opened this issue Jul 31, 2019 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@krayzpipes
Copy link
Owner

If a user has post-analysis to be performed on results from a regex scan and sanity check, it would be good if TxtFerret returned a dictionary with all values required so that the user could perform further analysis.

High-level psuedocode to get a feel for what I'm talking about:

from txtferret import TxtFerret

my_ferret = TxtFerret(......)

my_ferret.run()

do_more_complex_stuff(my_ferret.result())
@krayzpipes krayzpipes added the enhancement New feature or request label Jul 31, 2019
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