Skip to main content

A cython compiler for compiling source code in string form.

Project description

https://img.shields.io/pypi/v/cypyler.svg https://img.shields.io/travis/gpkc/cypyler.svg Updates

A cython compiler for compiling source code in string form.

Example:

from cypyler import TMPCypyler

code = """
def add(x, y):
    return x + y
"""

cp = TMPCypyler()
built_module = cp.build(code)
built_module.add(2, 3)
  • Free software: MIT license

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cypyler-0.1.0.tar.gz (3.8 kB view details)

Uploaded Source

Built Distribution

cypyler-0.1.0-py2.py3-none-any.whl (4.5 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file cypyler-0.1.0.tar.gz.

File metadata

  • Download URL: cypyler-0.1.0.tar.gz
  • Upload date:
  • Size: 3.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for cypyler-0.1.0.tar.gz
Algorithm Hash digest
SHA256 37e84f1b2440ec4684bab64f4aa45e81dcd864c8e29c6338a24b07ac512c6f4d
MD5 76912d5970e38a1b071fab45076e5a8d
BLAKE2b-256 95d70c067aa6927daf628e9eb12c9ddd5c0b4770c6d766fa4274f68d6966371e

See more details on using hashes here.

File details

Details for the file cypyler-0.1.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for cypyler-0.1.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 16473111476ddf963cc594e2663faefad453d158b278f65db47a706d26d56897
MD5 052e037b686d1ad3bbe616a714d0ec51
BLAKE2b-256 39b53efe85f05aa072ac0dddf1555731579f59721966dec0a06d78f828ff11d7

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page