Metadata-Version: 2.4
Name: example_package_sthnck2
Version: 0.0.2
Summary: A small example package
Project-URL: Homepage, https://github.com/pypa/sampleproject
Project-URL: Issues, https://github.com/pypa/sampleproject/issues
Author-email: sthnck <sthnck@example.com>
Maintainer-email: Brett Cannon <brett@example.com>
License-Expression: MIT
Keywords: Lobster Thermidor,bacon,egg,sausage,tomatoes
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Build Tools
Requires-Python: >=3.9
Requires-Dist: django>2.0; os_name == 'nt'
Requires-Dist: django>2.1; os_name != 'nt'
Requires-Dist: gidgethub[httpx]>4.0.0
Requires-Dist: httpx
Provides-Extra: cli
Requires-Dist: click; extra == 'cli'
Requires-Dist: rich; extra == 'cli'
Provides-Extra: gui
Requires-Dist: pyqt5; extra == 'gui'
