Skip to main content

Parses arbitrary strings and returns a dictionary

Project description

text2code

Parses arbitrary strings and returns a dictionary.

Usage

from text2code import text2code as t2c

d = t2c("""
def f(x, y):
    return x + y

def a(b, c):
    return b + c
""")

The result of this code would be a dictionary with 2 keys: f, and a, both of which would be the functions defined above.

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

text2code-0.1.2.tar.gz (7.7 kB view hashes)

Uploaded Source

Built Distribution

text2code-0.1.2-py3-none-any.whl (7.8 kB view hashes)

Uploaded Python 3

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