diff --git a/src/phonetisaurus-module.py b/python/phonetisaurus-module.py similarity index 100% rename from src/phonetisaurus-module.py rename to python/phonetisaurus-module.py diff --git a/phonetisaurus/__init__.py b/python/phonetisaurus/__init__.py similarity index 100% rename from phonetisaurus/__init__.py rename to python/phonetisaurus/__init__.py diff --git a/src/pybindgen/__init__.py b/python/pybindgen/__init__.py similarity index 100% rename from src/pybindgen/__init__.py rename to python/pybindgen/__init__.py diff --git a/src/pybindgen/container.py b/python/pybindgen/container.py similarity index 100% rename from src/pybindgen/container.py rename to python/pybindgen/container.py diff --git a/src/pybindgen/converter_functions.py b/python/pybindgen/converter_functions.py similarity index 100% rename from src/pybindgen/converter_functions.py rename to python/pybindgen/converter_functions.py diff --git a/src/pybindgen/cppattribute.py b/python/pybindgen/cppattribute.py similarity index 100% rename from src/pybindgen/cppattribute.py rename to python/pybindgen/cppattribute.py diff --git a/src/pybindgen/cppclass.py b/python/pybindgen/cppclass.py similarity index 100% rename from src/pybindgen/cppclass.py rename to python/pybindgen/cppclass.py diff --git a/src/pybindgen/cppclass_container.py b/python/pybindgen/cppclass_container.py similarity index 100% rename from src/pybindgen/cppclass_container.py rename to python/pybindgen/cppclass_container.py diff --git a/src/pybindgen/cppclass_typehandlers.py b/python/pybindgen/cppclass_typehandlers.py similarity index 100% rename from src/pybindgen/cppclass_typehandlers.py rename to python/pybindgen/cppclass_typehandlers.py diff --git a/src/pybindgen/cppexception.py b/python/pybindgen/cppexception.py similarity index 100% rename from src/pybindgen/cppexception.py rename to python/pybindgen/cppexception.py diff --git a/src/pybindgen/cppmethod.py b/python/pybindgen/cppmethod.py similarity index 100% rename from src/pybindgen/cppmethod.py rename to python/pybindgen/cppmethod.py diff --git a/src/pybindgen/enum.py b/python/pybindgen/enum.py similarity index 100% rename from src/pybindgen/enum.py rename to python/pybindgen/enum.py diff --git a/src/pybindgen/function.py b/python/pybindgen/function.py similarity index 100% rename from src/pybindgen/function.py rename to python/pybindgen/function.py diff --git a/src/pybindgen/gccxmlparser.py b/python/pybindgen/gccxmlparser.py similarity index 100% rename from src/pybindgen/gccxmlparser.py rename to python/pybindgen/gccxmlparser.py diff --git a/src/pybindgen/module.py b/python/pybindgen/module.py similarity index 100% rename from src/pybindgen/module.py rename to python/pybindgen/module.py diff --git a/src/pybindgen/overloading.py b/python/pybindgen/overloading.py similarity index 100% rename from src/pybindgen/overloading.py rename to python/pybindgen/overloading.py diff --git a/src/pybindgen/pytypeobject.py b/python/pybindgen/pytypeobject.py similarity index 100% rename from src/pybindgen/pytypeobject.py rename to python/pybindgen/pytypeobject.py diff --git a/src/pybindgen/settings.py b/python/pybindgen/settings.py similarity index 100% rename from src/pybindgen/settings.py rename to python/pybindgen/settings.py diff --git a/src/pybindgen/typehandlers/__init__.py b/python/pybindgen/typehandlers/__init__.py similarity index 100% rename from src/pybindgen/typehandlers/__init__.py rename to python/pybindgen/typehandlers/__init__.py diff --git a/src/pybindgen/typehandlers/base.py b/python/pybindgen/typehandlers/base.py similarity index 100% rename from src/pybindgen/typehandlers/base.py rename to python/pybindgen/typehandlers/base.py diff --git a/src/pybindgen/typehandlers/booltype.py b/python/pybindgen/typehandlers/booltype.py similarity index 100% rename from src/pybindgen/typehandlers/booltype.py rename to python/pybindgen/typehandlers/booltype.py diff --git a/src/pybindgen/typehandlers/codesink.py b/python/pybindgen/typehandlers/codesink.py similarity index 100% rename from src/pybindgen/typehandlers/codesink.py rename to python/pybindgen/typehandlers/codesink.py diff --git a/src/pybindgen/typehandlers/ctypeparser/__init__.py b/python/pybindgen/typehandlers/ctypeparser/__init__.py similarity index 100% rename from src/pybindgen/typehandlers/ctypeparser/__init__.py rename to python/pybindgen/typehandlers/ctypeparser/__init__.py diff --git a/src/pybindgen/typehandlers/ctypeparser/tokenizer.py b/python/pybindgen/typehandlers/ctypeparser/tokenizer.py similarity index 100% rename from src/pybindgen/typehandlers/ctypeparser/tokenizer.py rename to python/pybindgen/typehandlers/ctypeparser/tokenizer.py diff --git a/src/pybindgen/typehandlers/doubletype.py b/python/pybindgen/typehandlers/doubletype.py similarity index 100% rename from src/pybindgen/typehandlers/doubletype.py rename to python/pybindgen/typehandlers/doubletype.py diff --git a/src/pybindgen/typehandlers/floattype.py b/python/pybindgen/typehandlers/floattype.py similarity index 100% rename from src/pybindgen/typehandlers/floattype.py rename to python/pybindgen/typehandlers/floattype.py diff --git a/src/pybindgen/typehandlers/inttype.py b/python/pybindgen/typehandlers/inttype.py similarity index 100% rename from src/pybindgen/typehandlers/inttype.py rename to python/pybindgen/typehandlers/inttype.py diff --git a/src/pybindgen/typehandlers/pyobjecttype.py b/python/pybindgen/typehandlers/pyobjecttype.py similarity index 100% rename from src/pybindgen/typehandlers/pyobjecttype.py rename to python/pybindgen/typehandlers/pyobjecttype.py diff --git a/src/pybindgen/typehandlers/stringtype.py b/python/pybindgen/typehandlers/stringtype.py similarity index 100% rename from src/pybindgen/typehandlers/stringtype.py rename to python/pybindgen/typehandlers/stringtype.py diff --git a/src/pybindgen/typehandlers/voidtype.py b/python/pybindgen/typehandlers/voidtype.py similarity index 100% rename from src/pybindgen/typehandlers/voidtype.py rename to python/pybindgen/typehandlers/voidtype.py diff --git a/src/pybindgen/utils.py b/python/pybindgen/utils.py similarity index 100% rename from src/pybindgen/utils.py rename to python/pybindgen/utils.py diff --git a/src/pybindgen/version.py b/python/pybindgen/version.py similarity index 100% rename from src/pybindgen/version.py rename to python/pybindgen/version.py diff --git a/src/pybindgen/wrapper_registry.py b/python/pybindgen/wrapper_registry.py similarity index 100% rename from src/pybindgen/wrapper_registry.py rename to python/pybindgen/wrapper_registry.py diff --git a/src/pybindgen/wscript b/python/pybindgen/wscript similarity index 100% rename from src/pybindgen/wscript rename to python/pybindgen/wscript diff --git a/script/demo.html b/python/script/demo.html similarity index 100% rename from script/demo.html rename to python/script/demo.html diff --git a/script/g2pserver.py b/python/script/g2pserver.py similarity index 100% rename from script/g2pserver.py rename to python/script/g2pserver.py diff --git a/script/phoneticize.py b/python/script/phoneticize.py similarity index 100% rename from script/phoneticize.py rename to python/script/phoneticize.py diff --git a/script/words.list b/python/script/words.list similarity index 100% rename from script/words.list rename to python/script/words.list diff --git a/setup.py b/python/setup.py similarity index 100% rename from setup.py rename to python/setup.py