Metadata-Version: 2.1
Name: pyqi
Version: 0.3.2
Summary: pyqi: expose your interface
Home-page: http://bipy.github.io/pyqi
Author: Greg Caporaso
Author-email: gregcaporaso@gmail.com
Maintainer: Greg Caporaso
Maintainer-email: gregcaporaso@gmail.com
License: BSD
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: User Interfaces
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Operating System :: OS Independent
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS :: MacOS X
License-File: COPYING.txt
Provides-Extra: test
Requires-Dist: nose>=0.10.1; extra == "test"
Requires-Dist: tox>=1.6.1; extra == "test"
Provides-Extra: doc
Requires-Dist: Sphinx>=0.3; extra == "doc"

pyqi (canonically pronounced pie chee) is a Python framework designed to support wrapping general commands in multiple types of interfaces, including at the command line, HTML, and API levels.
