Skip to main content

CLI for bootstrapping Python data projects with UV, mise, and papermill

Project description

aftr

    ___    ________________
   /   |  / ____/_  __/ __ \
  / /| | / /_    / / / /_/ /
 / ___ |/ __/   / / / _, _/
/_/  |_/_/     /_/ /_/ |_|

===============================
  A I   f o r   T h e   R e s t
===============================

aftr (AI for The Rest) is a CLI tool for bootstrapping Python data science projects with modern best practices. It combines UV for blazing-fast package management, mise for reproducible tool versions, and papermill for notebook automation.

✨ Features

  • 🚀 Fast Setup: Initialize production-ready data projects in seconds
  • 📋 Custom Templates: Create and share project templates with custom dependencies and files
  • 🔧 Environment Configuration: Interactive setup for AI coding assistants (Claude Code, Codex, Gemini)
  • 🔑 SSH Key Management: Generate and configure GitHub SSH keys
  • 📊 Data Science Ready: Pre-configured with DuckDB, Polars, Jupyter, and papermill
  • 🎯 Opinionated Structure: Clean project layout with data/, notebooks/, src/, and outputs/
  • 🔄 Reproducible Environments: mise.toml ensures consistent tool versions across machines

Installation

# Install globally with UV
uv tool install aftr

# Or run directly with uvx
uvx aftr init my-project

Usage

Interactive Mode

Simply run aftr to access the interactive menu:

aftr

Choose from:

  • New Project - Create a scaffolded data science project
  • Environment Setup - Configure AI CLI tools and SSH keys
  • Help - View usage information

Create a New Project

# Interactive prompt for project name
aftr

# Direct project creation
aftr init my-data-project

# Use a specific template
aftr init my-data-project --template garda

# Create in current directory
aftr init my-data-project --path .

Generated project structure:

my-data-project/
├── pyproject.toml          # UV project config with DuckDB, Polars, Jupyter, papermill
├── .mise.toml              # Tool versions (Python, UV)
├── .mcp.json               # MCP server config (Playwright)
├── CLAUDE.md               # AI assistant guidance
├── notebooks/
│   └── example.ipynb       # Sample notebook with papermill parameter tags
├── src/
│   └── my_data_project/    # Python source code (hyphenated names → underscores)
├── data/                   # Input data (gitignored)
└── outputs/                # Results and artifacts (gitignored)

Project Templates

Templates let you customize project scaffolding with different dependencies, files, and configurations. Perfect for team standards or internal packages.

Managing Templates

# List available templates
aftr config list

# Show template details
aftr config show default

# Export default template as a starting point
aftr config export-default -o my-template.toml

# Register a template from a URL
aftr config add https://git.internal.com/templates/garda-py.toml

# Update a template from its source URL
aftr config update garda

# Remove a registered template
aftr config remove garda

Template Format (TOML)

Templates use TOML format with {{project_name}} and {{module_name}} placeholders:

[template]
name = "My Team Template"
description = "Internal data science template"
version = "1.0.0"

[project]
requires-python = ">=3.11"

[project.dependencies]
polars = ">=1.0.0"
internal-utils = ">=0.5.0"  # Internal packages work too

[project.optional-dependencies]
dev = ["pytest>=8.0.0", "ruff>=0.1.0"]

[mise]
uv = "latest"

[directories]
include = ["config", "scripts"]  # Extra directories beyond defaults

[notebook]
include_example = true
imports = ["duckdb", "polars as pl", "internal_utils"]

[files."CLAUDE.md"]
content = '''
# CLAUDE.md
Custom guidance for {{project_name}}...
'''

[files."config/settings.toml"]
content = '''
[database]
host = "internal.db.com"
'''

Template Storage

Templates are stored in platform-specific config directories:

  • Linux/macOS: ~/.config/aftr/templates/
  • Windows: %LOCALAPPDATA%\aftr\templates\

Environment Setup

Configure your development environment after installation:

# Interactive configuration
aftr setup

# Non-interactive mode (defaults: Claude Code only, skip SSH)
aftr setup --non-interactive

Setup mode features:

  • AI CLI Selection: Install coding assistants via bun (Claude Code, Codex, Gemini)
  • SSH Key Generation: Create ed25519 keys for GitHub authentication
  • Key Display: View and copy existing SSH keys for GitHub setup

Perfect for running after environment bootstrap scripts to complete your dev setup!

Why aftr?

Modern data science projects need more than just a requirements.txt. aftr provides:

  1. UV Package Management: 10-100x faster than pip, with built-in virtual environment handling
  2. mise Tool Versioning: Pin Python and UV versions in .mise.toml for team consistency
  3. Papermill Integration: Notebooks with parameter tags for automated execution
  4. AI-Ready Environment: One command to install coding assistants like Claude Code
  5. Clean Conventions: Opinionated structure that just works™

Development

cd packages/cli
uv sync
uv run pytest tests/ -v
uv run aftr --help

License

MIT

Links

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aftr-0.6.0.tar.gz (25.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

aftr-0.6.0-py3-none-any.whl (20.2 kB view details)

Uploaded Python 3

File details

Details for the file aftr-0.6.0.tar.gz.

File metadata

  • Download URL: aftr-0.6.0.tar.gz
  • Upload date:
  • Size: 25.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.26 {"installer":{"name":"uv","version":"0.9.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for aftr-0.6.0.tar.gz
Algorithm Hash digest
SHA256 6bad34e730802e63a7088973bdd57236f5ed8becfb1141e6ae6ff3d6073a298f
MD5 73f41c55d414c0f45bfe32a6433d222d
BLAKE2b-256 d4065a0a6b05971df3b6a1cef41c7587e943e04de8c3a71e4b26411dc7fce4d1

See more details on using hashes here.

File details

Details for the file aftr-0.6.0-py3-none-any.whl.

File metadata

  • Download URL: aftr-0.6.0-py3-none-any.whl
  • Upload date:
  • Size: 20.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.26 {"installer":{"name":"uv","version":"0.9.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for aftr-0.6.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d9d0144f86a8de23877500d78572d8cb3ef922b40c3bc8e586de4fda86b490f6
MD5 892782664007a46819f61b8fa8644865
BLAKE2b-256 e8b15b6270574c2464a5d30872839c585195cd26468aa4864995f2d4a9975b71

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page