{"id":24196,"library":"panda","title":"Panda","description":"A Python implementation of the Panda REST interface (Panda video encoding API). Current version 0.3.1. Release cadence is low, no recent updates.","status":"maintenance","version":"0.3.1","language":"python","source_language":"en","source_url":"https://github.com/newmovie/panda","tags":["panda","video","encoding","rest","api","deprecated"],"install":[{"cmd":"pip install panda","lang":"bash","label":"Standard install"}],"dependencies":[],"imports":[{"wrong":"from panda import Panda","symbol":"Panda","correct":"import panda"}],"quickstart":{"code":"import panda\n\n# Initialize client with API key (replace with your key)\nclient = panda.Panda(api_key=os.environ.get('PANDA_API_KEY', ''))\n\n# Upload a video\nvideo = client.videos.upload('/path/to/video.mp4')\nprint(f\"Uploaded video ID: {video['id']}\")","lang":"python","description":"Initialize a Panda client and upload a video."},"warnings":[{"fix":"Consider alternative video encoding services like AWS Elemental MediaConvert or Bitmovin.","message":"The Panda REST API has been deprecated by the service. The library may no longer work with current endpoints.","severity":"deprecated","affected_versions":"all"},{"fix":"Run with Python 2.7 or manually backport to Python 3 if needed.","message":"Python 2 only: The library has not been updated for Python 3 compatibility and uses old-style syntax.","severity":"deprecated","affected_versions":"0.3.1 and earlier"},{"fix":"Double-check your requirements.txt; use 'pip list | grep panda' to verify.","message":"Module name 'panda' conflicts with the popular data analysis library 'pandas'. Ensure correct package is installed.","severity":"gotcha","affected_versions":"all"}],"env_vars":null,"search_vec":"'0.3.1':16 'api':13,28 'cadenc':18 'current':14 'deprec':29 'encod':12,26 'implement':4 'interfac':9 'low':20 'panda':1,7,10,24 'python':3 'recent':22 'releas':17 'rest':8,27 'updat':23 'version':15 'video':11,25","created_at":"2026-05-01T08:11:47.502389+00:00","updated_at":"2026-05-01T08:11:47.502389+00:00","problems":{"verify_error":"Traceback (most recent call last):\n  File \"<string>\", line 1, in <module>\n  File \"/tmp/tmpbv9mbkeh/venv/lib/python3.12/site-packages/panda/__init__.py\", line 1, in <module>\n    from request import PandaRequest\nModuleNotFoundError: No module named 'request'"},"ecosystem":"pypi","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":"0.3.1","cli_name":"","cli_version":null,"type":"library","homepage":"http://www.pandastream.com","github":null,"docs":null,"changelog":null,"pypi":"https://pypi.org/project/panda/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["http-networking","aws"],"base_url":null,"auth_type":null,"provenance":{"verified_status":"import_fail","verified_at":"2026-07-03","last_verified":"2026-07-03","next_check":"2026-07-10","install_tag":null}}