History¶
1.1.9¶
added context to print_except to clean temporary files unless debug
1.1.8¶
added extendedinterpolation to config parser ${section:variable}
1.1.7¶
bugfix in invoke_dependency
1.1.6¶
bugfix on tmp_file creation if ctx.obj exists but temps does not bugfix in template scripts
1.1.5¶
upgrade to click 8.0
1.1.4¶
pass kwargs overrides to invoke_dependency
1.1.3¶
fixed format width issue on –help
1.1.1¶
cleanup RST parsing
1.1.0¶
better parsing for –help output (can parse basic rst) made changes to support chained commands
1.0.2¶
bug fixes
1.0.0¶
python 3 only, concurrent futures and direct template scripts
0.2.9¶
bugs and decorator type
0.2.8¶
small bugs
0.2.7¶
add @file parsing to split_str ensure encoding with detached terminal for stdin (for testing)
0.2.6¶
python 3 beta
0.2.3¶
added @file parsing to parse_file_list each line handled as its own call to parse_file_list
0.2.2¶
kwarg bug in read_all_data
0.2.1¶
change main_decs to function with version arg
0.2.0¶
kwarg_match debug option
0.1.9¶
added followers kwarg to crossref_all
0.1.8¶
bug fixes
0.1.6¶
add release to version bump
0.1.5¶
first release on pypi
0.1.4¶
added read_data, read_all_data, and read_epw to easily parse data files
0.1.3¶
added script_template and script_template2 for easy in directory coding
0.1.2¶
wrote readme
0.1.0¶
first stable release
0.0.1¶
Initial setup of the directory
Commit Log¶
* 2024-04-29:fix docs requirements
| (HEAD, origin/master, origin/HEAD, master)
|
* 2024-04-29:Bump version: 1.1.9 → 1.1.10
| (tag: v1.1.10)
|
* 2023-11-17:actually capture error of whole pipeline
|
|
* 2023-03-20:doc issues
| (tag: v1.1.9)
|
* 2023-03-20:call cleanup on context for temporary file handling
|
|
* 2022-12-30:handle deprecation warning, now pass docstrings directly without rst formatting
|
|
* 2022-06-21:Bump version: 1.1.7 → 1.1.8
| (tag: v1.1.8)
|
* 2022-06-21:added extendedinterpolation to config parser ${section:variable}
|
|
* 2022-06-20:update tests
|
|
* 2022-04-14:Bump version: 1.1.6 → 1.1.7
| (tag: v1.1.7)
|
* 2022-04-14:bug fix in invoke dependency
|
|
* 2021-09-02:Bump version: 1.1.5 → 1.1.6
| (tag: v1.1.6)
|
* 2021-09-02:bugfix on tmp_file creation if ctx.obj exists but temps does not
|
|
* 2021-07-30:fix bug in template scripts
|
|
* 2021-05-24:Bump version: 1.1.4 → 1.1.5
| (tag: v1.1.5)
|
* 2021-05-24:compatible with click 8.0
|
|
* 2021-05-24:Bump version: 1.1.3 → 1.1.4
| (tag: v1.1.4)
|
* 2021-05-24:pass kwargs overrides to invoke_dependency
|
|
* 2020-11-15:Bump version: 1.1.2 → 1.1.3
| (tag: v1.1.3)
|
* 2020-11-15:fixed format width issue on --help
|
|
* 2020-10-10:Bump version: 1.1.1 → 1.1.2
| (tag: v1.1.2)
|
* 2020-10-10:keep bump on master
|
|
* 2020-10-10:rst docs formatting
|
|
* 2020-09-28:adjust width of help output to terminal width
|
|
* 2020-09-17:Bump version: 1.1.0 → 1.1.1
| (tag: v1.1.1)
|
* 2020-09-17:added decorator for custom callback help
|
|
* 2020-09-16:remove docs/build
|
|
* 2020-09-16:updated requirements
|
|
* 2020-09-16:updated requirements;
|
|
* 2020-09-16:updated requirements;
|
|
* 2020-09-16:Bump version: 1.0.7 → 1.1.0
| (tag: v1.1.0)
|
* 2020-09-16:parse docstrings as rst
|
|
* 2020-09-16:updated --help display, now parses rst in help text of options
|
|
* 2020-08-10:Bump version: 1.0.6 → 1.0.7
| (tag: v1.0.7)
|
* 2020-08-10:minor fixes
|
|
* 2020-07-31:moved sglob to script_tools for more convinient access
|
|
* 2020-06-30:changes for chained commands
|
|
* 2020-05-04:new callback
|
|
* 2020-04-17:Bump version: 1.0.5 → 1.0.6
| (tag: v1.0.6)
|
* 2020-04-16:fixed bug with header/rows conflict and bad order of drange
|
|
* 2020-03-31:allow callbacks to reset to none, TODO: how to clear non callback options (int, etc..)
|
|
* 2020-03-26:Bump version: 1.0.4 → 1.0.5
| (tag: v1.0.5)
|
* 2020-03-26:updated requirements_dev for readthedocs
|
|
* 2020-03-18:added multiple=True support to tup_int callback --> TODO, implement for other callbacks
|
|
* 2020-03-17:Bump version: 1.0.3 → 1.0.4
| (tag: v1.0.4)
|
* 2020-03-16:fixed reading of master.cfg
|
|
* 2020-02-26:Bump version: 1.0.2 → 1.0.3
| (tag: v1.0.3)
|
* 2020-02-26:Merge branch 'dev3' of https://bitbucket.org/stephenwasilewski/clasp into dev3
|\
| |
| * 2020-02-02:Bump version: 1.0.1 → 1.0.2
| | (tag: v1.0.2)
| |
| * 2020-02-02:read stdin as bytes
| (grafted)
|
* 2020-02-26:script tools
|
|
* 2019-12-08:bugs from radutil
(grafted)