This is the cookiecutter template for DDF projects.
.
├── README.md
├── datapackage.json
├── ddf--concepts.csv
└── etl
├── notebooks
├── recipes
│ ├── _template.yaml
│ └── translation_dictionaries
├── requirements.txt
├── scripts
│ └── etl.py
└── source
install ddf_utils, and just run ddf new
in the command line prompt. The program will prompt for project informations and
create the project for you.
Alternativly, you can install cookiecutter (fewer dependencies than ddf_utils) and run following command to create project with this template.
$ cookiecutter https://github.com/semio/ddf_project_template