mirror of
https://github.com/pacnpal/thrillwiki_django_no_react.git
synced 2025-12-22 10:11:08 -05:00
okay fine
This commit is contained in:
@@ -0,0 +1 @@
|
||||
pip
|
||||
@@ -0,0 +1,29 @@
|
||||
Copyright (c) 2017
|
||||
Glyph Lefkowitz
|
||||
Itamar Turner-Trauring
|
||||
Jean Paul Calderone
|
||||
Adi Roiban
|
||||
Amber Hawkie Brown
|
||||
Mahmoud Hashemi
|
||||
Wilfredo Sanchez Vega
|
||||
|
||||
and others that have contributed code to the public domain.
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of this software and associated documentation files (the
|
||||
"Software"), to deal in the Software without restriction, including
|
||||
without limitation the rights to use, copy, modify, merge, publish,
|
||||
distribute, sublicense, and/or sell copies of the Software, and to
|
||||
permit persons to whom the Software is furnished to do so, subject to
|
||||
the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be
|
||||
included in all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
||||
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
||||
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
||||
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
||||
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
@@ -0,0 +1,38 @@
|
||||
Metadata-Version: 2.1
|
||||
Name: hyperlink
|
||||
Version: 21.0.0
|
||||
Summary: A featureful, immutable, and correct URL for Python.
|
||||
Home-page: https://github.com/python-hyper/hyperlink
|
||||
Author: Mahmoud Hashemi and Glyph Lefkowitz
|
||||
Author-email: mahmoud@hatnote.com
|
||||
License: MIT
|
||||
Platform: any
|
||||
Classifier: Topic :: Utilities
|
||||
Classifier: Intended Audience :: Developers
|
||||
Classifier: Topic :: Software Development :: Libraries
|
||||
Classifier: Development Status :: 5 - Production/Stable
|
||||
Classifier: Programming Language :: Python :: 2
|
||||
Classifier: Programming Language :: Python :: 2.6
|
||||
Classifier: Programming Language :: Python :: 2.7
|
||||
Classifier: Programming Language :: Python :: 3
|
||||
Classifier: Programming Language :: Python :: 3.4
|
||||
Classifier: Programming Language :: Python :: 3.5
|
||||
Classifier: Programming Language :: Python :: 3.6
|
||||
Classifier: Programming Language :: Python :: 3.7
|
||||
Classifier: Programming Language :: Python :: 3.8
|
||||
Classifier: Programming Language :: Python :: 3.9
|
||||
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
||||
Classifier: License :: OSI Approved :: MIT License
|
||||
Requires-Python: >=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
|
||||
Requires-Dist: idna (>=2.5)
|
||||
Requires-Dist: typing ; python_version < "3.5"
|
||||
|
||||
The humble, but powerful, URL runs everything around us. Chances
|
||||
are you've used several just to read this text.
|
||||
|
||||
Hyperlink is a featureful, pure-Python implementation of the URL, with
|
||||
an emphasis on correctness. MIT licensed.
|
||||
|
||||
See the docs at http://hyperlink.readthedocs.io.
|
||||
|
||||
|
||||
@@ -0,0 +1,34 @@
|
||||
hyperlink-21.0.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
||||
hyperlink-21.0.0.dist-info/LICENSE,sha256=dGje1VMQ9k-_CFuOiS34HRvMSSY79TXTwsWLAUz64hQ,1231
|
||||
hyperlink-21.0.0.dist-info/METADATA,sha256=NSv7_Ele7igIIBPUvIg8nYwObBwM3h_tFoHi2nK7KtA,1490
|
||||
hyperlink-21.0.0.dist-info/RECORD,,
|
||||
hyperlink-21.0.0.dist-info/WHEEL,sha256=kGT74LWyRUZrL4VgLh6_g12IeVl_9u9ZVhadrgXZUEY,110
|
||||
hyperlink-21.0.0.dist-info/top_level.txt,sha256=qKx9FGU_zxD9mGqiFgleNejfO4AwPY7duhQPaZ30U_M,10
|
||||
hyperlink/__init__.py,sha256=d04Ov5_a3TwD4dUCayvMlQmnSc1_owZNk0za_Uz6Wd0,233
|
||||
hyperlink/__pycache__/__init__.cpython-312.pyc,,
|
||||
hyperlink/__pycache__/_socket.cpython-312.pyc,,
|
||||
hyperlink/__pycache__/_url.cpython-312.pyc,,
|
||||
hyperlink/__pycache__/hypothesis.cpython-312.pyc,,
|
||||
hyperlink/_socket.py,sha256=w-[AWS-SECRET-REMOVED]Y,1767
|
||||
hyperlink/_url.py,[AWS-SECRET-REMOVED]zWwSza5G6I,83555
|
||||
hyperlink/hypothesis.py,sha256=uO97HAmD2vl_JY1ZuoSoc6NRcjWUAwuisdsr9ieS-x0,9511
|
||||
hyperlink/idna-tables-properties.csv.gz,sha256=x_iB01k8jpIIHm7aSPU1ffZgq36cTZx_tJa4bCPi-sY,25555
|
||||
hyperlink/py.typed,sha256=zS6lDJDXojzFt7_ZHHKc1rxEwJHVgLt1_1AGEexVm3o,49
|
||||
hyperlink/test/__init__.py,[AWS-SECRET-REMOVED]u7EzCQkorI,601
|
||||
hyperlink/test/__pycache__/__init__.cpython-312.pyc,,
|
||||
hyperlink/test/__pycache__/common.cpython-312.pyc,,
|
||||
hyperlink/test/__pycache__/test_common.cpython-312.pyc,,
|
||||
hyperlink/test/__pycache__/test_decoded_url.cpython-312.pyc,,
|
||||
hyperlink/test/__pycache__/test_hypothesis.cpython-312.pyc,,
|
||||
hyperlink/test/__pycache__/test_parse.cpython-312.pyc,,
|
||||
hyperlink/test/__pycache__/test_scheme_registration.cpython-312.pyc,,
|
||||
hyperlink/test/__pycache__/test_socket.cpython-312.pyc,,
|
||||
hyperlink/test/__pycache__/test_url.cpython-312.pyc,,
|
||||
hyperlink/test/common.py,sha256=SG4d0AjLDCd6J1gq9XlKciqyt5l-wnhIqaDjDtre5os,2499
|
||||
hyperlink/test/test_common.py,[AWS-SECRET-REMOVED]TotrF8QlWI,3681
|
||||
hyperlink/test/test_decoded_url.py,sha256=qwd2C5sZoQpUG4Mx58V-6N0XgnyqBUxb6nXpPecZJys,7131
|
||||
hyperlink/test/test_hypothesis.py,sha256=LvqlcU0fIQxLhMygdZnrQttc71RgB39f-kSWhBILT0s,7399
|
||||
hyperlink/test/test_parse.py,[AWS-SECRET-REMOVED]UhNbugGa_M,1107
|
||||
hyperlink/test/test_scheme_registration.py,sha256=jFv5xBhjhJVu41ZGO6pzp8QvRM1dJZK_a1JszWMHIIE,3038
|
||||
hyperlink/test/test_socket.py,sha256=_[AWS-SECRET-REMOVED]nw,1423
|
||||
hyperlink/test/test_url.py,sha256=Is32vOy65Y-xDzFxyNr0oSRiEqRAEMkOISOgbFx_aGI,54591
|
||||
@@ -0,0 +1,6 @@
|
||||
Wheel-Version: 1.0
|
||||
Generator: bdist_wheel (0.34.2)
|
||||
Root-Is-Purelib: true
|
||||
Tag: py2-none-any
|
||||
Tag: py3-none-any
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
hyperlink
|
||||
Reference in New Issue
Block a user