Socket
Socket
Sign inDemoInstall

cmeel-example

Package Overview
Dependencies
1
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    cmeel-example

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


Maintainers
1

Readme

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 pip can't find binaries for your platform, it will download the .tar.gz source and build it for you.

If you really want to explicitely 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)

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc