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
Release history Release notifications
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size text2code-0.1.2-py3-none-any.whl (7.8 kB) | File type Wheel | Python version py3 | Upload date | Hashes View hashes |
Filename, size text2code-0.1.2.tar.gz (7.7 kB) | File type Source | Python version None | Upload date | Hashes View hashes |
Close
Hashes for text2code-0.1.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9ae0302e9453d849c5224665aa51ffc9fc4b8272512dc3f75c4b3aff525f133c |
|
MD5 | a68585d8c9aa1a4df4c9ab259f5843fc |
|
BLAKE2-256 | eedfc538a3a7ee11ccbfb64e73571a6f602738ad1efe16dce87902e22c9c5b77 |