Skip to main content

A Simple and Scalable Logging Utility With a Beautiful Visualization Dashboard

Project description

Examples

python train_lstm.py | alice --path $USER/$JOB_ID

now on https://alice.io/username/job_id, you will be able to see the console at real time.

Installation

I am currently waiting for the pypi package name alice.

pip install alice

before then, you can install directly from this git repo

pip install git+https://github.com/geyang/alice.git

Configurations

There are a few ways to configure alice. Through command line:

usage: alice [-h] [--path PATH] [-q] [-i IP] [--port PORT] [-d DELAY]
             [-u USERNAME] [--token TOKEN]

optional arguments:
  -h, --help            show this help message and exit
  --path                specify the path to log to on the server
  -q, --quiet           disable stdin pass-through
  -i, --ip              host
  --port                server port
  -d, --delay           delay before starting to send data
  -u, --username        username for the server
  --token               access_token

Through environment variables, you can add the following to your ~/.profile.

export ALICE_USERNAME=""
export ALICE_TOKEN=""
export ALICE_HOST=localhost
export ALICE_PORT=l337

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

alice-0.0.1-py3-none-any.whl (4.3 kB view hashes)

Uploaded Python 3

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