Skip to content
Lex Berezhny edited this page Oct 15, 2013 · 13 revisions

Re-organize existing code into the following projects:

pyjs/           <-- root/repo
  pyjs/
    _core/
      run/      <-- wrappers for running apps natively (MSIE, Webkit)
      translate/<-- Python->JavaScript translator
        stdlib/ <-- python standard lib in JS
    dom/        <-- dom manipulation libs, shared
    ...         <-- other important user libs: ajax, storage
    test/       <-- unit test base class, test runner
  tests/        <-- unit tests for pyjs
  setup.py

pyjs-gwt/ <-- root/repo
  gwt/
  setup.py

Clone this wiki locally