Skip to content

NextBridgeAnalytics/template-python-pipeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cookiecutter Template for Pipeline-based Python Programs

Cookiecutter template for Python project using plugins for pipelines

How To Use the Template

You need to have Cookiecutter installed. This is a Python program that can be used to template many different kinds of files and projects on your computer.

If you have Python available, you can install Cookiecutter through Pip:

$ python -m pip install cookiecutter

For help on installing Python, you can for example consult Real Python's Installation & Setup Guide.

With Cookiecutter installed, you can use this template directly:

  1. Open a terminal or command prompt

  2. Change into the directory where you want your Python project to live

  3. Run Cookiecutter:

     $ cookiecutter https://github.com/NextBridgeAnalytics/template-python-pipeline
    
  4. Answer the questions. Press enter to accept the default answer.

About

Cookiecutter template for Python project using plugins for pipelines

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published