Skip to main content

Command Line Interface to Speakeasy

Project description

Bootlegger is the command line interface for speakeasy, the paranoid file storage solution.

Installation:

pip install bootlegger

or clone the repo and run

python setup.py install

Configuration:

Create a folder in your home directory called .bootlegger. In this folder, generate private and public RSA keys called user_private.pem and user_public.pem, respectively. This can be accomplished using openssl.

cd ~/.bootlegger openssl -genrsa -out user_private.pem 2048 # add -des3 if you want a passphrase openssl rsa -pubout -in user_private.pem -out user_public.pem

Create a file in the .bootlegger folder called bootlegger.conf. Add the following information

[speakeasy] host = www.example.com username = testuser

Replace the values with your desired host and username.

Usage:

To add your public key to the server, run

bl addkey

To upload a file, run

bl upload file.txt

To list all files on the server, run

bl list

To download a file run

bl download file.txt

To get detailed information about a file, run

bl info file.txt

To share a file with another user, run

bl share otheruser file.txt

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

bootlegger-0.4.0.tar.gz (3.3 kB view details)

Uploaded Source

File details

Details for the file bootlegger-0.4.0.tar.gz.

File metadata

  • Download URL: bootlegger-0.4.0.tar.gz
  • Upload date:
  • Size: 3.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for bootlegger-0.4.0.tar.gz
Algorithm Hash digest
SHA256 0abbeb87db74f4314dd3943978f73936f370763bed04e1209d7e6a5787f78bea
MD5 b183fa675cc8364c4b9acab7a9cf5bc8
BLAKE2b-256 880345dfe5fdeb7fa880f10e4895a14e71b41236986ee7bf7dfd852c30a6c1a6

See more details on using hashes here.

Provenance

Supported by

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