WebHelpers2 icon indicating copy to clipboard operation
WebHelpers2 copied to clipboard

Results 8 WebHelpers2 issues
Sort by recently updated
recently updated
newest added

Hi, Is there any chance to release current master as 2.1 version on pip? Regards

``` diff --git a/Makefile b/Makefile index d55669e84fd0ce65d4f1da8a425de350400a5736..a71d01d2aca660f34e011db8df80c95cd036fbb9 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,3 @@ -python2: - python setup.py egg_info -RDb '' sdist bdist_wheel - python3: python3 setup.py egg_info...

Is there any reason to not maintain this library (other than not enough time in the day)? If not, would you like help? Looks like the library has just a...

My understanding is that literal strings should not be escaped at any point. However: `HTML.li(c=link_to('something', '#'))` yields `literal('<a href="#">something</a>')` in Python 3 (3.6 to be specific). The same input in...

New *py.test* reports the following deprecations: webhelpers2/html/tags.py:656: DeprecationWarning: invalid escape sequence \* webhelpers2/html/tags.py:679: DeprecationWarning: invalid escape sequence \* webhelpers2/html/tags.py:990: DeprecationWarning: invalid escape sequence \w webhelpers2/html/tags.py:442: DeprecationWarning: Using or importing the...

[Here](https://groups.google.com/g/pylons-discuss/c/z4CdlUlMebQ) you requested assistance migrating to pyproject.toml comments - I made no changes to the module itself. I'm not familiar enough with it. - I didn't package unfinished... I don't...