Metadata-Version: 1.1
Name: Py.Cpp
Version: 0.1
Summary: An effort to bring Cpp like syntax to Python
Home-page: UNKNOWN
Author: UNKNOWN
Author-email: UNKNOWN
License: MIT License
Description: # 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)
        
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
