Contents Menu Expand Light mode Dark mode Auto light/dark mode
pytask 0.4.1 documentation
Light Logo Dark Logo
  • Tutorials
    • Installation
    • Set up a project
    • Write a task
    • Defining dependencies and products
    • 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
    • Functional Interface
    • Capture warnings
    • How to influence the build order
    • Hashing inputs of tasks
    • Using task returns
    • Writing custom nodes
    • How to write a plugin
    • Structure of a research project
    • Structure of task files
    • Templates and projects
    • Scaling tasks
  • Explanations
    • Why pytask?
    • Interfaces for dependencies and products
    • Comparison to other tools
    • pluggy and the Plugin Architecture
  • Reference Guides
    • The command line interface
    • The configuration
    • Hook Specifications
    • API
  • Plugin List
  • Type hints
  • Developer’s Guide
  • Glossary
  • Changes
  • On Github
Back to top
Edit this page

Reference Guides#

Reference guides are articles which can be read alongside the code and provide additional details on the inner workings of pytask.

  • The command line interface
  • The configuration
  • Hook Specifications
  • API
Next
The command line interface
Previous
pluggy and the Plugin Architecture
Copyright © 2020, Tobias Raabe
Made with Sphinx and @pradyunsg's Furo