Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mariusgiger/network-analysis-pgp

Pretty Good Privacy (PGP) - Analysis of the Web of Trust
https://github.com/mariusgiger/network-analysis-pgp

Last synced: 12 days ago
JSON representation

Pretty Good Privacy (PGP) - Analysis of the Web of Trust

Awesome Lists containing this project

README

        

# Network Analysis - Pretty Good Privacy (PGP) - Analysis of the Web of Trust

## Dev Setup

Setup uses [Virtualenv](https://virtualenv.pypa.io/en/stable/).

```bash
pip3 install virtualenv
virtualenv -p python3 .
source ./bin/activate
pip install networkx
```

## Work

```bash
source ./bin/activate
jupyter notebook
```

leave virtual env using the following command

```bash
deactivate
```

## Links

-
-
-
-
-
-