Metadata-Version: 2.1
Name: aipyapp-qpython
Version: 0.1.24.22
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-qpython
Requires-Dist: term-image-qpython
Requires-Dist: tomli-w >=1.2.0
Requires-Dist: qrcode >=8.1


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.
