LICENSE.md
MANIFEST.in
README.md
pyproject.toml
docs/LICENSE.md
docs/about.md
docs/changelogs.md
docs/contributing.md
docs/index.md
docs/integrations.md
docs/api/index.md
docs/getting-started/advanced-usage.md
docs/getting-started/configuration.md
docs/getting-started/index.md
docs/getting-started/installation.md
docs/getting-started/quick-start.md
docs/getting-started/resource-specification.md
docs/hpc-machines/index.md
docs/hpc-machines/ncsa-delta.md
docs/hpc-machines/perlmutter.md
docs/project/index.md
docs/project/nsf-award.md
docs/project/publications.md
docs/project/roadmap.md
docs/project/team.md
src/rhapsody/__init__.py
src/rhapsody/logger.py
src/rhapsody/api/__init__.py
src/rhapsody/api/errors.py
src/rhapsody/api/session.py
src/rhapsody/api/task.py
src/rhapsody/backends/__init__.py
src/rhapsody/backends/base.py
src/rhapsody/backends/constants.py
src/rhapsody/backends/discovery.py
src/rhapsody/backends/execution/__init__.py
src/rhapsody/backends/execution/concurrent.py
src/rhapsody/backends/execution/dask_parallel.py
src/rhapsody/backends/execution/dragon.py
src/rhapsody/backends/execution/radical_pilot.py
src/rhapsody/backends/inference/__init__.py
src/rhapsody/backends/inference/vllm.py
src/rhapsody_py.egg-info/PKG-INFO
src/rhapsody_py.egg-info/SOURCES.txt
src/rhapsody_py.egg-info/dependency_links.txt
src/rhapsody_py.egg-info/entry_points.txt
src/rhapsody_py.egg-info/requires.txt
src/rhapsody_py.egg-info/top_level.txt
tests/conftest.py
tests/integration/test_backend_functionality.py
tests/integration/test_task_api_backend_integration.py
tests/performance/test_api_performance.py
tests/unit/test_backend_base.py
tests/unit/test_backend_constants.py
tests/unit/test_backend_discovery.py
tests/unit/test_backend_execution_concurrent.py
tests/unit/test_backend_execution_dask_parallel.py
tests/unit/test_backend_execution_dragon.py
tests/unit/test_backend_execution_radical_pilot.py
tests/unit/test_dask_custom_cluster.py
tests/unit/test_session.py
tests/unit/test_task_api.py