You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,6 @@
1
1
# python-batch-runner
2
+
For more complete documentation, please see: https://python-batch-runner.readthedocs.io/
3
+
2
4
python-batch-runner is a microframework to assist with building small to medium scale batch applications without needing to build the scaffolding from scratch.
3
5
4
6
It provides the following with zero or minimal setup required:
@@ -92,4 +94,4 @@ Upon above setup, the following three files will be generated:
92
94
Please read the CONTRIBUTING file for more details.
93
95
94
96
## License
95
-
python-batch-runner is released under the Apache 2.0 License. Please read the LICENSE file for more details.
97
+
python-batch-runner is released under the Apache 2.0 License. Please read the LICENSE file for more details.
Copy file name to clipboardExpand all lines: docs/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# Overview
2
-
The purpose of this project (nicknamed "PyRunner") is to provide a lightweight, extensible, and non-opinionated development framework for batch applications.
2
+
The purpose of this project (or "PyRunner" for short) is to provide a lightweight, extensible, and non-opinionated development framework for batch applications.
3
3
4
4
It is intended to simply provide the scaffolding for a batch application without the weight of an all-inclusive or centralized platform, such that the resulting product is portable and not tied down to a specific scheduling or monitoring solution.
0 commit comments