Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cgen

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cgen

C/C++ source generation from an AST

  • 2020.1
  • PyPI
  • Socket score

Maintainers
1

cgen: An Abstract Syntax Tree for C, in Python

.. image:: https://gitlab.tiker.net/inducer/cgen/badges/master/pipeline.svg :alt: Gitlab Build Status :target: https://gitlab.tiker.net/inducer/cgen/commits/master .. image:: https://dev.azure.com/ak-spam/inducer/_apis/build/status/inducer.cgen?branchName=master :alt: Azure Build Status :target: https://dev.azure.com/ak-spam/inducer/_build/latest?definitionId=7&branchName=master .. image:: https://badge.fury.io/py/cgen.png :alt: Python Package Index Release Page :target: https://pypi.org/project/cgen/

cgen offers a simple abstract syntax tree for C and related languages (C++/CUDA/OpenCL) to allow structured code generation from Python. To represent mathematical expressions, cgen can be used with pymbolic <https://github.com/inducer/pymbolic>_.

Places on the web related to cgen:

  • Python package index <http://pypi.python.org/pypi/cgen>_ (download releases)

    .. image:: https://badge.fury.io/py/cgen.png :target: http://pypi.python.org/pypi/cgen

  • Documentation <http://documen.tician.de/cgen>_ (read how things work)

  • Github <http://github.com/inducer/cgen>_ (get latest source code, file bugs)

cgen is licensed under the liberal MIT license <http://en.wikipedia.org/wiki/MIT_License>_ and free for commercial, academic, and private use. All of cgen's dependencies can be automatically installed from the package index after using::

pip install cgen

FAQs


Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc