Skip to content

HumanCommunicationInteraction/pywib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

157 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pywib

Pywib (Python Web Interaction Behaviour) is a library desgined for analysing and obtaning metrics from users interaction with web pages.

How to

from pywib import velocity, velocity_metrics
v = velocity(df_all_sessions)
v_metrics = velocity_metrics(None, v)

Running the tests

First, navigate to the pywib folder

cd pywib

Then install the required dependencies using python, use a virtual environment if you wish to.

pip install pytest
pip install -r requirements.txt

Then, run the tests using:

pytest test

Generating Documentation

cd pywib/docs
make html

About

Pywib (Python Web Interaction Behaviour) is a library desgined for analysing and obtaning metrics from users interaction with web pages.

Topics

Resources

License

Stars

2 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages