.DS_Store
.gitignore
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
mkdocs.yml
oplogs.csv
pyproject.toml
requirements-dev.txt
requirements.txt
setup.cfg
.github/workflows/core_build.yml
.github/workflows/coverage.yml
.github/workflows/docs.yml
.github/workflows/lint.yml
.github/workflows/package_build.yml
.github/workflows/package_publish.yml
.github/workflows/security_check.yml
.vscode/settings.json
art/.DS_Store
art/icons_and_logos/.DS_Store
art/icons_and_logos/android-chrome-192x192.png
art/icons_and_logos/android-chrome-512x512.png
art/icons_and_logos/apple-touch-icon.png
art/icons_and_logos/favicon-16x16.png
art/icons_and_logos/favicon-32x32.png
art/icons_and_logos/favicon.ico
art/icons_and_logos/logo_full.png
art/icons_and_logos/site.webmanifest
docs/.DS_Store
docs/alternatives.md
docs/index.md
docs/assets/.DS_Store
docs/assets/favicon_round2.png
docs/assets/find_nth_prime.gif
docs/assets/find_nth_prime.mov
docs/assets/find_nth_prime.mp4
docs/assets/logo.png
docs/contribution/active_backlog.md
docs/contribution/contribution.md
docs/contribution/development.md
docs/demos/find_nth_prime.md
docs/demos/fluent_calculator.md
docs/demos/tbd.md
docs/imgs/.DS_Store
docs/imgs/logo_full.png
docs/tutorial/config.md
docs/tutorial/getting_started.md
docs/tutorial/operated.md
docs/tutorial/operation.md
docs/tutorial/progressable.md
docs/tutorial/property_groups.md
docs/tutorial/advanced/serialization.md
examples/fluent_calculator_demo/main.py
examples/fluent_calculator_demo/oplogs.csv
examples/fluent_calculator_demo/pytest.ini
examples/fluent_calculator_demo/requirements.txt
examples/fluent_calculator_demo/test_fluent_calculator.py
examples/prime_finder_demo/find_nth_prime.py
examples/prime_finder_demo/requirements.txt
examples/server_demo/main.py
examples/server_demo/requirements.txt
op_log.egg-info/PKG-INFO
op_log.egg-info/SOURCES.txt
op_log.egg-info/dependency_links.txt
op_log.egg-info/requires.txt
op_log.egg-info/top_level.txt
oplog/__init__.py
oplog/constants.py
oplog/exceptions.py
oplog/operated.py
oplog/operation.py
oplog/operation_handler.py
oplog/operation_log_filter.py
oplog/operation_progress.py
oplog/operation_step.py
oplog/formatters/__init__.py
oplog/formatters/base_operation_formatter.py
oplog/formatters/csv_operation_formatter.py
oplog/formatters/verbose_operation_formatter.py
oplog/tests/__init__.py
oplog/tests/logged_test_case.py
oplog/tests/test_operated.py
oplog/tests/test_operated_async.py
oplog/tests/test_operation.py
oplog/tests/test_operation_handler.py
oplog/tests/test_operation_log_filter.py
oplog/tests/test_operation_progress.py
oplog/tests/formatters/__init__.py
oplog/tests/formatters/test_base_operation_formatter.py
oplog/tests/formatters/test_csv_operation_formatter.py
oplog/tests/formatters/test_verbose_operation_formatter.py
scripts/single_file_coverage_check.py