Skip to content

anandology/pyjst

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyjst

Pyjst is a library to compile python templates to javascript.

It uses pyjs compiler from pyjamas toolkit.

Currently it supports web.py templates. Support for Jinja2 is planned.

How to use

  • Install pyjs from pyjamas.

      $ git clone git://pyjs.org/git/pyjamas.git
      $ cd pyjamas/pyjs
      $ python setup.py develop
    
  • build pyjst

      $ cd pyjst
      $ python setup.py develop
    
  • build example

      $ cd pyjst/examples/helloworld
      $ make
    
  • open index.html in your browser.

About

Tool to compile python templates into Javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages