peek-python 1.8.0__tar.gz → 1.8.0.post0__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-1.8.0 → peek_python-1.8.0.post0}/PKG-INFO +7 -6
- {peek_python-1.8.0 → peek_python-1.8.0.post0}/README.md +6 -5
- {peek_python-1.8.0 → peek_python-1.8.0.post0}/peek_python.egg-info/PKG-INFO +7 -6
- {peek_python-1.8.0 → peek_python-1.8.0.post0}/pyproject.toml +1 -1
- {peek_python-1.8.0 → peek_python-1.8.0.post0}/license.txt +0 -0
- {peek_python-1.8.0 → peek_python-1.8.0.post0}/peek/__init__.py +0 -0
- {peek_python-1.8.0 → peek_python-1.8.0.post0}/peek/peek.py +0 -0
- {peek_python-1.8.0 → peek_python-1.8.0.post0}/peek_python.egg-info/SOURCES.txt +0 -0
- {peek_python-1.8.0 → peek_python-1.8.0.post0}/peek_python.egg-info/dependency_links.txt +0 -0
- {peek_python-1.8.0 → peek_python-1.8.0.post0}/peek_python.egg-info/requires.txt +0 -0
- {peek_python-1.8.0 → peek_python-1.8.0.post0}/peek_python.egg-info/top_level.txt +0 -0
- {peek_python-1.8.0 → peek_python-1.8.0.post0}/setup.cfg +0 -0
- {peek_python-1.8.0 → peek_python-1.8.0.post0}/tests/test_peek.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: peek-python
|
|
3
|
-
Version: 1.8.0
|
|
3
|
+
Version: 1.8.0.post0
|
|
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/ycecream
|
|
@@ -1054,14 +1054,15 @@ This will print only 1.
|
|
|
1054
1054
|
|
|
1055
1055
|
The most easy form for `peek.show_level` is just a simple value as argument, like `peek.show.level(2)`, which will make only level 2 peeks to work.
|
|
1056
1056
|
|
|
1057
|
-
`peek.show_level` can have a number (
|
|
1057
|
+
`peek.show_level` can have a number (usually 1) of arguments.
|
|
1058
1058
|
|
|
1059
|
-
|
|
1060
|
-
- <from>-<to>
|
|
1059
|
+
Each parameter may be:
|
|
1061
1060
|
|
|
1062
|
-
|
|
1061
|
+
* a float value or
|
|
1063
1062
|
|
|
1064
|
-
|
|
1063
|
+
- a string with the format *from* - *to*
|
|
1064
|
+
, where both *from* and *to* are optional. If *from* is omitted, -1E30 is assumed. If *to* is omitted, 1E30 is assumed.
|
|
1065
|
+
Negative values have to be parenthesized.
|
|
1065
1066
|
|
|
1066
1067
|
Examples:
|
|
1067
1068
|
|
|
@@ -1035,14 +1035,15 @@ This will print only 1.
|
|
|
1035
1035
|
|
|
1036
1036
|
The most easy form for `peek.show_level` is just a simple value as argument, like `peek.show.level(2)`, which will make only level 2 peeks to work.
|
|
1037
1037
|
|
|
1038
|
-
`peek.show_level` can have a number (
|
|
1038
|
+
`peek.show_level` can have a number (usually 1) of arguments.
|
|
1039
1039
|
|
|
1040
|
-
|
|
1041
|
-
- <from>-<to>
|
|
1040
|
+
Each parameter may be:
|
|
1042
1041
|
|
|
1043
|
-
|
|
1042
|
+
* a float value or
|
|
1044
1043
|
|
|
1045
|
-
|
|
1044
|
+
- a string with the format *from* - *to*
|
|
1045
|
+
, where both *from* and *to* are optional. If *from* is omitted, -1E30 is assumed. If *to* is omitted, 1E30 is assumed.
|
|
1046
|
+
Negative values have to be parenthesized.
|
|
1046
1047
|
|
|
1047
1048
|
Examples:
|
|
1048
1049
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: peek-python
|
|
3
|
-
Version: 1.8.0
|
|
3
|
+
Version: 1.8.0.post0
|
|
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/ycecream
|
|
@@ -1054,14 +1054,15 @@ This will print only 1.
|
|
|
1054
1054
|
|
|
1055
1055
|
The most easy form for `peek.show_level` is just a simple value as argument, like `peek.show.level(2)`, which will make only level 2 peeks to work.
|
|
1056
1056
|
|
|
1057
|
-
`peek.show_level` can have a number (
|
|
1057
|
+
`peek.show_level` can have a number (usually 1) of arguments.
|
|
1058
1058
|
|
|
1059
|
-
|
|
1060
|
-
- <from>-<to>
|
|
1059
|
+
Each parameter may be:
|
|
1061
1060
|
|
|
1062
|
-
|
|
1061
|
+
* a float value or
|
|
1063
1062
|
|
|
1064
|
-
|
|
1063
|
+
- a string with the format *from* - *to*
|
|
1064
|
+
, where both *from* and *to* are optional. If *from* is omitted, -1E30 is assumed. If *to* is omitted, 1E30 is assumed.
|
|
1065
|
+
Negative values have to be parenthesized.
|
|
1065
1066
|
|
|
1066
1067
|
Examples:
|
|
1067
1068
|
|
|
@@ -8,7 +8,7 @@ authors = [
|
|
|
8
8
|
{name = "Ruud van der Ham", email = "rt.van.der.ham@gmail.com"}
|
|
9
9
|
]
|
|
10
10
|
description = "peek - debugging and benchmarking made easy"
|
|
11
|
-
version = "1.8.0"
|
|
11
|
+
version = "1.8.0-0"
|
|
12
12
|
readme = "README.md"
|
|
13
13
|
requires-python = ">=3.6"
|
|
14
14
|
dependencies = ["colorama","six","executing","asttokens","tomli"]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|