Piper is a coding agent for data teams.
Project description
Piper CLI
Coding agents for data engineers - write code, manage databases, connect to Airflow and more.
Install
Requirements: macOS or Linux, Python 3.12, ripgrep:
brew install ripgrep # macOS
sudo apt install ripgrep # Ubuntu / Debian
You need a Solo plan subscription at data-engineer.ai.
pip install piper-cli
Setup
Set at least one LLM API key:
export ANTHROPIC_API_KEY="sk-ant-..."
export OPENAI_API_KEY="sk-proj-..."
export GEMINI_API_KEY="...
Then run:
piper
Configuration
Piper stores config in ~/.piper/:
~/.piper/
├── charts/ # Generated charts and visualizations
├── mcp/
│ └── servers.json # MCP server configurations
├── plans/ # Saved execution plans
├── projects/ # Project-specific context
├── skills/ # User-defined reusable skills
├── .env # Environment variables (API keys, credentials)
├── chats.db # Conversation history (SQLite)
├── config.json # User preferences (model)
├── credentials.json # Auth credentials (managed by CLI)
└── databases.yaml # Database connections (Jinja2 templated)
Commands
/help /model /database /mcp /chats /subagents /tokens /upgrade /clear /logout /exit
Links
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file piper_cli-0.0.5-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_35_x86_64.whl.
File metadata
- Download URL: piper_cli-0.0.5-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_35_x86_64.whl
- Upload date:
- Size: 18.4 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.35+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
96e8824b9ef265395fbdaee7b6a79a0a6368bb7f094ce19382dd9e6e879be321
|
|
| MD5 |
10d055ab84fa8bec664180d23783134e
|
|
| BLAKE2b-256 |
9fbc460fcdd0ff1b55295d205cb51aa79a6bce59e4110ee8ceaa7f9e1d394109
|
File details
Details for the file piper_cli-0.0.5-cp312-cp312-macosx_10_13_universal2.whl.
File metadata
- Download URL: piper_cli-0.0.5-cp312-cp312-macosx_10_13_universal2.whl
- Upload date:
- Size: 8.9 MB
- Tags: CPython 3.12, macOS 10.13+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b964890ede97338d19ad411fbf7179314e24c536f26f526843d25c983ec17dcf
|
|
| MD5 |
5d816dd14f73329cc53d2ee5aff82a49
|
|
| BLAKE2b-256 |
aa0100a507ca65488955937fbb0e37910cfe694734db896c9e3fc6150b6d23c9
|