Skip to content

DMyachin/exodus-core

 
 

Repository files navigation

εxodus core

Build Status Language grade: Python

Contains:

  • Static analysis
  • Network analysis
  • Connection helper

Installation

exodus-core is available from PyPI:

pip install exodus-core

Include it to your project

Add the following line in your requirements.txt (replace 'XX' by the desired subversion):

exodus-core==XX

Local usage

Clone this repository:

git clone https://github.com/Exodus-Privacy/exodus-core.git
cd exodus-core

Using Docker

Build the Docker image:

docker build -t exodus-core .

Run tests:

docker run -it --rm exodus-core /bin/bash
python -m unittest discover -s exodus_core -p "test_*.py"

Manual installation

Install dexdump:

sudo apt-get install dexdump

Create Python virtualenv:

virtualenv venv -p python3
source venv/bin/activate

Install dependencies:

pip install -r requirements.txt

Run tests:

python -m unittest discover -s exodus_core -p "test_*.py"

About

Core functionality of εxodus

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.5%
  • Dockerfile 0.5%