Skip to main content

App to visualize model objects as network graph

Project description

https://github.com/acdh-oeaw/acdh-django-netvis/actions/workflows/test.yml/badge.svg https://github.com/acdh-oeaw/acdh-django-netvis/actions/workflows/build.yml/badge.svg https://badge.fury.io/py/acdh-django-netvis.svg https://codecov.io/gh/acdh-oeaw/acdh-django-netvis/branch/master/graph/badge.svg?token=WP3PFBLX6V Documentation Status

App to visualize model objects as network graph

Quickstart

Install acdh-django-netvis:

pip install acdh_django_netvis

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'netvis',
    ...
)

Add acdh-django-netvis’s URL patterns:

urlpatterns = [
    ...
    url(r'^netvis/', include('netvis.urls', namespace="netvis")),
    ...
]

Documentation

https://acdh-django-netvis.readthedocs.io.

Features

  • TODO

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ python manage.py test

Credits

Tools used in rendering this package:

History

2.0.0 (2021-01-29)

  • use load static instead of load staticfiles.

1.0.0 (2020-05-03)

  • netvis-JS library does not load latest version any more.

0.1.1 (2019-11-18)

  • Included a legend.

0.1.0 (2019-11-12)

  • First release on PyPI.

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

acdh_django_netvis-3.1.0.tar.gz (12.7 kB view hashes)

Uploaded Source

Built Distribution

acdh_django_netvis-3.1.0-py2.py3-none-any.whl (14.6 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