The Resource Allocator is a custom library responsible for allocating servers based on number of CPUs in a server. From the list of servers in different regions provided by Cloud/VPS Company (like in Amazon, Google cloud, etc), user can select them according to their needs.
Resource Allocator can allocate servers based on:
- Best price with some x CPUs.
- Range of CPUs between x and y
- Minimum or maximum number of CPUs
For Examples, please refer Example.py script.
Pre-requisite: Python 3 is installed
pip install -r requirements.txt
Installation is done, now just import the methods from main