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

https://github.com/ploomber/scaffold

Minimal structure for bootstrapping Data Science projects
https://github.com/ploomber/scaffold

Last synced: about 1 year ago
JSON representation

Minimal structure for bootstrapping Data Science projects

Awesome Lists containing this project

README

          

# Scaffold

![CI](https://github.com/ploomber/scaffold/workflows/CI/badge.svg)
![CI macOS](https://github.com/ploomber/scaffold/workflows/CI%20macOS/badge.svg)
![CI Windows](https://github.com/ploomber/scaffold/workflows/CI%20Windows/badge.svg)

> [!TIP]
> Deploy AI apps for free on [Ploomber Cloud!](https://ploomber.io/?utm_medium=github&utm_source=scaffold)

Scaffold creates a complete structure for Data Science projects.

## Usage

Scaffold is not intended to be used directly but rather through the
`ploomber scaffold` command.

[Click here to go to Ploomber's repository.](https://github.com/ploomber/ploomber)

## Setup (for developers)

Requires [Miniconda](https://docs.conda.io/en/latest/miniconda.html).

```sh
pip install invoke
invoke setup
```

## Testing

```sh
invoke test
```