Skip to main content

App to visualize model objects as network graph

Project description

https://badge.fury.io/py/acdh_django_netvis.svg https://travis-ci.org/csae8092/acdh_django_netvis.svg?branch=master https://codecov.io/gh/csae8092/acdh_django_netvis/branch/master/graph/badge.svg

App to visualize model objects as network graph

Documentation

The full documentation is at https://acdh_django_netvis.readthedocs.io.

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")),
    ...
]

Features

  • TODO

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox

Credits

Tools used in rendering this package:

History

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-0.1.0.tar.gz (9.4 kB view hashes)

Uploaded Source

Built Distribution

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