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

https://github.com/adilzouitine/idao-2021-qualifier


https://github.com/adilzouitine/idao-2021-qualifier

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

        

boring-template

## Install

```bash
# Change in Makefile the project name
make setup-env
conda activate
make install-all
```

## Test

```bash
make run-test
```

## Format

```bash
make format-all
```

## Architecture

```
├── CONTRIBUTING.md <- Coding rules for devs
├── data <- Data folder
├── doc <- Documentation
├── Dockerfile
├── Makefile <- Usefull command
├── README.md
├── requirements-dev.txt <- Linting etc ...
├── requirements.txt <- Package dependencies
├── result
├── setup.cfg <- Linting rules etc ...
├── src
│   └── sandbox <- Prototyping folder
└── test
```