Skip to content

open-numbers/ddf_project_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 

Repository files navigation

Project Template for DDF projects

This is the cookiecutter template for DDF projects.

Project Structure

.
├── README.md
├── datapackage.json
├── ddf--concepts.csv
└── etl
    ├── notebooks
    ├── recipes
    │   ├── _template.yaml
    │   └── translation_dictionaries
    ├── requirements.txt
    ├── scripts
    │   └── etl.py
    └── source

Usage

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

About

Template for DDF projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages