Skip to content

bmrobin/pip-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pip viewer

(w.i.p.) A webapp to interact with pip in a python environment

Requirements

  • python 3.x
  • node >= 10.15.x

Installation

Install server dependencies and set environment variables

$ virtualenv -p python3 venv
$ source venv/bin/activate
$ pip install -r requirements.txt

Install UI dependencies

$ cd ui
$ npm install
$ npm run build

Usage

The following assumes execution via command line. If using an IDE, configure the following via debug options.

$ ( from ui folder ) npm start
$ source bin/setup.sh
$ python -m flask run

Tests

server

$ pytest

UI (from ui directory)

$ npm test

About

webapp for pip functionality

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published