purl icon indicating copy to clipboard operation
purl copied to clipboard

A simple, immutable URL class with a clean API for interrogation and manipulation.

Results 14 purl issues
Sort by recently updated
recently updated
newest added

``` ipython Python 3.7.3 (default, Apr 12 2019, 14:40:22) Type 'copyright', 'credits' or 'license' for more information IPython 7.3.0 -- An enhanced Interactive Python. Type '?' for help. In [1]:...

Don't work with cyrillic domain ``` from purl import URL url = "www.мастеркофе.рф" parse_url = URL(url) print(parse_url.host())

- eliminate python 2 support

Bumps [setuptools](https://github.com/pypa/setuptools) from 40.8.0 to 65.5.1. Release notes Sourced from setuptools's releases. v65.5.1 No release notes provided. v65.5.0 No release notes provided. v65.4.1 No release notes provided. v65.4.0 No release...

dependencies

Bumps [wheel](https://github.com/pypa/wheel) from 0.33.1 to 0.38.1. Changelog Sourced from wheel's changelog. Release Notes UNRELEASED Updated vendored packaging to 22.0 0.38.4 (2022-11-09) Fixed PKG-INFO conversion in bdist_wheel mangling UTF-8 header values...

dependencies

There is a small typo in README.rst. Should read `instead` rather than `insteed`. Semi-automated pull request generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md

Bumps [pip](https://github.com/pypa/pip) from 19.0.3 to 21.1. Changelog Sourced from pip's changelog. 21.1 (2021-04-24) Process Start installation scheme migration from distutils to sysconfig. A warning is implemented to detect differences between...

dependencies

Hello. This is KAZY. This is a very nice library. Well, I am developing a crawler. I thought it would be very useful to have the ability to extract the...