Metadata-Version: 2.1
Name: Py.Cpp
Version: 0.1.post1
Summary: An effort to bring Cpp like syntax to Python
Home-page: https://github.com/WizzyGeek/PyCpp
License: MIT License
Project-URL: Source, https://github.com/WizzyGeek/PyCpp
Project-URL: Tracker, https://github.com/WizzyGeek/PyCpp/issues
Project-URL: Download, https://pypi.org/project/Py.Cpp/#files
Keywords: c++,cpp,cpp.py,PyCpp,pycpp
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Requires-Dist: forbiddenfruit

# PyCpp

An effort to bring Cpp like syntax to Python

## Documentation

WIP, but feel free to look at the [examples](https://github.com/WizzyGeek/PyCpp/tree/master/examples)

## Why?

It works, and who cares more.

## Contribution

You are welcome to contribute more Cpp like syntax or to dive into Python internals to make the syntax more accurate.
However, the actual library code should be pythonic.

## Installation

`python -m pip install Py.Cpp`

### Authors
 - [WizzyGeek](https://github.com/WizzyGeek)
 - [Nemika](https://github.com/Nemika-Haj)


