Skip to main content

Network Grapher

Project description

NetView is a simple Django app.

Detailed documentation is in…

Quick start

  1. Clone Repository:

    https://github.com/danielgiampaolo/CIS4930_Python.git
  2. Update PIP:

    python3 -m pip install --upgrade pip
  3. Configure Virtual Environment (modify at will):

    python3 -m venv netview_env
    source netview_env/bin/activate (activate virtual env)
    pip install Django==3.0.7
    cd src
    python manage.py migrate
  4. Install Dependencies (taken care off with pip install NetView):

    pip install matplotlib
    pip install networkx
  5. Run Server (from within ./src/):

    python manage.py runserver
    http://127.0.0.1:8000/ (default)

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

NetView-0.99.tar.gz (9.3 kB view hashes)

Uploaded Source

Built Distribution

NetView-0.99-py3-none-any.whl (12.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