New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

acdh-django-netvis

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

acdh-django-netvis

App to visualize model objects as network graph

  • 3.1.0
  • PyPI
  • Socket score

Maintainers
1

============================= acdh-django-netvis

.. image:: https://github.com/acdh-oeaw/acdh-django-netvis/actions/workflows/test.yml/badge.svg :target: https://github.com/acdh-oeaw/acdh-django-netvis/actions/workflows/test.yml

.. image:: https://github.com/acdh-oeaw/acdh-django-netvis/actions/workflows/build.yml/badge.svg :target: https://github.com/acdh-oeaw/acdh-django-netvis/actions/workflows/build.yml

.. image:: https://badge.fury.io/py/acdh-django-netvis.svg :target: https://badge.fury.io/py/acdh-django-netvis

.. image:: https://codecov.io/gh/acdh-oeaw/acdh-django-netvis/branch/master/graph/badge.svg?token=WP3PFBLX6V :target: https://codecov.io/gh/acdh-oeaw/acdh-django-netvis

.. image:: https://readthedocs.org/projects/acdh-django-netvis/badge/?version=latest :target: https://acdh-django-netvis.readthedocs.io/en/latest/?badge=latest :alt: 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:

.. code-block:: python

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

Add acdh-django-netvis's URL patterns:

.. code-block:: python

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:

  • Cookiecutter_
  • cookiecutter-djangopackage_

.. _Cookiecutter: https://github.com/audreyr/cookiecutter .. _cookiecutter-djangopackage: https://github.com/pydanny/cookiecutter-djangopackage

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.

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc