Skip to main content

A fully Open Source dependency dashboard.

Project description

A fully Open Source dependency dashboard.

Tests

Linux Test Status macOS Test Status

PyPI

PyPI - Package Version PyPI - Supported Python Versions PyPI - Supported Implementations PyPI - Wheel

Activity

GitHub last commit GitHub commits since tagged version Maintenance PyPI - Downloads

QA

CodeFactor Grade Flake8 Status mypy status

Other

License GitHub top language Requirements Status

Installation

dependency-dash can be installed from PyPI.

To install with pip:

$ python -m pip install dependency-dash

Usage

Before starting you’ll need to create a personal access token. The token doesn’t need access to any additional scopes.

Then set the GITHUB_TOKEN environment variable to the token. dependency-dash supports .env files is you wish to place the token in there instead.

You’ll also need to set the DD_ROOT_URL to the root URL of the web server, including the scheme. This defaults to http://localhost:5000.

Then run the app using a WSGI server such as Gunicorn:

$ gunicorn dependency_dash:app -w 4 -b 127.0.0.1

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

dependency_dash-0.1.0b1.tar.gz (1.1 MB view hashes)

Uploaded Source

Built Distribution

dependency_dash-0.1.0b1-py3-none-any.whl (1.6 MB 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