App to visualize model objects as network graph
Project description
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
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 details)
Built Distribution
File details
Details for the file acdh_django_netvis-3.1.0.tar.gz
.
File metadata
- Download URL: acdh_django_netvis-3.1.0.tar.gz
- Upload date:
- Size: 12.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.4.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8a4e06ba9266051cd4285fde4ed80fc54a1d8e00b6a7668e70f551d5610b803c |
|
MD5 | 7a3bfc2cd6bb241427ab023188477a62 |
|
BLAKE2b-256 | ecd85e8a0674543a0940f20ce300228da170f4ad387450c223dfd5f8a933f754 |
File details
Details for the file acdh_django_netvis-3.1.0-py2.py3-none-any.whl
.
File metadata
- Download URL: acdh_django_netvis-3.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 14.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.4.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 72df239d8a5e007e366265412307bf50a51d1dfc36230a12d2a3a55c020c11a4 |
|
MD5 | 04caa7d218b26faf012af20e22f28791 |
|
BLAKE2b-256 | 06dfe454e0b6919853b69eb66f156f1d6acfe3ebbc883378fff8c67fcf9a30bd |