Skip to main content

REST API for ZeroSeg Improved library.

Project description

ZeroSeg API

REST API for ZeroSeg Improved library. This API can be hosted on your Raspberry Pi device for remote displaying information on LCD display purpose.

Running

You probably don't need run it with extra options like HTTPS when you use it in your home network. Of course if you want to deploy this API to be accesible outside your home you always should enable TLS for example with NGINX reverse proxy + uWSGI or Gunicorn.

In this example you can see simplest way to run production server.

  • Install packages from PyPI.
$ pip3 install --user ZeroSeg_API gunicorn
  • Start server with Gunicorn CLI.
$ gunicorn ZeroSeg_API:app --log-file - --bind <LOCAL_IP>

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

ZeroSeg-API-0.3.tar.gz (3.4 kB view hashes)

Uploaded Source

Built Distribution

ZeroSeg_API-0.3-py3-none-any.whl (4.1 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