Skip to content
This repository was archived by the owner on Jul 15, 2021. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AVAPy

This Project is Work-In-Progress

Python implementation of AVA.

Development

Set your local virtual environment

Requirements should be installed in a virtual environment

Make one under the root of this repo, for example:

> python3 -m venv venv
> source venv/bin/activate

Install Requirements

> pip install wheel
> pip install setuptools
> pip install twine
> pip install pytest==4.4.1
> pip install pytest-runner==4.4
> pip install altair

Tests

Write your test cases in modules under test/.

Run:

> python setup.py pytest

Daily Testing:

> pytest
> pytest -s

Build

> python setup.py bdist_wheel

Local Install for Demos

> pip install /path/to/dist/wheelfile.whl

About

Python Library for Automatic Visual Analytics

Resources

Security policy

Stars

4 stars

Watchers

22 watching

Forks

Releases

Packages

Contributors

Languages