clai icon indicating copy to clipboard operation
clai copied to clipboard

Design parsing module

Open twinstar26 opened this issue 4 years ago • 3 comments

It would be beneficial if clai has a parsing module which will effectively parse input as well as output and will perform following operations:-

  • Will try and hide as much user sensitive data as possible by replacing data with an anonymous token.
  • Will also solve #3 .
  • Might be useful in orchestration layer.

So I have prepared an example in short period of time of how this will work over here (latest commit).

Suggestions/Feedback/Discussions are welcome!!

twinstar26 avatar Mar 05 '20 09:03 twinstar26

This uses python module PLY. Please let me know if its compatible with clai.

twinstar26 avatar Mar 05 '20 09:03 twinstar26

Sounds like a great idea 👍 Happy to review once you are ready. @flipper83 mentioned he is going to help you out as well, feel free to reach out to us 🤓

TathagataChakraborti avatar Mar 05 '20 20:03 TathagataChakraborti

PLY have BSD License not should be a problem, but we need to check with someone that knows more about licenses that me

flipper83 avatar Mar 11 '20 11:03 flipper83