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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: peek-python
3
- Version: 25.0.4.post4
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.6
11
+ Requires-Python: >=3.9
12
12
  Description-Content-Type: text/markdown
13
13
  License-File: license.txt
14
- Requires-Dist: asttokens>=2.4.1
14
+ Requires-Dist: asttokens>=3.0.0
15
15
  Requires-Dist: colorama>=0.4.6
16
- Requires-Dist: executing>=2.0.1
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 *) yes
1477
+ sorts dicts no by default, optional yes
1478
1478
  supports compact, indent,
1479
1479
  and underscore_numbers
1480
- parameters of pprint yes **) no
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 ***) yes, off by default yes, on by default
1492
+ colorize *) yes, off by default yes, on by default
1493
1493
  -----------------------------------------------------------------------------------------
1494
- *) under Python <= 3.7, dicts are always sorted
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
  ![PyPI](https://img.shields.io/pypi/v/peek-python) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/peek-python) ![PyPI - Implementation](https://img.shields.io/pypi/implementation/peek)
@@ -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 *) yes
1457
+ sorts dicts no by default, optional yes
1458
1458
  supports compact, indent,
1459
1459
  and underscore_numbers
1460
- parameters of pprint yes **) no
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 ***) yes, off by default yes, on by default
1472
+ colorize *) yes, off by default yes, on by default
1473
1473
  -----------------------------------------------------------------------------------------
1474
- *) under Python <= 3.7, dicts are always sorted
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
  ![PyPI](https://img.shields.io/pypi/v/peek-python) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/peek-python) ![PyPI - Implementation](https://img.shields.io/pypi/implementation/peek)
@@ -4,7 +4,7 @@
4
4
  # | .__/ \___| \___||_|\_\
5
5
  # |_| like print, but easy.
6
6
 
7
- __version__ = "25.0.4"
7
+ __version__ = "25.0.5"
8
8
 
9
9
  """
10
10
  See https://github.com/salabim/peek for details
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: peek-python
3
- Version: 25.0.4.post4
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.6
11
+ Requires-Python: >=3.9
12
12
  Description-Content-Type: text/markdown
13
13
  License-File: license.txt
14
- Requires-Dist: asttokens>=2.4.1
14
+ Requires-Dist: asttokens>=3.0.0
15
15
  Requires-Dist: colorama>=0.4.6
16
- Requires-Dist: executing>=2.0.1
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 *) yes
1477
+ sorts dicts no by default, optional yes
1478
1478
  supports compact, indent,
1479
1479
  and underscore_numbers
1480
- parameters of pprint yes **) no
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 ***) yes, off by default yes, on by default
1492
+ colorize *) yes, off by default yes, on by default
1493
1493
  -----------------------------------------------------------------------------------------
1494
- *) under Python <= 3.7, dicts are always sorted
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
  ![PyPI](https://img.shields.io/pypi/v/peek-python) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/peek-python) ![PyPI - Implementation](https://img.shields.io/pypi/implementation/peek)
@@ -1,6 +1,6 @@
1
- asttokens>=2.4.1
1
+ asttokens>=3.0.0
2
2
  colorama>=0.4.6
3
- executing>=2.0.1
3
+ executing>=2.1.0
4
4
  pyperclip>=1.9.0
5
5
  six>=1.17.0
6
6
  tomli>=2.2.1
@@ -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.4.post4"
13
+ version = "25.0.5"
14
14
  readme = "README.md"
15
- requires-python = ">=3.6"
15
+ requires-python = ">=3.9"
16
16
  dependencies = [
17
- "asttokens>=2.4.1",
17
+ "asttokens>=3.0.0",
18
18
  "colorama>=0.4.6",
19
- "executing>=2.0.1",
19
+ "executing>=2.1.0",
20
20
  "pyperclip>=1.9.0",
21
21
  "six>=1.17.0",
22
22
  "tomli>=2.2.1",