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

https://github.com/stackbuilders/python-pipes-ql

Quito Lambda - Creating "pipes" in Python
https://github.com/stackbuilders/python-pipes-ql

Last synced: 3 months ago
JSON representation

Quito Lambda - Creating "pipes" in Python

Awesome Lists containing this project

README

          

# Quito Lambda - Creating "Pipes" in Python

## Requirements
- Python
- [asdf](https://asdf-vm.com/)
- [poetry](https://python-poetry.org/)

## Start

```
pip install poetry
poetry install
```

## Run tests for `pipes` library

```
poetry run python test_pipes.py
```

## Run our own `pipes` code

```
poetry run python my_pipes.py
```