Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pwwang/pyppl_context

Upstream and downstream process reference for PyPPL
https://github.com/pwwang/pyppl_context

Last synced: 14 days ago
JSON representation

Upstream and downstream process reference for PyPPL

Awesome Lists containing this project

README

        

# pyppl_context

Upstream and downstream process reference for PyPPL

## Installation
```shell
pip install pyppl_context
```

## Usage
```python
pXXX = Proc(...)
# ... other configurations for pXXX

pYYY.depends = pXXX
pYYY.config.context_callfront = lambda p: setattr(p.args, 'argument', pXXX.channel.get(0))
# pYYY.config.context_callback = ...
```