.editorconfig
.gitignore
LICENSE.md
MANIFEST.in
Makefile
README.md
pyproject.toml
requirements.dev.txt
requirements.txt
setup.cfg
setup.py
./hathor/__about__.py
./hathor/__init__.py
./hathor/__main__.py
./hathor/project/__init__.py
./hathor/project/builders/__init__.py
./hathor/project/builders/copy.py
./hathor/project/builders/modular.py
./hathor/project/information/__init__.py
./hathor/project/information/project.py
./hathor/project/information/requirement_explorer.py
./hathor/project/information/roblox_api_dump.py
./hathor/project/information/source_file.py
./hathor/project/information/source_ptns.py
./hathor/project/information/source_root.py
./hathor/project/source_processors/__init__.py
./hathor/project/source_processors/instance_yaml_processor.py
./hathor/project/source_processors/lua_processor.py
./hathor/project/source_processors/lua_value_encoders.py
./hathor/project/source_processors/processors.py
./hathor/project/source_processors/source_processor.py
./hathor/resources/__init__.py
./hathor/resources/editorconfig_template.ini
./hathor/resources/gitignore_base.txt
./hathor/resources/hathor.project.schema.json
./hathor/resources/hathor_loader.lua
./hathor/resources/hathor_run.lua
./hathor/resources/hathor_stub.lua
./hathor/serve/__init__.py
./hathor/serve/app.py
./hathor/serve/change_tracker.py
./hathor/serve/client.py
./hathor/serve/models.py
./hathor/serve/project_builder.py
./hathor/serve/watch_files.py
example_project/hathor.project.yml
example_project/src/Core/ItemDB.lua
example_project/src/Example/Main.lua
example_project/src/Example/TestFileOf84.lua
hathor/__about__.py
hathor/__init__.py
hathor/__main__.py
hathor.egg-info/PKG-INFO
hathor.egg-info/SOURCES.txt
hathor.egg-info/dependency_links.txt
hathor.egg-info/entry_points.txt
hathor.egg-info/requires.txt
hathor.egg-info/top_level.txt
hathor/project/__init__.py
hathor/project/builders/__init__.py
hathor/project/builders/copy.py
hathor/project/builders/modular.py
hathor/project/information/__init__.py
hathor/project/information/project.py
hathor/project/information/requirement_explorer.py
hathor/project/information/source_root.py
hathor/resources/__init__.py
hathor/resources/editorconfig_template.ini
hathor/resources/gitignore_base.txt
hathor/resources/hathor.project.schema.json
hathor/resources/hathor_loader.lua
hathor/resources/hathor_run.lua
hathor/resources/hathor_stub.lua
hathor/serve/__init__.py
hathor/serve/app.py
hathor/serve/change_tracker.py
hathor/serve/client.py
hathor/serve/models.py
hathor/serve/project_builder.py
hathor/serve/watch_files.py
plugin/hathor.project.yml
plugin/src/ZiplinePlugin/Morpheus.lua
plugin/src/ZiplinePlugin/Zipline Plugin Script.lua
plugin/src/ZiplinePlugin/ZiplineAPI.lua
plugin/src/ZiplinePlugin/ZiplineGui.lua
plugin/src/ZiplinePlugin/ZiplineWorker.lua
plugin/src/ZiplinePlugin/serializeInstance.lua
tests/__init__.py