adamcysec / csapptools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSAPP Tools

Synopsis

This package contains the dependencies used by project CSAPP.

Description

This package contains web scraping tools used by project CSAPP to get data from libraries.io and pypi.org.

API Key

Getting data from libraries.io requires an API key that should be stored in a hidden directory named "librariesio" within your home folder:

Windows - C:\Users\<user>\.librariesio\api_key.txt

Linux - /home/<user>/.librariesio/api_key.txt

MacOS - /Users/<user>/.librariesio/api_key.txt

About

License:MIT License


Languages

Language:Python 100.0%