.gitignore
.readthedocs.yml
LICENSE
MANIFEST.in
README.md
conftest.py
pyproject.toml
requirements-dev.txt
requirements-ray.txt
requirements.txt
setup.py
tasks.py
.github/workflows/test.yml
.github/workflows/twine_release.yml
atqo/__init__.py
atqo/_version.py
atqo/bases.py
atqo/core.py
atqo/distributed_apis.py
atqo/exceptions.py
atqo/exchange.py
atqo/resource_handling.py
atqo/simplified_functions.py
atqo/utils.py
atqo.egg-info/PKG-INFO
atqo.egg-info/SOURCES.txt
atqo.egg-info/dependency_links.txt
atqo.egg-info/requires.txt
atqo.egg-info/top_level.txt
atqo/tests/__init__.py
atqo/tests/test_dist_apis.py
atqo/tests/test_exchange.py
atqo/tests/test_init.py
atqo/tests/test_resource_handling.py
atqo/tests/test_scheduler_errors.py
atqo/tests/test_simplified_functions.py
atqo/tests/integration/__init__.py
atqo/tests/integration/test_dn_integration.py
docs/Makefile
docs/autosumm.rst
docs/conf.py
docs/index.rst
docs/make.bat
docs/requirements.txt
docs/api/atqo.ActorBase.rst
docs/api/atqo.Capability.rst
docs/api/atqo.CapabilitySet.rst
docs/api/atqo.DistAPIBase.rst
docs/api/atqo.Scheduler.rst
docs/api/atqo.SchedulerTask.rst
docs/api/atqo.TaskPropertyBase.rst
docs/api/atqo.UnexpectedCapabilities.rst
docs/api/atqo.parallel_map.rst
docs/api/atqo.parallel_run.rst
docs/notebooks/doc-000-intro.rst
docs/notebooks/doc-001-quickstart.rst
docs/release_notes/main.rst
docs/release_notes/v0.0.0.rst
docs/release_notes/v0.0.1.rst
docs/release_notes/v0.0.2.rst
docs/release_notes/v0.0.3.rst
docs/release_notes/v0.0.4.rst
docs_config/conf.py
docs_config/current_release.rst
docs_config/requirements.txt
docs_config/release_notes/main.rst
docs_config/release_notes/v0.0.0.rst
docs_config/release_notes/v0.0.1.rst
docs_config/release_notes/v0.0.2.rst
docs_config/release_notes/v0.0.3.rst
docs_config/release_notes/v0.0.4.rst
notebooks/doc-000-intro.ipynb
notebooks/doc-001-quickstart.ipynb