Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mariusgiger/network-analysis-pgp
- Owner: mariusgiger
- Created: 2018-10-13T19:32:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-07T19:15:32.000Z (almost 6 years ago)
- Last Synced: 2024-11-09T05:38:08.041Z (2 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 2.9 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
-
-
-
-
-
-