Metadata-Version: 2.1
Name: icpp-pro
Version: 3.11.0
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
License-File: LICENSE
Requires-Dist: icpp-candid==3.11.0
Requires-Dist: typer[all]>=0.9.0
Requires-Dist: tomli
Requires-Dist: requests
Requires-Dist: enlighten
Requires-Dist: pytest
Provides-Extra: dev
Requires-Dist: black; extra == "dev"
Requires-Dist: pylint==2.13.9; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: build; extra == "dev"
Requires-Dist: twine; extra == "dev"
Requires-Dist: mkdocs; extra == "dev"
Requires-Dist: types-requests; extra == "dev"

[![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

```bash
pip install icpp-pro
```

## Support

For support, kindly create a GitHub Issue as outlined in the [Support](https://docs.icpp.world/support.html) documentation page.
  

## Documentation

The docs can be found [here](https://docs.icpp.world)

