Metadata-Version: 2.1
Name: pccm
Version: 0.1.3
Summary: Python C++ Code Manager.
Home-page: https://github.com/FindDefinition/PCCM
Author: Yan Yan
Author-email: yanyan.sub@outlook.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.5
Description-Content-Type: text/markdown
License-File: LICENSE


# PCCM
Python C++ Code Manager

[![Build Status](https://github.com/FindDefinition/PCCM/workflows/build/badge.svg)](https://github.com/FindDefinition/PCCM/actions?query=workflow%3Abuild)

## Milestones

PCCM 1.0: string-based code generation.
PCCM 2.0: ast based code generation and python-c++ execution matching.

