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
- Host: GitHub
- URL: https://github.com/ploomber/scaffold
- Owner: ploomber
- License: apache-2.0
- Created: 2020-02-22T19:32:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-25T01:10:37.000Z (over 2 years ago)
- Last Synced: 2025-05-20T19:52:23.173Z (about 1 year ago)
- Language: Python
- Size: 181 KB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Scaffold



> [!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
```