File tree Expand file tree Collapse file tree 4 files changed +11
-9
lines changed Expand file tree Collapse file tree 4 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 1- name : Tests
1+ name : tests
22
33on :
44 push :
Original file line number Diff line number Diff line change 1- # Django Mermaid
1+ # Django Mermaid < img src = " https://github.com/pysnippet.png " align = " right " height = " 64 " />
22
33[ ![ PyPI] ( https://img.shields.io/pypi/v/django-mermaid.svg )] ( https://pypi.org/project/django-mermaid/ )
44[ ![ Python] ( https://img.shields.io/pypi/pyversions/django-mermaid.svg?logoColor=white )] ( https://pypi.org/project/django-mermaid/ )
55[ ![ Django] ( https://img.shields.io/badge/django-1.11%20|%202.0%20|%203.0%20|%204.0%20|%204.2-0C4B33 )] ( https://pypi.org/project/django-mermaid/ )
6- [ ![ License] ( https://img.shields.io/pypi/l/django-mermaid.svg )] ( https://github.com/ArtyomVancyan/django-mermaid/blob/master/LICENSE )
7- [ ![ PRs Welcome] ( https://img.shields.io/badge/PRs-welcome-brightgreen.svg )] ( https://makeapullrequest.com )
8- [ ![ Tests] ( https://github.com/ArtyomVancyan/django-mermaid/actions/workflows/tests.yml/badge.svg )] ( https://github.com/ArtyomVancyan/django-mermaid/actions/workflows/tests.yml )
6+ [ ![ License] ( https://img.shields.io/pypi/l/django-mermaid.svg )] ( https://github.com/pysnippet/django-mermaid/blob/master/LICENSE )
7+ [ ![ Tests] ( https://github.com/pysnippet/django-mermaid/actions/workflows/tests.yml/badge.svg )] ( https://github.com/pysnippet/django-mermaid/actions/workflows/tests.yml )
98
10- ## Install
9+ Mermaid is a JavaScript-based diagramming and charting tool that renders Markdown-inspired text definitions to create
10+ and modify diagrams dynamically. And Django Mermaid aims to use mermaid diagrams in Django templates.
11+
12+ ## Installation
1113
1214``` shell
1315python -m pip install django-mermaid
@@ -86,4 +88,4 @@ don't forget to add tests for your changes.
8688
8789## License
8890
89- Copyright (C) 2023 Artyom Vancyan. [ MIT] ( https://github.com/ArtyomVancyan /django-mermaid/blob/master/LICENSE )
91+ Copyright (C) 2023 Artyom Vancyan. [ MIT] ( https://github.com/pysnippet /django-mermaid/blob/master/LICENSE )
Original file line number Diff line number Diff line change 66description = Django template tag for rendering mermaid diagrams.
77long_description = file: README.md
88long_description_content_type = text/markdown
9- url = https://github.com/ArtyomVancyan /django-mermaid
9+ url = https://github.com/pysnippet /django-mermaid
1010keywords =
1111 python
1212 django
Original file line number Diff line number Diff line change 1- __version__ = "0.0.5 "
1+ __version__ = "0.0.6 "
You can’t perform that action at this time.
0 commit comments