forked from PiotrDabkowski/Js2Py
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMANIFEST
45 lines (45 loc) · 1.19 KB
/
MANIFEST
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# file GENERATED by distutils, do NOT edit
setup.cfg
setup.py
js2py/__init__.py
js2py/base.py
js2py/evaljs.py
js2py/pyjs.py
js2py/test.py
js2py/test_res.py
js2py/constructors/__init__.py
js2py/constructors/jsarray.py
js2py/constructors/jsboolean.py
js2py/constructors/jsdate.py
js2py/constructors/jsfunction.py
js2py/constructors/jsmath.py
js2py/constructors/jsnumber.py
js2py/constructors/jsobject.py
js2py/constructors/jsregexp.py
js2py/constructors/jsstring.py
js2py/constructors/time_helpers.py
js2py/host/__init__.py
js2py/host/console.py
js2py/host/jseval.py
js2py/host/jsfunctions.py
js2py/prototypes/__init__.py
js2py/prototypes/jsarray.py
js2py/prototypes/jsboolean.py
js2py/prototypes/jserror.py
js2py/prototypes/jsfunction.py
js2py/prototypes/jsjson.py
js2py/prototypes/jsnumber.py
js2py/prototypes/jsobject.py
js2py/prototypes/jsregexp.py
js2py/prototypes/jsstring.py
js2py/translators/__init__.py
js2py/translators/friendly_nodes.py
js2py/translators/pyjsparser.py
js2py/translators/pyjsparserdata.py
js2py/translators/res.py
js2py/translators/std_nodes.py
js2py/translators/translating_nodes.py
js2py/translators/translator.py
js2py/utils/__init__.py
js2py/utils/definitions.py
js2py/utils/injector.py