out 0.80__py3-none-any.whl → 0.81b1__py3-none-any.whl
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.
- out/__init__.py +1 -1
- {out-0.80.dist-info → out-0.81b1.dist-info}/METADATA +17 -5
- out-0.81b1.dist-info/RECORD +12 -0
- {out-0.80.dist-info → out-0.81b1.dist-info}/WHEEL +1 -1
- out-0.80.dist-info/RECORD +0 -12
- {out-0.80.dist-info → out-0.81b1.dist-info/licenses}/LICENSE +0 -0
- {out-0.80.dist-info → out-0.81b1.dist-info}/top_level.txt +0 -0
out/__init__.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.4
|
2
2
|
Name: out
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.81b1
|
4
4
|
Summary: Fun take on logging for non-huge projects. Gets "outta" the way.
|
5
5
|
Home-page: https://github.com/mixmastamyk/out
|
6
6
|
Author: Mike Miller
|
@@ -18,10 +18,22 @@ Classifier: Topic :: Software Development :: Libraries
|
|
18
18
|
Requires-Python: >=3.8
|
19
19
|
Description-Content-Type: text/x-rst
|
20
20
|
License-File: LICENSE
|
21
|
-
Requires-Dist: console
|
22
|
-
Requires-Dist: colorama ; os_name == "nt" and platform_version < "10.0.10586"
|
21
|
+
Requires-Dist: console>=0.9912b1
|
23
22
|
Provides-Extra: highlight
|
24
|
-
Requires-Dist: pygments
|
23
|
+
Requires-Dist: pygments>=2.4.0; extra == "highlight"
|
24
|
+
Dynamic: author
|
25
|
+
Dynamic: author-email
|
26
|
+
Dynamic: classifier
|
27
|
+
Dynamic: description
|
28
|
+
Dynamic: description-content-type
|
29
|
+
Dynamic: home-page
|
30
|
+
Dynamic: keywords
|
31
|
+
Dynamic: license
|
32
|
+
Dynamic: license-file
|
33
|
+
Dynamic: provides-extra
|
34
|
+
Dynamic: requires-dist
|
35
|
+
Dynamic: requires-python
|
36
|
+
Dynamic: summary
|
25
37
|
|
26
38
|
|
27
39
|
Out
|
@@ -0,0 +1,12 @@
|
|
1
|
+
out/__init__.py,sha256=qc1i2QHDBym7Foe6NsFQ9Cky4SVsAoNRR3QyfIcVw1E,8975
|
2
|
+
out/demos.py,sha256=MDlKYZa9i1z7uXQ31KdA9HxmRgXsiNMbn1CIXpHdkko,2311
|
3
|
+
out/detection.py,sha256=WIGDRvWEs0bt-A6aFcOzromomJ6csXx_m4-5JRdd6e0,1354
|
4
|
+
out/format.py,sha256=srI5jej_GzE9H7TwVSpdyf8wRRZDYuP3tO5W8fTalgk,9461
|
5
|
+
out/highlight.py,sha256=LNjOe-JYjepE6lPTy_zBVzWi3ZLqn9BT2ivcI7hu51E,3756
|
6
|
+
out/test_mod.py,sha256=GAJwqn_XFwUObcwIds--cKhzNQZyBwYfKl7z2F9D_v0,341
|
7
|
+
out/themes.py,sha256=A8njH6QkHORNoxCQhzgZfFP70bjrzfgcx5XIlSyPogM,8420
|
8
|
+
out-0.81b1.dist-info/licenses/LICENSE,sha256=2n6rt7r999OuXp8iOqW9we7ORaxWncIbOwN1ILRGR2g,7651
|
9
|
+
out-0.81b1.dist-info/METADATA,sha256=ni__G-QWR7mE-ygChmvzB63xGoPjJ5GmAlXVrEp3Nsc,16957
|
10
|
+
out-0.81b1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
11
|
+
out-0.81b1.dist-info/top_level.txt,sha256=VANKxcbp6pVzTsK3Kf1tYqv2SvNKn5zl1GbLeIGRpz0,4
|
12
|
+
out-0.81b1.dist-info/RECORD,,
|
out-0.80.dist-info/RECORD
DELETED
@@ -1,12 +0,0 @@
|
|
1
|
-
out/__init__.py,sha256=FwaLPpF2Z4sb6ZasWDkE6REkpHGoWo77KDd2P0-TJN0,8973
|
2
|
-
out/demos.py,sha256=MDlKYZa9i1z7uXQ31KdA9HxmRgXsiNMbn1CIXpHdkko,2311
|
3
|
-
out/detection.py,sha256=WIGDRvWEs0bt-A6aFcOzromomJ6csXx_m4-5JRdd6e0,1354
|
4
|
-
out/format.py,sha256=srI5jej_GzE9H7TwVSpdyf8wRRZDYuP3tO5W8fTalgk,9461
|
5
|
-
out/highlight.py,sha256=LNjOe-JYjepE6lPTy_zBVzWi3ZLqn9BT2ivcI7hu51E,3756
|
6
|
-
out/test_mod.py,sha256=GAJwqn_XFwUObcwIds--cKhzNQZyBwYfKl7z2F9D_v0,341
|
7
|
-
out/themes.py,sha256=A8njH6QkHORNoxCQhzgZfFP70bjrzfgcx5XIlSyPogM,8420
|
8
|
-
out-0.80.dist-info/LICENSE,sha256=2n6rt7r999OuXp8iOqW9we7ORaxWncIbOwN1ILRGR2g,7651
|
9
|
-
out-0.80.dist-info/METADATA,sha256=P8bq4Q_lbO7t3fQFZBpdczi8JP_t0208KJ9A4M88lDQ,16755
|
10
|
-
out-0.80.dist-info/WHEEL,sha256=P9jw-gEje8ByB7_hXoICnHtVCrEwMQh-630tKvQWehc,91
|
11
|
-
out-0.80.dist-info/top_level.txt,sha256=VANKxcbp6pVzTsK3Kf1tYqv2SvNKn5zl1GbLeIGRpz0,4
|
12
|
-
out-0.80.dist-info/RECORD,,
|
File without changes
|
File without changes
|