digitalbazaar / pyld

JSON-LD processor written in Python
https://json-ld.org/
Other
611 stars 131 forks source link

command-line tool #151

Open pchampin opened 3 years ago

pchampin commented 3 years ago

It would be great to have a command-line tool based on PyLD, for doing basing JSON-LD transformations. So I hacked one for my own purposes. It is here: https://gist.github.com/pchampin/9416e423efe9925adaee536a3abdaf4c

Feel free to include it if you think it is a good idea.