lbry-sdk.json 908 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "comment": "The official SDK for LBRY network",
  3. "formats_read": [],
  4. "formats_write": [],
  5. "generic_name": [
  6. "LBRY Client",
  7. "Publication",
  8. "Marketplace",
  9. "Crypto"
  10. ],
  11. "interface": [
  12. "Terminal",
  13. "API"
  14. ],
  15. "issues": [
  16. "Discontinued"
  17. ],
  18. "languages": [
  19. "Python"
  20. ],
  21. "licenses": [
  22. "MIT"
  23. ],
  24. "links": {
  25. "git": "https://github.com/lbryio/lbry-sdk",
  26. "icon": "https://logos-download.com/wp-content/uploads/2019/01/LBRY_Credits_LBC_Logo.png",
  27. "website": "https://lbry.com/",
  28. "wikipedia": "https://en.wikipedia.org/wiki/LBRY"
  29. },
  30. "names": [
  31. "LBRY SDK",
  32. "LBRY"
  33. ],
  34. "networks_read": [
  35. "LBRY"
  36. ],
  37. "networks_write": [
  38. "LBRY"
  39. ],
  40. "platforms": [
  41. "GNU/Linux",
  42. "Windows",
  43. "MacOS"
  44. ]
  45. }