Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mdpiper/python-batch-example

A example Python batch processing script
https://github.com/mdpiper/python-batch-example

Last synced: 13 days ago
JSON representation

A example Python batch processing script

Awesome Lists containing this project

README

        

# python-batch-example

An example of a batch processing script in Python.

Run with:
```bash
$ python example.py > log &
```

Check status of the run with:
```bash
$ jobs
$ tail log
```