Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
pytask 0.5.9.dev101+gd0f4cb046 documentation
Light Logo Dark Logo
  • Tutorials
    • Installation
    • Set up a project
    • Write a task
    • Defining dependencies and products
    • Using a data catalog
    • Invoking pytask
    • Configuration
    • Plugins
    • Debugging
    • Repeating tasks with different inputs
    • Selecting tasks
    • Skipping tasks
    • Making tasks persist
    • Capturing output
    • Markers
    • Collecting tasks
    • Profiling tasks
    • Cleaning projects
    • Visualizing the DAG
  • How-to Guides
    • Migrating from scripts to pytask
    • Interfaces for dependencies and products
    • Portability
    • Remote files
    • Functional Interface
    • Capture warnings
    • How to influence the build order
    • Hashing inputs of tasks
    • Using task returns
    • Provisional nodes and task generators
    • Writing custom nodes
    • Extending pytask
    • The DataCatalog - Revisited
    • Using workspaces
    • Structure of a research project
    • Structure of task files
    • Templates and projects
    • Complex task repetitions
  • Explanations
    • Why pytask?
    • Comparison to other tools
    • pluggy and the Plugin Architecture
  • Reference Guides
    • The command line interface
    • The configuration
    • The Lock File
    • Hook Specifications
    • API
  • Plugin List
  • Type hints
  • Developer’s Guide
  • Glossary
  • Changes
  • On Github
Back to top

Tutorials¶

Tutorials take you by the hand through a series of steps to build and manage your first project. Start here if you are a new user.

  • Installation
  • Set up a project
  • Write a task
  • Defining dependencies and products
  • Using a data catalog
  • Invoking pytask
  • Configuration
  • Plugins
  • Debugging
  • Repeating tasks with different inputs
  • Selecting tasks
  • Skipping tasks
  • Making tasks persist
  • Capturing output
  • Markers
  • Collecting tasks
  • Profiling tasks
  • Cleaning projects
  • Visualizing the DAG
Next
Installation
Previous
Home
Copyright © 2020, Tobias Raabe
Made with Sphinx and @pradyunsg's Furo