Skip to content

Is Python supported for post-processing? #5

Answered by idan
KrishnaRekapalli asked this question in Q&A
Discussion options

You must be logged in to vote

Hey there, it is! After a fashion.

Check out @pierrotsmnrd's example repo: https://github.com/pierrotsmnrd/flat_data_py_example

cf. https://twitter.com/githubOCTO/status/1394905517705687045

The short version is:

  1. commit your python to the repo
  2. add a postprocessing.ts which contains Deno.run(["python", "mypythonscript.py"])

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@KrishnaRekapalli
Comment options

@mskyttner
Comment options

@irealva
Comment options

@mskyttner
Comment options

Answer selected by idan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants