Go to file
junos 0bc66ce4b9 Establish the session in class methods.
These are only called once, not before and after every test.
2021-02-02 15:44:53 +01:00
.idea Inherit from AWARESensor correctly. 2020-12-31 14:29:35 +01:00
config Add a method to get Calls data. 2021-01-05 17:00:45 +01:00
features Add a method to enumerate contacts and appropriate tests. 2021-02-01 18:24:24 +01:00
test Establish the session in class methods. 2021-02-02 15:44:53 +01:00
.gitignore Configure tests as a module. 2020-12-31 11:50:57 +01:00
README.md Use python-dotenv for environment variables. 2020-12-24 14:03:36 +01:00
setup.py Add a method to get Calls data. 2021-01-05 17:00:45 +01:00

README.md

STRAW2analysis

All analysis for the STRAW project.

To install:

  1. Create a conda virtual environment from the environment.yml file.

    cd config
    conda env create --file environment.yml
    conda activate straw2analysis
    

    If you have already created this environment, you can update it using:

    conda deactivate
    conda env update --file environment.yml
    conda activate straw2analysis
    
  2. Provide an .env file to be used by python-dotenv which should be placed in the top folder of the application and should have the form:

    DB_PASSWORD=database-password