Skip to main content

A web-based viewer for Firefly databases

Project description

Firefly Database Viewer

A web-based viewer for Firefly databases with support for strings, lists, and hash tables.

Features

  • View all Firefly database keys and their values
  • Support for different data types (string, list, hash)
  • Modern, responsive UI with dark mode support
  • Real-time data refresh
  • Color-coded data type indicators

Installation

From Source

  1. Clone the repository and navigate to the project directory

  2. Create a virtual environment (recommended):

python -m venv .venv
source .venv/bin/activate  # On Windows: .venv\Scripts\activate
  1. Install the package in development mode:
pip install -e .

Using pip (when published)

pip install firefly-viewer

Configuration

Create a .env file in your working directory with your Firefly connection details:

FIREFLY_HOST=localhost
FIREFLY_PORT=6379
FIREFLY_PASSWORD=your_password
FIREFLY_DEBUG=false

Usage

Command Line Interface

Start the viewer using the command-line interface:

firefly-viewer

Options:

  • --host: Host to bind to (default: 0.0.0.0)
  • --port: Port to bind to (default: 5000)
  • --debug/--no-debug: Enable/disable debug mode

Example:

firefly-viewer --host 127.0.0.1 --port 8000 --debug

Web Interface

  1. Open your web browser and navigate to the URL shown in the console (default: http://localhost:5000)
  2. Use the "Refresh Data" button to update the view with the latest database contents
  3. Toggle between light and dark themes using the theme button

Requirements

  • Python 3.7+
  • Firefly database server
  • Modern web browser

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

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

firefly_viewer-1.0.2-py3-none-any.whl (11.5 kB view details)

Uploaded Python 3

File details

Details for the file firefly_viewer-1.0.2-py3-none-any.whl.

File metadata

  • Download URL: firefly_viewer-1.0.2-py3-none-any.whl
  • Upload date:
  • Size: 11.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for firefly_viewer-1.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 0dd69a583fe8de7297fff65318684b4802aeb46178876c03074302168c0db16b
MD5 0f9ac752c69564bd5ff99e05d170a2f0
BLAKE2b-256 91aa2bcd9d579acb252805808fc98388c9408070eb0a0ac8e0d486b6dec74910

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