Metadata-Version: 2.1
Name: icpp-pro
Version: 3.1.1
Summary: C++ Canister Development Kit (CDK) for the Internet Computer
Home-page: https://docs.icpp.world/
Author: icpp team
Author-email: icpp@icpp.world
License: MIT
Keywords: Internet Computer,C++,Canister Development Kit,CDK,Smart Contracts,blockchain
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE

[![icpp-pro](https://github.com/icppWorld/icpp-pro/actions/workflows/cicd.yml/badge.svg)](https://github.com/icppWorld/icpp-pro/actions/workflows/cicd.yml)

# C++ Canister Development Kit

icpp-pro is a cdk to develop C++ smart contracts for the  [Internet Computer](https://internetcomputer.org/):

## Installation

`icpp-pro` is available via PyPI:

```bash
# For Linux, Mac or Windows
pip install icpp-pro

# verify
$ icpp --version
icpp-pro version: x.y.z
wasi-sdk version: wasi-sdk-X.Y
```

## [Documentation](https://docs.icpp.world)

