.gitignore
LICENSE
Makefile
README.md
VERSION
config.json
setup.cfg
setup.py
./LICENSE
./VERSION
./octomy/batch/__init__.py
./octomy/batch/types.py
./octomy/batch/filters/__init__.py
./octomy/batch/filters/base/__init__.py
./octomy/batch/filters/base/hello.py
./octomy/batch/filters/utils/__init__.py
./octomy/batch/filters/utils/ping.py
./octomy/batch/filters/utils/test.py
./octomy/batch/server/WebsiteIO.py
./octomy/batch/server/__init__.py
./octomy_batch.egg-info/PKG-INFO
./octomy_batch.egg-info/SOURCES.txt
./octomy_batch.egg-info/dependency_links.txt
./octomy_batch.egg-info/namespace_packages.txt
./octomy_batch.egg-info/requires.txt
./octomy_batch.egg-info/top_level.txt
./octomy_batch.egg-info/zip-safe
.gitlab/ci.yaml
bin/octomy-batch
code_quality/.flake8
code_quality/Makefile
code_quality/mypy.ini
code_quality/pylintrc
requirements/requirements.in
requirements/requirements.txt
requirements/test_requirements.in
requirements/test_requirements.txt
tests/Makefile
tests/__init__.py
tests/pytest.ini
tests/integration/__init__.py
tests/integration/test_integration.py
tests/load/__init__.py
tests/load/test_load.py
tests/regressions/__init__.py
tests/regressions/test_regressions.py
tests/unit/__init__.py
tests/unit/test_batch_processor.py
tests/unit/test_server.py
tests/unit/test_unit.py