python-record-api icon indicating copy to clipboard operation
python-record-api copied to clipboard

Version parts seperately

Open saulshanabrook opened this issue 5 years ago • 0 comments

It would be nice if we could re-run the API generation without having to re-run the test suite recording.

To do this, we could split the python package into three:

  • jsonl: common functionality for reading/writing jsonl files
  • record-api: recording the calls made from an API and doing groupby lines
  • analyze-api: taking records of API calls and creating modules from them

saulshanabrook avatar Aug 17 '20 11:08 saulshanabrook