fabinsch / cmeel-example

This is an example project, to show how to use cmeel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example project C++ for cmeel

PyPI version pre-commit.ci status Code style: black Test Release

This is an example project, to show how to use cmeel, and to provide tests for it

Test this

Installation

Binary wheels are published on PyPI for many Linux and mac OS flavors and architectures, so you'll probably be able to install from binaries with python -m pip install cmeel-example (don't forget to use an up-to-date pip with python -m pip install -U pip).

If you want to build it yourself: python -m pip install git+https://github.com/cmake-wheel/cmeel-example.git

Usage

From shell:

cmeel-add 3 4

From python:

import cmeel_example
cmeel_example.cmeel_add(3, 4)

About

This is an example project, to show how to use cmeel

License:BSD 2-Clause "Simplified" License


Languages

Language:CMake 61.8%Language:C++ 22.0%Language:Python 16.3%