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
2
2
3
3
on :
4
4
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 " />
2
2
3
3
[ ![ PyPI] ( https://img.shields.io/pypi/v/django-mermaid.svg )] ( https://pypi.org/project/django-mermaid/ )
4
4
[ ![ Python] ( https://img.shields.io/pypi/pyversions/django-mermaid.svg?logoColor=white )] ( https://pypi.org/project/django-mermaid/ )
5
5
[ ![ 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 )
9
8
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
11
13
12
14
``` shell
13
15
python -m pip install django-mermaid
@@ -86,4 +88,4 @@ don't forget to add tests for your changes.
86
88
87
89
## License
88
90
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 6
6
description = Django template tag for rendering mermaid diagrams.
7
7
long_description = file: README.md
8
8
long_description_content_type = text/markdown
9
- url = https://github.com/ArtyomVancyan /django-mermaid
9
+ url = https://github.com/pysnippet /django-mermaid
10
10
keywords =
11
11
python
12
12
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