Parm

Latest version: v1.11

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

Scan your dependencies

Page 4 of 6

0.9.8

---------

* Add `filename` parameter to Visitor Class.
* Fix tag process `class` bug

0.9.7

---------

* Change `tag_class` process. If the tag class value starts with `+` then
it'll combine the default class value. If not, tag class value will replace
the default class value. For example:

<code>
class=linenums
print 'hello, world'

</code>

will make pre class value `linenums`, but if you pass `tag_class = {'pre':'prettify'}`
to parseHtml() function, it'll overwrite the `linenums`, the result will be:


<pre class="prettify">


But if you pass `tag_class = {'pre':'+prettify'}`, the result will be:


<pre class="prettify linenums">

0.9.6

---------

* Fix symbol parsing bug. <code>**abc**.</code> will now `<strong>abc</strong>.`

0.9.5

---------

* Add semantic support

0.9.4

---------

* Fix list parsing bug

0.9.3

---------

* Fix table parsing bug

Page 4 of 6

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.