Skip to content

sdg-ai/diversity-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

diversity-engine

API and backend for the diversity project

Set up for the project

You will need to set a few environment variables:

  • SERVICE_ENDPOINT (url to wasabi storage)
  • ACCESS_KEY_ID (access key to wasabi storage)
  • SECRET_ACCESS_KEY (secret key for wasabi storage)
  • PYTHONPATH=.:src

For this, put all these variables in a .env file, and run: set -o allexport; source .env; set +o allexport

To run the test

pytest -s --log-level DEBUG src/tests/test_one_scorecard.py

About

API and backend for the diversity project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors