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

https://github.com/luizirber/2020-10-02-vdb


https://github.com/luizirber/2020-10-02-vdb

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# Trying out the VDB Python API

## Setup

To build and activate the conda environment with deps run:

```bash
conda env create --force --file environment.yml

conda activate vdb-py
```