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.
@@ -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 (usualy 1) of arguments. Each parameter may be a float value or a string of the format
1057
+ `peek.show_level` can have a number (usually 1) of arguments.
1058
1058
 
1059
- - <from>
1060
- - <from>-<to>
1059
+ Each parameter may be:
1061
1060
 
1062
- both <from> and >to> are optional. If<from> is omitted, -1E30 is assumed. If <to> is omitted, 1E30 is assumed.
1061
+ * a float value or
1063
1062
 
1064
- Negative values have to be parenthesized.
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 (usualy 1) of arguments. Each parameter may be a float value or a string of the format
1038
+ `peek.show_level` can have a number (usually 1) of arguments.
1039
1039
 
1040
- - <from>
1041
- - <from>-<to>
1040
+ Each parameter may be:
1042
1041
 
1043
- both <from> and >to> are optional. If<from> is omitted, -1E30 is assumed. If <to> is omitted, 1E30 is assumed.
1042
+ * a float value or
1044
1043
 
1045
- Negative values have to be parenthesized.
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 (usualy 1) of arguments. Each parameter may be a float value or a string of the format
1057
+ `peek.show_level` can have a number (usually 1) of arguments.
1058
1058
 
1059
- - <from>
1060
- - <from>-<to>
1059
+ Each parameter may be:
1061
1060
 
1062
- both <from> and >to> are optional. If<from> is omitted, -1E30 is assumed. If <to> is omitted, 1E30 is assumed.
1061
+ * a float value or
1063
1062
 
1064
- Negative values have to be parenthesized.
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