Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pwwang/pyppl_context
- Owner: pwwang
- License: mit
- Created: 2020-01-04T00:23:31.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-06T05:18:56.000Z (over 4 years ago)
- Last Synced: 2024-12-10T04:27:13.278Z (24 days ago)
- Language: Python
- Size: 18.6 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 pXXXpYYY.depends = pXXX
pYYY.config.context_callfront = lambda p: setattr(p.args, 'argument', pXXX.channel.get(0))
# pYYY.config.context_callback = ...
```