A command line tool for quick concept lookups
Project description
LiteLookup 🔎
LiteLookup is a command-line tool developed in Python that fetches beginner-level information about any concept directly from the command line. This tool is designed for users who want quick, concise, and accessible explanations without leaving their terminal.
Features
- Command-Line Interface (CLI): Uses
argparse
to handle user inputs. - Error Handling: Validates user input to ensure meaningful queries. Catches special characters and raises appropriate errors.
- API Integration: Utilizes the Groq LLM API to generate concise explanations of the concepts provided.
- Caching: Implements Redis for persistent caching of API responses, reducing unnecessary API calls and improving response times.
- Interactive Shell Session: Launches an intractive shell for faster, continuous lookups after the initial connection establishment. This mode is ideal for making multiple queries in a single session without the overhead of reconnecting for each request.
- Verbose Mode: Use the
-v
flag for more detailed explanations, including examples or code snippets when applicable. - HTTP/2 Support: Uses
httpx
with connection pooling and HTTP/2 for efficient API communication. - Expandable: Designed to be easily extended with new features and enhancements.
Installation
Prerequisites
- Python 3.10 or higher
- Redis server installed and running
- Groq LLM API access — You will need to store a valid Groq API Key as a secret. You can generate one for free here.
Setup
-
Install LiteLookup via pip:
pip install litelookup
-
Configure the environment variables:
Export the API Key from Groq like so:
export GROQ_API_KEY=your_api_key_here
-
Ensure Redis is running:
redis-cli ping
You should get
PONG
which indicates redis is up and running.
Usage
Basic Usage
To fetch information about a concept, use the following command:
lookup "concept"
For example, lookup "git rebase"
Verbose Mode
For a more detailed response, including examples or code snippets:
`lookup "git rebase" -v'
Interactive Shell Mode
Enter the interactive mode for continuous lookups without reconnecting:
lookup -i
If you wish to generate verbose responses while in the interactive mode, use
lookup -i -v
orlookup -iv
The responses you get with this will be slightly detailed without overwhelming you.
To exit the interactive mode, type:
quit
orq
Contributing
If you'd like to contribute to LiteLookup, please fork the repository and submit a pull request. For any issues or suggestions, feel free to open an issue on the GitHub repository.
Contact
For any questions or support, please contact Abdulmumin at [lanreywaju97@gmail.com]
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
File details
Details for the file litelookup-0.1.6.tar.gz
.
File metadata
- Download URL: litelookup-0.1.6.tar.gz
- Upload date:
- Size: 7.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b5bc00d43a056c9bc1b5471fae0581b5a6a8d6eb9186ec3a0286e1ce5468e155 |
|
MD5 | 91a0c3507dccbd92d89e411d1a57502c |
|
BLAKE2b-256 | 18aa9e65e463ca8f229c9b4a00e24d9cd0a20b0106b5adc556bf16ac48d22fd0 |
File details
Details for the file litelookup-0.1.6-py3-none-any.whl
.
File metadata
- Download URL: litelookup-0.1.6-py3-none-any.whl
- Upload date:
- Size: 8.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2a6cd32f995c0682358daf1745571676c98836d810dd0a594e31a02fac7bfce6 |
|
MD5 | 0ca24838608ccdfdbe020e2e4e2ea392 |
|
BLAKE2b-256 | 9a2f5a5d2932dd5ebc79825b4f0e86fcad2d26aff6a4dcb4ea586b6bfab98255 |