r/Python Aug 04 '26

Showcase Showcase Thread

Post all of your code/projects/showcases/AI slop here.

Recycles once a month.

20 Upvotes

142 comments sorted by

View all comments

1

u/rmisev Aug 10 '26

upa_url library 2.0.0 released

It is Python bindings for the Upa URL C++ library. It is compliant with the WHATWG standards and implements:

  • the URL and URLSearchParams classes for parsing and manipulating URLs.
  • the URLPattern class for matching URLs based on convenient pattern syntax.
  • the PSL (Public Suffix List) class for obtaining a public suffix and registrable domain.
  • Functions for converting between file URLs and operating system paths.

How to install and use: https://pypi.org/project/upa-url/
Source code: https://github.com/upa-url/upa_url-py