lbry-sdk.json 644 B

1234567891011121314151617181920212223
  1. {"names":["LBRY SDK",
  2. "LBRY"],
  3. "comment":"The official SDK for LBRY network",
  4. "links":{"website":"https://lbry.com/",
  5. "git":"https://github.com/lbryio/lbry-sdk",
  6. "wikipedia":"https://en.wikipedia.org/wiki/LBRY",
  7. "icon":"https://logos-download.com/wp-content/uploads/2019/01/LBRY_Credits_LBC_Logo.png"},
  8. "licenses":["MIT"],
  9. "platforms":["GNU/Linux",
  10. "Windows",
  11. "MacOS"],
  12. "interface":["Terminal",
  13. "API"],
  14. "languages":["Python"],
  15. "networks_read":["LBRY"],
  16. "networks_write":["LBRY"],
  17. "formats_read":[],
  18. "formats_write":[],
  19. "generic_name":["LBRY Client",
  20. "Publication",
  21. "Marketplace",
  22. "Crypto"]}