{"library":"py-rattler","title":"Py-Rattler","description":"A blazing fast Python library to work with the conda ecosystem, built on top of the Rust rattler libraries. Current version 0.23.2. Release cadence is active, with frequent updates.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install py-rattler"],"cli":null},"imports":["from rattler import Gateway","from rattler import solver"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import os\nfrom rattler import Gateway, Channel, PrefixRecord\n\n# Initialize gateway with custom channels\ngateway = Gateway()\n# Query some packages\npackage_names = [\"python\", \"numpy\"]\nchannel = Channel(\"conda-forge\")\nfor name in package_names:\n    pkg_info = gateway.query(channel, name)\n    print(f\"Latest version of {name}: {pkg_info[0].version if pkg_info else 'not found'}\")","lang":"python","description":"Basic example: query conda-forge for package information.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}