custom code
pypyr is super easy to customize with very non-demanding function signatures for your own steps, context parsers & pipeline loaders. Call pipelines from your own code via the API.
| title | description | 
|---|---|
| custom module name resolution | How to reference custom modules in your pipelines. | 
| api | Easily extend pypyr with the simple Python API. Create your own steps and context argument parsers. Call pypyr programmatically from your own code. | 
| context parser | Create your own context parser to parse cli input arguments. | 
| custom pype loader | Create a custom pipeline loader to load pipelines from a different place. | 
| developer's guide for pypyr | Handy developer & coding tips for pypyr contributors. | 
| retry backoff | Create your own custom retry backoff algorithm. | 
| run pipeline api | Run pipeline programmatically from the API in your own code. | 
| step | Create your own custom step. |