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
- Host: GitHub
- URL: https://github.com/stackbuilders/python-pipes-ql
- Owner: stackbuilders
- Created: 2022-03-28T16:59:41.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-28T17:11:58.000Z (almost 4 years ago)
- Last Synced: 2025-01-23T04:32:38.714Z (about 1 year ago)
- Language: Python
- Size: 10.7 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```