Zen-dash

Latest version: v0.6.26

Safety actively analyzes 627821 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.6.15

Added Custom URL Support

0.6.12

fixing bug regarding reactivity in sidebar

0.5.12

- added dockerfile for local build
- speed up json form server select
- adding little more space after submit button in json form
- Button redirect now possible

0.5.6

allow refresh and rate from server as well

0.5.4

0.4.22

Added pythonic way creating html code

from zen_dash import tag as t

NEWMETHOD = t.CENTER(childern=[
t.H1(childern=[
'Welcome to ',
t.U(
style={'color': 'red'},
childern=t.A(childern='Zen Dash', other_attributes={'href': 'https://github.com/Zen-Reportz/zen_dash'}))
]
)
])

will generate when you compile

<center >
<h1>Welcome to
<u style=" color:red;" >
<a href="https://github.com/Zen-Reportz/zen_dash" >Zen Dash</a>
</u>
</h1>
</center>

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.