File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 2828OTHER DEALINGS IN THE SOFTWARE.
2929"""
3030
31- __version__ = '6.0.20230212 '
31+ __version__ = '6.0.20230219 '
3232__license__ = __doc__
3333__project_url__ = 'http://winpython.github.io/'
Original file line number Diff line number Diff line change @@ -3442,3 +3442,21 @@ description = Python bindings for the Y-CRDT built from yrs (Rust)
34423442[jupyter-ydoc]
34433443description = Document structures for collaborative editing using Ypy
34443444
3445+ [fqdn]
3446+ description = Validates fully-qualified domain names against RFC 1123, so that they are acceptable to modern bowsers
3447+
3448+ [isoduration]
3449+ description = Operations with ISO 8601 durations
3450+
3451+ [rfc3339-validator]
3452+ description = A pure python RFC3339 validator
3453+
3454+ [rfc3986-validator]
3455+ description = Pure python rfc3986 validator
3456+
3457+ [uri-template]
3458+ description = RFC 6570 URI Template Processor
3459+
3460+ [webcolors]
3461+ description = A library for working with color names and color values formats defined by HTML and CSS.
3462+
You can’t perform that action at this time.
0 commit comments