Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

pyzepto

A crude way of interfacing zepto and Python.

Requirements

You need to have zepto installed.

Installation

pip install pyzepto

Usage

I really advise against using it. It's amazingly crude. But if you really want to do this, it's relatively straight-forward. The main function that is exposed by this package is zepto. It takes a string of zepto code and evaluates it, returning the return value as a string.

from pyzepto import zepto

zepto("(+ 1 2 3)") # => "6"
zepto("(make-byte-vector 10 0)") # => "b{0 0 0 0 0 0 0 0 0 0}"

I also implemented a custom module loader for your convenience, so you can import zepto files into Python using regular import statements. What could possibly go wrong?

About

A crude way of interfacing Python with zepto

Resources

Code of conduct

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages