The Graph Generator is responsible for generating the service provider network
git clone https://github.com/Graph-Analyzer/graph-generator.gitNo config required
poetry init
poetry install
poetry run uvicorn src.main:app --reload --port 8082You can format the code with the following command.
poetry run black src testsThis project is licensed under the MIT License.
Third party licenses can be found in THIRD_PARTY_LICENSES.txt.
Regenerate them with this command.
poetry export > requirements.txt
# Replace <VirtualEnvPythonPath> with the path to the python executable found with "poetry env info --path"
poetry run python -m third_party_license_file_generator -r requirements.txt -p <VirtualEnvPythonPath> -o THIRD-PARTY-LICENSES.txt
rm requirements.txt