Skip to content

Commit 28bb3d0

Browse files
authored
Update with Python example
1 parent 0053079 commit 28bb3d0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ Deno can run javascript or typescript files, so you can easily convert any of th
4848

4949
`deno run -A examples/csv/csv-example.js`
5050

51+
## Using Python
52+
53+
While our examples use a Deno file to run postprocessing tasks, you can also use Python as specified in this example: [https://github.com/pierrotsmnrd/flat_data_py_example](https://github.com/pierrotsmnrd/flat_data_py_example). Thank you [@pierrotsmnrd](https://github.com/pierrotsmnrd)!
54+
5155
## Postprocessing Library
5256

5357
The Flat Data postprocessing library can be found at: [https://deno.land/x/flat/mod.ts](https://deno.land/x/flat/mod.ts)

0 commit comments

Comments
 (0)