Skip to content

yumaueda/z2scanner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

z2scanner

z2 scanner

Requirement

  • python3.7.4
  • venv, pipenv

Prepare for development

Enter devel environment with venv

source devel/bin/activate

Escape devel environment

deactivate

Enter pipenv

pipenv shell

Install pip package under under pipenv

pipenv install PACKAGE_NAME

Run Test

python test/test01.py

Follow upstream

# if you forked this repository
git remote add upstream git://github.com/seccamp-z/z2scanner.git

# follow upstream
git fetch upstream
git merge upstream/master

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.7%
  • Shell 0.3%