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

https://github.com/robinl/overrides_and_live_linking


https://github.com/robinl/overrides_and_live_linking

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

Create a virtual environment with the dependencies you need:

```
python3 -m venv venv
source venv/bin/activate
pip install splink pyarrow
```