https://github.com/adilzouitine/idao-2021-qualifier
https://github.com/adilzouitine/idao-2021-qualifier
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/adilzouitine/idao-2021-qualifier
- Owner: AdilZouitine
- Created: 2021-03-01T21:46:41.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-03T21:26:59.000Z (about 4 years ago)
- Last Synced: 2024-10-13T10:50:41.379Z (7 months ago)
- Language: Python
- Size: 49.8 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
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
```