Skip to content
/ pyml Public

Non-serious Python as YAML proof of concept

Notifications You must be signed in to change notification settings

akx/pyml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyml

Python as YAML proof-of-concept. Maybe don't use this for anything serious.

See https://twitter.com/akx/status/1205118662421762048

Usage

Convert Python to YAML:

python pyml.py -d calc_example.py > calc_example.pyml

Execute YAML as Python:

python pyml.py -x calc_example.pyml

About

Non-serious Python as YAML proof of concept

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages