34 lines
1.3 KiB
Plaintext
Executable File
34 lines
1.3 KiB
Plaintext
Executable File
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.
|
|
|
|
|