Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mdpiper/python-batch-example
- Owner: mdpiper
- License: mit
- Created: 2022-06-28T17:44:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-28T20:15:05.000Z (over 2 years ago)
- Last Synced: 2024-06-12T17:33:32.228Z (7 months ago)
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```