MANIFEST.in
README.rst
pyproject.toml
requirements.txt
setup.cfg
setup.py
t_record/__init__.py
t_record/record.py
t_record/records_manager.py
t_record/remote_storage.py
t_record/models/__init__.py
t_record/models/models.py
t_record/models/records_logs.py
t_record/models/status_update.py
t_record/models/trace.py
t_record/report/__init__.py
t_record/report/html_generator.py
t_record/report/script.txt
t_record/report/style.txt
t_record/utils/__init__.py
t_record/utils/logger.py
t_record/utils/utils.py
t_record_lib.egg-info/PKG-INFO
t_record_lib.egg-info/SOURCES.txt
t_record_lib.egg-info/dependency_links.txt
t_record_lib.egg-info/not-zip-safe
t_record_lib.egg-info/requires.txt
t_record_lib.egg-info/top_level.txt
tests/test_html_generator.py
tests/test_record.py
tests/test_records_manager.py
tests/test_remote_storage.py