Easily define your own software project idea and then build entirely by just clicking a button.
Project description
JRI (i.e. Just Ralph It, a.k.a. Ralfealo)
Getting started
Prerequisites
- uv
- Python 3.13 or newer
Installation
uv tool install just-ralph-it
Authentication
You can authenticate with an API key or reuse an existing ChatGPT Codex subscription.
To use an API key:
# Use OpenAI
export JRI_LLM_API_KEY=...
# Or use any OpenAI-compatible provider
export JRI_LLM_PROVIDER=https://provider.example/v1
export JRI_LLM_API_KEY=...
You can also use a .env file or CLI arguments.
To use a ChatGPT subscription, configure Codex to store credentials in a file:
# ~/.codex/config.toml
cli_auth_credentials_store = "file"
Then run:
# Log in with ChatGPT
codex login
# Configure JRI to reuse the Codex login
export JRI_LLM_PROVIDER=openai-codex
Usage
# Create a new directory for your project
# or just move to an existing one
mkdir /path/to/your-project
cd /path/to/your-project
# Run the TUI
# This will ask for the necessary environment variables
# Once that's ready, it will also set the .jri/ directory up
jri
# See all available options
jri --help
# Visualize the notes graph
jri view
Uninstalling
# Uninstall JRI and its dependencies
uv tool uninstall just-ralph-it
# Remove JRI from a repo
cd /path/to/your-project/.jri
rm -fr .jri/
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 Distribution
Built Distribution
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 just_ralph_it-0.1.0.tar.gz.
File metadata
- Download URL: just_ralph_it-0.1.0.tar.gz
- Upload date:
- Size: 25.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.28 {"installer":{"name":"uv","version":"0.11.28","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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
776a553deaf6ba9b5eec642865dff7615858a769aa77b6578c12899f0ebf3bd6
|
|
| MD5 |
03a70f76c580759de97aa50dc6b01e0a
|
|
| BLAKE2b-256 |
d6ae8be18add48e2d7b5fb7b0c7cb65b55eb24a0b557beb629750c1cb03ef408
|
File details
Details for the file just_ralph_it-0.1.0-py3-none-any.whl.
File metadata
- Download URL: just_ralph_it-0.1.0-py3-none-any.whl
- Upload date:
- Size: 36.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.28 {"installer":{"name":"uv","version":"0.11.28","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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
42932a58baf654a8f4049d9e8473890c2f3c6edebd5113a8bb2b7e072e9b43b6
|
|
| MD5 |
bd54b23f6a4bdafaa46847c158f874c9
|
|
| BLAKE2b-256 |
cb0908a4f9189fca0138aa73d19567227a45b40d3439fbec979e5dbf97338868
|