martiLQ/docs/source/samples/python/README.md

19 lines
461 B
Markdown
Raw Permalink Normal View History

To execute the Python scripts, please invoke from the root Marti directory and not from
with the current directory set to ``./docs/source/samples/python``
``
# Fetch the data and generate the Json
./docs/source/samples/python/SampleGenerateFtpBsb.py
./docs/source/samples/python/SampleGenerateHttpBsb.py
# Uisng the Json fetch the files and reconcile
./docs/source/samples/python/SampleJsonFtpBsb.py
./docs/source/samples/python/SampleJsonHttpBsb.py
``