This commit is contained in:
Sven Riwoldt
2024-04-01 20:30:24 +02:00
parent fd333f3514
commit c7bc862c6f
6804 changed files with 1065135 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
Copyright 2018 Ansgar Grunseid
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.

View File

@@ -0,0 +1,33 @@
Metadata-Version: 2.1
Name: icecream
Version: 2.1.3
Summary: Never use print() to debug again; inspect variables, expressions, and program execution with a single, simple function call.
Home-page: https://github.com/gruns/icecream
Author: Ansgar Grunseid
Author-email: grunseid@gmail.com
License: MIT
Platform: any
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
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: Programming Language :: Python :: Implementation :: CPython
Requires-Dist: colorama (>=0.3.9)
Requires-Dist: pygments (>=2.2.0)
Requires-Dist: executing (>=0.3.1)
Requires-Dist: asttokens (>=2.0.1)
Information and documentation can be found at https://github.com/gruns/icecream.

View File

@@ -0,0 +1,17 @@
icecream-2.1.3.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
icecream-2.1.3.dist-info/LICENSE.txt,sha256=7SKufCnRitlSpNdcD76V-Z6J4XDTyDzBeNRRn1rdRVQ,1054
icecream-2.1.3.dist-info/METADATA,sha256=SFEBrsyr9hPU_WPKIdQKml1Cf0OsPAIprikVm_3OlTg,1350
icecream-2.1.3.dist-info/RECORD,,
icecream-2.1.3.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
icecream-2.1.3.dist-info/WHEEL,sha256=gduuPyBvFJQSQ0zdyxF7k0zynDXbIbvg5ZBHoXum5uk,110
icecream-2.1.3.dist-info/top_level.txt,sha256=hRLDbeBL9wLn886JNPgW4kChNi5QfBnM7PoFWHQW9fQ,9
icecream/__init__.py,sha256=4o4IjOIKaxaKkshhXRuC-Bd4SKwwsa_MLxPA24MRXj4,432
icecream/__pycache__/__init__.cpython-311.pyc,,
icecream/__pycache__/__version__.cpython-311.pyc,,
icecream/__pycache__/builtins.cpython-311.pyc,,
icecream/__pycache__/coloring.cpython-311.pyc,,
icecream/__pycache__/icecream.cpython-311.pyc,,
icecream/__version__.py,sha256=sR2jQdBEkKQAsTyIjpF8YZ0eFSDQwwlPDuQehTJ8mf8,485
icecream/builtins.py,sha256=XRxdNkQm6iMf5coIjvuuh9i-keKJuGHXm3aYJcwECf0,386
icecream/coloring.py,sha256=0Li1hxWMYXn8jgomtYzqrt-GNmJm9XNmZQX5aFboffY,3623
icecream/icecream.py,sha256=_Xr5aJ1mF2dHsssJ8nqjTYMsAHIaVAB8tbx1FpEumjs,11267

View File

@@ -0,0 +1,6 @@
Wheel-Version: 1.0
Generator: bdist_wheel (0.31.1)
Root-Is-Purelib: true
Tag: py2-none-any
Tag: py3-none-any

View File

@@ -0,0 +1 @@
icecream