Metadata-Version: 2.1
Name: a2y-cppyy
Version: 0.8.0
Summary: A dummy wrapper of cppyy.
Home-page: http://www.sorobust.com/a2y/cppyy.html
Author: Yu Han
Author-email: hanjunyu@163.com
License: Private
Platform: Windows
Platform: Linux
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: Free For Educational Use
Classifier: Programming Language :: Python :: 3.5
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Operating System :: POSIX :: Linux
Description-Content-Type: text/markdown
Requires-Dist: cppyy (>=1.8.0)

# Python Module: a2y_cppyy
这个模块是为了避免cppyy模块的“include”函数在使用Cython编译时造成编译出错的问题。
嗯，“include”是C语言的关键字。


