Skip to main content

A silly service for serving gauges to browsers

Project description

gaugesrv

A simple gauge web service/visualization using gauge.js.

Currently under development. The way to get this demo installed and running may be done using the following commands:

$ git clone https://github.com/metatoaster/gaugesrv.git
$ cd gaugesrv
$ pip install -e .[dev,webpack,scss]
$ calmjs npm --install -i -D gaugesrv[dev,webpack,scss]
$ python setup.py build
$ gaugesrv-demo

Connect a web browser to http://localhost:8000 to view the demo once everything is successfully installed.

For running the tests for of both Python and JavaScript code shipped with this project, run the following (provided that the dev extras were installed, which the above instructions will do so.:

$ python -m unittest gaugesrv.tests.make_suite
$ calmjs karma webpack -w gaugesrv

RequireJS may be used, however the default app is not set up to include the RequireJS boilerplates needed for the system to work, but if the rjs extras is also specified in the relevant install commands, the dependencies will be pulled and the calmjs rjs command may be used to generate the artifacts.

0.0.0 (Unreleased)

  • Initial release.

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

gaugesrv-0.0.1-py2.py3-none-any.whl (131.5 kB view hashes)

Uploaded Python 2 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