LICENSE
README.md
pyproject.toml
omp/__init__.py
omp/cli.py
omp/core.py
omp/models.py
omp/observer.py
omp/watcher.py
omp/parsers/__init__.py
omp/parsers/base.py
omp/parsers/go.py
omp/parsers/python.py
omp/parsers/typescript.py
omp/storage/__init__.py
omp/storage/base.py
omp/storage/sqlite.py
open_memory_protocol.egg-info/PKG-INFO
open_memory_protocol.egg-info/SOURCES.txt
open_memory_protocol.egg-info/dependency_links.txt
open_memory_protocol.egg-info/entry_points.txt
open_memory_protocol.egg-info/requires.txt
open_memory_protocol.egg-info/top_level.txt
tests/test_core.py
tests/test_observer.py
tests/test_parsers.py
tests/test_storage.py