Metadata-Version: 2.2
Name: chapel
Version: 0.1
Summary: Python bindings for Chapel's frontend library
Keywords: chapel,compiler,frontend,dyno
Maintainer: Chapel Team
License: Apache-2.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Project-URL: Homepage, https://chapel-lang.org
Project-URL: Documentation, https://chapel-lang.org/docs/tools/chapel-py/chapel-py.html
Project-URL: Repository, https://github.com/chapel-lang/chapel
Project-URL: Bug Tracker, https://github.com/chapel-lang/chapel/issues
Requires-Python: >=3.10
Requires-Dist: attrs==25.3.0
Requires-Dist: cattrs==25.1.1
Requires-Dist: lsprotocol==2023.0.1
Requires-Dist: pygls==1.3.1
Requires-Dist: typeguard==4.4.4
Requires-Dist: ConfigArgParse==1.7.1
Requires-Dist: PyYAML==6.0.2
Requires-Dist: toml==0.10.2
Requires-Dist: exceptiongroup==1.3.0
Description-Content-Type: text/markdown

# chapel-py

Python bindings for Chapel's frontend library, Dyno.

See the online documentation at <https://chapel-lang.org/docs/tools/chapel-py/chapel-py.html>
