Skip to main content

Installer for the LioranDB Windows portable server ZIP.

Project description

liorandb-server-windows

This package installs the LioranDB Windows portable ZIP and (optionally) adds the install folder to your PATH.

Install

pip install liorandb-server-windows

One-command setup (recommended)

Installs into C:\LioranDB-Server, adds it to User PATH, and tells you what to run next:

liorandb-server-windows

Open a new terminal, then run:

ldb-serve

Add to PATH manually (PowerShell)

Avoids adding duplicates:

$dir = 'C:\LioranDB-Server'
$p = [Environment]::GetEnvironmentVariable('Path', 'User')
if (-not ($p -split ';' | Where-Object { $_.TrimEnd('\') -ieq $dir.TrimEnd('\') })) {
  [Environment]::SetEnvironmentVariable('Path', ($p + ';' + $dir), 'User')
}

Or via this package:

liorandb-server-windows add-to-path --target C:\LioranDB-Server

Open a new terminal afterwards.

CLI help

liorandb-server-windows --help
liorandb-server-windows install --help

To auto-add to PATH instead of printing a command:

liorandb-server-windows install --path-scope user

To only print a command (no PATH changes):

liorandb-server-windows install --path-scope none

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

liorandb_server_windows-0.1.0.tar.gz (5.4 kB view details)

Uploaded Source

Built Distribution

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

liorandb_server_windows-0.1.0-py3-none-any.whl (6.3 kB view details)

Uploaded Python 3

File details

Details for the file liorandb_server_windows-0.1.0.tar.gz.

File metadata

  • Download URL: liorandb_server_windows-0.1.0.tar.gz
  • Upload date:
  • Size: 5.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.3

File hashes

Hashes for liorandb_server_windows-0.1.0.tar.gz
Algorithm Hash digest
SHA256 987d46893ed45d69048746eb8bc0adfcd141295d9e892b85092c630f98837921
MD5 79ba15f3a6b927eadd4026987181c63a
BLAKE2b-256 5eb5422db56619ac3d5e07aeea94a1cf3d2fab13330aa6b7c23e4929d30e48a5

See more details on using hashes here.

File details

Details for the file liorandb_server_windows-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for liorandb_server_windows-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 c39d20621c2cb68eeb67c9affb561a583e36f87afd65d731e390acb9abd6ee75
MD5 3001961f5d7ad8ae37223a272c87ae1a
BLAKE2b-256 7d4459bcfaa60b9181e00fb8d670689f0abffa696bd8a7543c98456725bf5018

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