https://github.com/acdh-oeaw/acdh-django-netvis
App to visualize model objects as network graph
Science Score: 10.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
1 of 3 committers (33.3%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.1%) to scientific vocabulary
Keywords
acdh-django-packages
django
network-visualization
Last synced: 6 months ago
·
JSON representation
Repository
App to visualize model objects as network graph
Basic Info
- Host: GitHub
- Owner: acdh-oeaw
- License: mit
- Language: Python
- Default Branch: master
- Homepage: https://acdh-django-netvis.readthedocs.io/
- Size: 69.3 KB
Statistics
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 1
- Releases: 0
Archived
Topics
acdh-django-packages
django
network-visualization
Created over 6 years ago
· Last pushed over 4 years ago
Metadata Files
Readme
Changelog
Contributing
License
README.rst
=============================
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 /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
Owner
- Name: Austrian Centre for Digital Humanities & Cultural Heritage
- Login: acdh-oeaw
- Kind: organization
- Email: acdh@oeaw.ac.at
- Location: Vienna, Austria
- Website: https://www.oeaw.ac.at/acdh
- Repositories: 476
- Profile: https://github.com/acdh-oeaw
GitHub Events
Total
Last Year
Committers
Last synced: almost 3 years ago
All Time
- Total Commits: 32
- Total Committers: 3
- Avg Commits per committer: 10.667
- Development Distribution Score (DDS): 0.156
Top Committers
| Name | Commits | |
|---|---|---|
| csae8092 | p****r@o****t | 27 |
| csae8092 | p****r@g****m | 4 |
| stefanprobst | s****t@k****m | 1 |
Committer Domains (Top 20 + Academic)
kolabnow.com: 1
oeaw.ac.at: 1
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 2
- Total pull requests: 1
- Average time to close issues: about 1 year
- Average time to close pull requests: 3 days
- Total issue authors: 2
- Total pull request authors: 1
- Average comments per issue: 0.5
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- csae8092 (1)
- jayvdb (1)
Pull Request Authors
- stefanprobst (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- pypi 79 last-month
- Total dependent packages: 0
- Total dependent repositories: 9
- Total versions: 6
- Total maintainers: 1
pypi.org: acdh-django-netvis
App to visualize model objects as network graph
- Homepage: https://github.com/acdh-oeaw/acdh-django-netvis
- Documentation: https://acdh-django-netvis.readthedocs.io/
- License: MIT
-
Latest release: 3.1.0
published over 4 years ago
Rankings
Dependent repos count: 4.8%
Dependent packages count: 10.1%
Downloads: 19.2%
Average: 20.6%
Forks count: 29.8%
Stargazers count: 38.8%
Maintainers (1)
Last synced:
6 months ago
Dependencies
requirements.txt
pypi
- Django >=3.1
requirements_dev.txt
pypi
- bump2version ==1.0.1 development
- sphinx ==4.0.2 development
requirements_test.txt
pypi
- codecov >=2.0.0 test
- coverage >=5 test
- flake8 >=2.1.0 test
- mock >=1.0.1 test
- tox >=1.7.0 test
setup.py
pypi
- Django >=3.1