Ausgabe der neuen DB Einträge
This commit is contained in:
parent
bad48e1627
commit
cfbbb9ee3d
2399 changed files with 843193 additions and 43 deletions
|
|
@ -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,37 @@
|
|||
Metadata-Version: 2.1
|
||||
Name: hyperlink
|
||||
Version: 20.0.1
|
||||
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 :: 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,33 @@
|
|||
hyperlink-20.0.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
||||
hyperlink-20.0.1.dist-info/LICENSE,sha256=dGje1VMQ9k-_CFuOiS34HRvMSSY79TXTwsWLAUz64hQ,1231
|
||||
hyperlink-20.0.1.dist-info/METADATA,sha256=Br8YFucn2pmP2p3k41wrk5-qySVgrU1SwJjMGYYVhaM,1440
|
||||
hyperlink-20.0.1.dist-info/RECORD,,
|
||||
hyperlink-20.0.1.dist-info/WHEEL,sha256=kGT74LWyRUZrL4VgLh6_g12IeVl_9u9ZVhadrgXZUEY,110
|
||||
hyperlink-20.0.1.dist-info/top_level.txt,sha256=qKx9FGU_zxD9mGqiFgleNejfO4AwPY7duhQPaZ30U_M,10
|
||||
hyperlink/__init__.py,sha256=d04Ov5_a3TwD4dUCayvMlQmnSc1_owZNk0za_Uz6Wd0,233
|
||||
hyperlink/__pycache__/__init__.cpython-39.pyc,,
|
||||
hyperlink/__pycache__/_socket.cpython-39.pyc,,
|
||||
hyperlink/__pycache__/_url.cpython-39.pyc,,
|
||||
hyperlink/__pycache__/hypothesis.cpython-39.pyc,,
|
||||
hyperlink/_socket.py,sha256=w-FLqQjMCvvhOPOKDL3taDflAImKiGdmogZDFTemMWY,1767
|
||||
hyperlink/_url.py,sha256=ED30riZC74QCV1ttuK7f4d-tVxHdJ-X2Tvi_MonYb6g,82725
|
||||
hyperlink/hypothesis.py,sha256=NkgYvC0UzsTVPOcRY2z3kXvau2NWMQZkE3zxUPmDbfw,9491
|
||||
hyperlink/py.typed,sha256=zS6lDJDXojzFt7_ZHHKc1rxEwJHVgLt1_1AGEexVm3o,49
|
||||
hyperlink/test/__init__.py,sha256=C85wqqrAKvwl6Dpk9Ns9SSnbyvInklv5Ju7EzCQkorI,601
|
||||
hyperlink/test/__pycache__/__init__.cpython-39.pyc,,
|
||||
hyperlink/test/__pycache__/common.cpython-39.pyc,,
|
||||
hyperlink/test/__pycache__/test_common.cpython-39.pyc,,
|
||||
hyperlink/test/__pycache__/test_decoded_url.cpython-39.pyc,,
|
||||
hyperlink/test/__pycache__/test_hypothesis.cpython-39.pyc,,
|
||||
hyperlink/test/__pycache__/test_parse.cpython-39.pyc,,
|
||||
hyperlink/test/__pycache__/test_scheme_registration.cpython-39.pyc,,
|
||||
hyperlink/test/__pycache__/test_socket.cpython-39.pyc,,
|
||||
hyperlink/test/__pycache__/test_url.cpython-39.pyc,,
|
||||
hyperlink/test/common.py,sha256=wOg1_pwnaSmofKGsQTXctPjNobiinXobVJT4hq312DI,2547
|
||||
hyperlink/test/test_common.py,sha256=3h-yWK0XgFstwma8RLsu2t-tC_tTFvQtfKk8_9UgaSg,3693
|
||||
hyperlink/test/test_decoded_url.py,sha256=0HJhq2lNhpofQiXxRqErl5LHR8lwEwSIur9xCTvxkZ0,6594
|
||||
hyperlink/test/test_hypothesis.py,sha256=LvqlcU0fIQxLhMygdZnrQttc71RgB39f-kSWhBILT0s,7399
|
||||
hyperlink/test/test_parse.py,sha256=emizwXl1TczD8iHMyI2qLtbvS99cep8qtUhNbugGa_M,1107
|
||||
hyperlink/test/test_scheme_registration.py,sha256=rx93VfiZDU5UYL-lTZBTerB2wa6yWVr7PKKRDGqpdyM,2604
|
||||
hyperlink/test/test_socket.py,sha256=_Xlw2vHAY5HMkCUFHHJQf7PZM5gtGJmJoHCVZ0No5nw,1423
|
||||
hyperlink/test/test_url.py,sha256=gW2W9QV3Wclfftm4NnnjPhwGakEMaDP4CwygKbPlcu0,54454
|
||||
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue