peek-python 25.0.4.post4__tar.gz → 25.0.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {peek_python-25.0.4.post4 → peek_python-25.0.5}/PKG-INFO +8 -10
- {peek_python-25.0.4.post4 → peek_python-25.0.5}/README.md +4 -6
- {peek_python-25.0.4.post4 → peek_python-25.0.5}/peek/peek.py +1 -1
- {peek_python-25.0.4.post4 → peek_python-25.0.5}/peek_python.egg-info/PKG-INFO +8 -10
- {peek_python-25.0.4.post4 → peek_python-25.0.5}/peek_python.egg-info/requires.txt +2 -2
- {peek_python-25.0.4.post4 → peek_python-25.0.5}/pyproject.toml +4 -4
- {peek_python-25.0.4.post4 → peek_python-25.0.5}/license.txt +0 -0
- {peek_python-25.0.4.post4 → peek_python-25.0.5}/peek/__init__.py +0 -0
- {peek_python-25.0.4.post4 → peek_python-25.0.5}/peek_python.egg-info/SOURCES.txt +0 -0
- {peek_python-25.0.4.post4 → peek_python-25.0.5}/peek_python.egg-info/dependency_links.txt +0 -0
- {peek_python-25.0.4.post4 → peek_python-25.0.5}/peek_python.egg-info/top_level.txt +0 -0
- {peek_python-25.0.4.post4 → peek_python-25.0.5}/setup.cfg +0 -0
- {peek_python-25.0.4.post4 → peek_python-25.0.5}/tests/test_peek.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: peek-python
|
|
3
|
-
Version: 25.0.
|
|
3
|
+
Version: 25.0.5
|
|
4
4
|
Summary: peek - debugging and benchmarking made easy
|
|
5
5
|
Author-email: Ruud van der Ham <rt.van.der.ham@gmail.com>
|
|
6
6
|
Project-URL: Homepage, https://github.com/salabim/peek
|
|
@@ -8,12 +8,12 @@ Project-URL: Repository, https://github.com/salabim/peek
|
|
|
8
8
|
Classifier: Development Status :: 5 - Production/Stable
|
|
9
9
|
Classifier: License :: OSI Approved :: MIT License
|
|
10
10
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
11
|
-
Requires-Python: >=3.
|
|
11
|
+
Requires-Python: >=3.9
|
|
12
12
|
Description-Content-Type: text/markdown
|
|
13
13
|
License-File: license.txt
|
|
14
|
-
Requires-Dist: asttokens>=
|
|
14
|
+
Requires-Dist: asttokens>=3.0.0
|
|
15
15
|
Requires-Dist: colorama>=0.4.6
|
|
16
|
-
Requires-Dist: executing>=2.0
|
|
16
|
+
Requires-Dist: executing>=2.1.0
|
|
17
17
|
Requires-Dist: pyperclip>=1.9.0
|
|
18
18
|
Requires-Dist: six>=1.17.0
|
|
19
19
|
Requires-Dist: tomli>=2.2.1
|
|
@@ -1474,10 +1474,10 @@ can be used like print w/extras yes (with peek.print) no
|
|
|
1474
1474
|
allows non linefeed printing yes (via end parameter) requires patching
|
|
1475
1475
|
PEP8 (Pythonic) API yes no
|
|
1476
1476
|
format specification optional no
|
|
1477
|
-
sorts dicts no by default, optional
|
|
1477
|
+
sorts dicts no by default, optional yes
|
|
1478
1478
|
supports compact, indent,
|
|
1479
1479
|
and underscore_numbers
|
|
1480
|
-
parameters of pprint yes
|
|
1480
|
+
parameters of pprint yes no
|
|
1481
1481
|
use from a REPL limited functionality no
|
|
1482
1482
|
external configuration via toml file no
|
|
1483
1483
|
level control yes no
|
|
@@ -1489,11 +1489,9 @@ indentation 4 blanks (overridable) length of prefix
|
|
|
1489
1489
|
forking and cloning yes no
|
|
1490
1490
|
handling of source problems peeks only the value warning issued
|
|
1491
1491
|
test script pytest unittest
|
|
1492
|
-
colorize
|
|
1492
|
+
colorize *) yes, off by default yes, on by default
|
|
1493
1493
|
-----------------------------------------------------------------------------------------
|
|
1494
|
-
*)
|
|
1495
|
-
**) under Python <= 3.7, numbers are never underscored
|
|
1496
|
-
***) peek allows selection of colors, whereas IceCream does coloring based on contents.
|
|
1494
|
+
*) peek allows selection of colors, whereas IceCream does coloring based on contents.
|
|
1497
1495
|
|
|
1498
1496
|
```
|
|
1499
1497
|
  
|
|
@@ -1454,10 +1454,10 @@ can be used like print w/extras yes (with peek.print) no
|
|
|
1454
1454
|
allows non linefeed printing yes (via end parameter) requires patching
|
|
1455
1455
|
PEP8 (Pythonic) API yes no
|
|
1456
1456
|
format specification optional no
|
|
1457
|
-
sorts dicts no by default, optional
|
|
1457
|
+
sorts dicts no by default, optional yes
|
|
1458
1458
|
supports compact, indent,
|
|
1459
1459
|
and underscore_numbers
|
|
1460
|
-
parameters of pprint yes
|
|
1460
|
+
parameters of pprint yes no
|
|
1461
1461
|
use from a REPL limited functionality no
|
|
1462
1462
|
external configuration via toml file no
|
|
1463
1463
|
level control yes no
|
|
@@ -1469,11 +1469,9 @@ indentation 4 blanks (overridable) length of prefix
|
|
|
1469
1469
|
forking and cloning yes no
|
|
1470
1470
|
handling of source problems peeks only the value warning issued
|
|
1471
1471
|
test script pytest unittest
|
|
1472
|
-
colorize
|
|
1472
|
+
colorize *) yes, off by default yes, on by default
|
|
1473
1473
|
-----------------------------------------------------------------------------------------
|
|
1474
|
-
*)
|
|
1475
|
-
**) under Python <= 3.7, numbers are never underscored
|
|
1476
|
-
***) peek allows selection of colors, whereas IceCream does coloring based on contents.
|
|
1474
|
+
*) peek allows selection of colors, whereas IceCream does coloring based on contents.
|
|
1477
1475
|
|
|
1478
1476
|
```
|
|
1479
1477
|
  
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: peek-python
|
|
3
|
-
Version: 25.0.
|
|
3
|
+
Version: 25.0.5
|
|
4
4
|
Summary: peek - debugging and benchmarking made easy
|
|
5
5
|
Author-email: Ruud van der Ham <rt.van.der.ham@gmail.com>
|
|
6
6
|
Project-URL: Homepage, https://github.com/salabim/peek
|
|
@@ -8,12 +8,12 @@ Project-URL: Repository, https://github.com/salabim/peek
|
|
|
8
8
|
Classifier: Development Status :: 5 - Production/Stable
|
|
9
9
|
Classifier: License :: OSI Approved :: MIT License
|
|
10
10
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
11
|
-
Requires-Python: >=3.
|
|
11
|
+
Requires-Python: >=3.9
|
|
12
12
|
Description-Content-Type: text/markdown
|
|
13
13
|
License-File: license.txt
|
|
14
|
-
Requires-Dist: asttokens>=
|
|
14
|
+
Requires-Dist: asttokens>=3.0.0
|
|
15
15
|
Requires-Dist: colorama>=0.4.6
|
|
16
|
-
Requires-Dist: executing>=2.0
|
|
16
|
+
Requires-Dist: executing>=2.1.0
|
|
17
17
|
Requires-Dist: pyperclip>=1.9.0
|
|
18
18
|
Requires-Dist: six>=1.17.0
|
|
19
19
|
Requires-Dist: tomli>=2.2.1
|
|
@@ -1474,10 +1474,10 @@ can be used like print w/extras yes (with peek.print) no
|
|
|
1474
1474
|
allows non linefeed printing yes (via end parameter) requires patching
|
|
1475
1475
|
PEP8 (Pythonic) API yes no
|
|
1476
1476
|
format specification optional no
|
|
1477
|
-
sorts dicts no by default, optional
|
|
1477
|
+
sorts dicts no by default, optional yes
|
|
1478
1478
|
supports compact, indent,
|
|
1479
1479
|
and underscore_numbers
|
|
1480
|
-
parameters of pprint yes
|
|
1480
|
+
parameters of pprint yes no
|
|
1481
1481
|
use from a REPL limited functionality no
|
|
1482
1482
|
external configuration via toml file no
|
|
1483
1483
|
level control yes no
|
|
@@ -1489,11 +1489,9 @@ indentation 4 blanks (overridable) length of prefix
|
|
|
1489
1489
|
forking and cloning yes no
|
|
1490
1490
|
handling of source problems peeks only the value warning issued
|
|
1491
1491
|
test script pytest unittest
|
|
1492
|
-
colorize
|
|
1492
|
+
colorize *) yes, off by default yes, on by default
|
|
1493
1493
|
-----------------------------------------------------------------------------------------
|
|
1494
|
-
*)
|
|
1495
|
-
**) under Python <= 3.7, numbers are never underscored
|
|
1496
|
-
***) peek allows selection of colors, whereas IceCream does coloring based on contents.
|
|
1494
|
+
*) peek allows selection of colors, whereas IceCream does coloring based on contents.
|
|
1497
1495
|
|
|
1498
1496
|
```
|
|
1499
1497
|
  
|
|
@@ -10,13 +10,13 @@ authors = [
|
|
|
10
10
|
{ name = "Ruud van der Ham", email = "rt.van.der.ham@gmail.com" },
|
|
11
11
|
]
|
|
12
12
|
description = "peek - debugging and benchmarking made easy"
|
|
13
|
-
version = "25.0.
|
|
13
|
+
version = "25.0.5"
|
|
14
14
|
readme = "README.md"
|
|
15
|
-
requires-python = ">=3.
|
|
15
|
+
requires-python = ">=3.9"
|
|
16
16
|
dependencies = [
|
|
17
|
-
"asttokens>=
|
|
17
|
+
"asttokens>=3.0.0",
|
|
18
18
|
"colorama>=0.4.6",
|
|
19
|
-
"executing>=2.0
|
|
19
|
+
"executing>=2.1.0",
|
|
20
20
|
"pyperclip>=1.9.0",
|
|
21
21
|
"six>=1.17.0",
|
|
22
22
|
"tomli>=2.2.1",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|