COPYING
MANIFEST.in
Makefile
NEWS
README
requirements.txt
setup.cfg
setup.py
unittests.sh
bin/resalloc
bin/resalloc-check-vm-ip
bin/resalloc-maint
bin/resalloc-server
build_manpages/build_manpages/__init__.py
build_manpages/build_manpages/build_manpage.py
build_manpages/build_manpages/build_manpages.py
build_manpages/build_manpages/manpage.py
config/pools.yaml
config/server.yaml
man/resalloc-server.1
resalloc/__init__.py
resalloc/client.py
resalloc/helpers.py
resalloc.egg-info/PKG-INFO
resalloc.egg-info/SOURCES.txt
resalloc.egg-info/dependency_links.txt
resalloc.egg-info/requires.txt
resalloc.egg-info/top_level.txt
resallocserver/__init__.py
resallocserver/alembic.ini
resallocserver/api.py
resallocserver/app.py
resallocserver/config.py
resallocserver/log.py
resallocserver/logic.py
resallocserver/main.py
resallocserver/maint.py
resallocserver/manager.py
resallocserver/models.py
resallocserver/priority_queue.py
resallocserver/alembic/__init__.py
resallocserver/alembic/env.py
resallocserver/alembic/versions/0e370f3171e5_add_priority_for_resources_tags.py
resallocserver/alembic/versions/210774551cd3_performance_indexes.py
resallocserver/alembic/versions/5759bc82a992_initial_revision.py
resallocserver/alembic/versions/__init__.py
resallocserver/alembic/versions/cdf29a997efc_resource_pool_id.py
resallocserver/alembic/versions/eac9fc01d0d1_allow_resource_reuse.py
shelltests/testlib
shelltests/testrunner
shelltests/tests/basic.sh
shelltests/tests/check.sh
shelltests/tests/reuse.sh
test-tooling/resalloc
test-tooling/resalloc-maint
test-tooling/resalloc-server
test-tooling/wrap
tests/__init__.py
tests/test_cli.py
tests/test_command.py
tests/test_manager.py