Metadata-Version: 2.4
Name: aipyapp-qpython
Version: 0.1.24.20
Summary: AIPython is a Python command-line interpreter integrated with LLM.
Home-page: https://qpypi.qpython.org/project/aipyapp-qpython/
Author: The QPYPI Team
Author-email: qpypi@qpython.org
License: GPL-3.0 license
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: Android
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development
Requires-Dist: anthropic-aipy
Requires-Dist: beautifulsoup4>=4.13.3
Requires-Dist: dynaconf>=3.2.10
Requires-Dist: google-api-python-client>=2.166.0
Requires-Dist: openai-aipy
Requires-Dist: pandas-aipy
Requires-Dist: prompt-toolkit>=3.0.50
Requires-Dist: pygments>=2.19.1
Requires-Dist: reportlab-qpython
Requires-Dist: requests>=2.32.3
Requires-Dist: rich>=13.9.4
Requires-Dist: seaborn-aipy
Requires-Dist: term-image-qpython
Requires-Dist: tomli-w>=1.2.0
Requires-Dist: qrcode>=8.1
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: requires-dist
Dynamic: summary


Python use provides the entire Python execution environment to LLM. Imagine LLM sitting in front of a computer, typing various commands into the Python command-line interpreter, pressing Enter to execute, observing the results, and then typing and executing more code.
Unlike Agents, Python use does not define any tools interface. LLM can freely use all the features provided by the Python runtime environment.
