Skip to content

This is a python to javascript rendering pipeline I use in my projects.

License

Notifications You must be signed in to change notification settings

maxdoom-com/py2js-pipeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Python to Javascript rendering pipeline

Installation

python3 -m venv env
env/bin/pip install pscript jsmin fire
env/bin/pip install git+https://github.com/maxdoom-com/tinypreprocessor

Usage

make # makes all

make whenevery-something-changes # will wait for changes to the *.py - files and `make all` then

make clean # cleans up
make re # make clean all

Requirements

Install inotify-tools for using make whenevery-something-changes.

Testing

  • Clone this repository and run the installation (see above).
  • Do a make.
  • Open example.html in your browser.

About

This is a python to javascript rendering pipeline I use in my projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published