-
v2.8.0
released this
2023-02-14 04:57:17 +00:00 | 63 commits to main since this release=====================================================================
--- Changes ------------------------------
- python library functions moved to
py/lib
- python scwrypts renamed in kebob-case to help prevent import
- name == 'main' enforced on all python scwrypts
--- New Features -------------------------
__override
variables now allow values to be force-overwritten- py.lib.http.client provides a slim
requests.request
wrapper
--- New Scripts --------------------------
py/data/convert )
quick data converters- csv-to-json
- csv-to-yaml
- json-to-csv
- json-to-yaml
- yaml-to-csv
- yaml-to-json
py/linear )
uses the linear.app graphql API for PM tasks- comment
--- Bug Fixes ----------------------------
scwrypts
handles arguments with quotes and special characters
Downloads
- python library functions moved to