rizinorg / rz-pipe

Access rizin via pipe from any programming language!
33 stars 11 forks source link

Syntax Typo on pypi.org #44

Closed Semnodime closed 1 year ago

Semnodime commented 1 year ago

On https://pypi.org/project/rzpipe/#description, pipe.cmdj("ij").core.format should be pipe.cmdj("ij")['core'].['format'], as python dictionaries don't generally have their keys as attributes.