data-apis / python-record-api

Inferring Python API signatures from tracing usage.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Version parts seperately

saulshanabrook opened this issue · 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