verygoodsecurity / starlarky

VGS edition of Google's safe and hermetically sealed Starlark language - a non-Turing complete subset of Python 3.
https://vgs.dev
Apache License 2.0
28 stars 38 forks source link

ISO8583 support #99

Closed fshaikh-vgs closed 2 years ago

fshaikh-vgs commented 3 years ago

Problem or feature statement

I would like to be able to modify ISO8583 objects using larky.

Advised solution

I would like to be able to send to Larky a packager config and bytes(?) of data. Larky should then use the packager to parse the data into a format that can be manipulated and then re-pack the data for upstream use.

https://github.com/jpos/jPOS/blob/master/jpos/src/main/java/org/jpos/iso/ISOBasePackager.java

Testing scenarios

TBD

aslepakurov commented 2 years ago

https://github.com/verygoodsecurity/starlarky/pull/112