-
-
Notifications
You must be signed in to change notification settings - Fork 571
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
The latest url.py is written in C++ We do not need that speed but we need portability and pure python. The new urlpy is a fork of url.py v.2.0 that has been ported to Python 3 and works on 2 and 3. Signed-off-by: Philippe Ombredanne <[email protected]>
- Loading branch information
1 parent
1d7f0ba
commit f1ee1e3
Showing
18 changed files
with
78 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
Licenced as X11: http://www.kry ogenix.org/code/browser/licence.html | ||
This basically means: do what you want with it. | ||
Licenced as X11: http://www.kryogenix.org/code/browser/licence.html | ||
This basically means: do what you want with it. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
31 changes: 0 additions & 31 deletions
31
thirdparty/publicsuffix2-2.20180921-py2.py3-none-any.whl.ABOUT
This file was deleted.
Oops, something went wrong.
Binary file not shown.
32 changes: 32 additions & 0 deletions
32
thirdparty/publicsuffix2-2.20191221-py2.py3-none-any.whl.ABOUT
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
about_resource: publicsuffix2-2.20191221-py2.py3-none-any.whl | ||
name: publicsuffix2 | ||
version: '2.20191221' | ||
download_url: https://files.pythonhosted.org/packages/9d/16/053c2945c5e3aebeefb4ccd5c5e7639e38bc30ad1bdc7ce86c6d01707726/publicsuffix2-2.20191221-py2.py3-none-any.whl | ||
description: A fork of publicsuffix with updated data as "package data" in a wheel friendly | ||
format | ||
homepage_url: https://github.com/nexB/python-publicsuffix2 | ||
license_expression: mit AND mpl-2.0 | ||
copyright: | | ||
Copyright (c) nexB Inc. | ||
Copyright (c) Tomaž Šolc | ||
Copyright (c) David Wilson | ||
Copyright (c) Mozilla | ||
notice_file: publicsuffix2-2.20191221-py2.py3-none-any.whl.NOTICE | ||
notice_url: https://github.com/nexB/python-publicsuffix2/blob/develop/publicsuffix2.LICENSE | ||
redistribute: yes | ||
attribute: yes | ||
track_changes: yes | ||
owner: nexB | ||
owner_url: http://www.nexb.com/ | ||
contact: http://www.nexb.com/contactus.html | ||
vcs_repository: git+https://github.com/nexB/python-publicsuffix2.git | ||
checksum_md5: eb5b7bd06270ca4c90352541831cea58 | ||
checksum_sha1: dacd55374dc527e0d01986d24cd143acdf292dcc | ||
package_url: pkg:pypi/[email protected] | ||
licenses: | ||
- key: mit | ||
name: MIT License | ||
file: mit.LICENSE | ||
- key: mpl-2.0 | ||
name: Mozilla Public License 2.0 | ||
file: mpl-2.0.LICENSE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Copyright (c) 2015 nexB Inc. | ||
This code is based on Tomaž Šolc fork of David Wilson code originally at | ||
Copyright (c) nexB Inc. | ||
This code is based on Tomaz Solc fork of David Wilson code originally at | ||
https://www.tablix.org/~avian/git/publicsuffix.git | ||
|
||
Copyright (c) 2014 Tomaž Šolc <[email protected]> | ||
Copyright (c) 2014 Tomaz Solc <[email protected]> | ||
|
||
Python module included in this distribution is based on the code downloaded | ||
from http://code.google.com/p/python-public-suffix-list/, which is | ||
|
@@ -32,4 +32,4 @@ DEALINGS IN THE SOFTWARE. | |
The Public Suffix List vendored in this distribution has been downloaded | ||
from http://publicsuffix.org/public_suffix_list.dat | ||
This data file is licensed under the MPL-2.0 license. | ||
http://mozilla.org/MPL/2.0/ | ||
http://mozilla.org/MPL/2.0/ |
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
about_resource: urlpy-0.5-py2.py3-none-any.whl | ||
download_url: https://files.pythonhosted.org/packages/23/f0/43a8013e888f435c619f82b485ef8cf9fddfcceea7806d824b28d5ef8f76/urlpy-0.5-py2.py3-none-any.whl | ||
homepage_url: https://github.com/nexB/urlpy | ||
license_expression: mit | ||
copyright: | | ||
Copyright (c) Moz Inc. | ||
Copyright (c) nexB Inc. | ||
attribute: yes | ||
checksum_md5: 91eeb2f03ab9a7d91f9d110223f7cc55 | ||
checksum_sha1: c38d10f349c612fdbaee632b298a6883e5fc75cf | ||
package_url: pkg:pypi/[email protected] | ||
licenses: | ||
- key: mit | ||
name: MIT License | ||
file: mit.LICENSE |