out 0.80__tar.gz → 0.81b1__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
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: out
3
- Version: 0.80
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>0.9902
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
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
@@ -22,7 +22,7 @@ from .themes import (render_themes as _render_themes,
22
22
  render_styles as _render_styles,
23
23
  icons as _icons)
24
24
 
25
- __version__ = '0.80'
25
+ __version__ = '0.81b1'
26
26
 
27
27
  # Allow string as well as constant access. Levels will be added below:
28
28
  level_map = {
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: out
3
- Version: 0.80
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>0.9902
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
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,4 @@
1
+ console>=0.9912b1
2
+
3
+ [highlight]
4
+ pygments>=2.4.0
@@ -14,8 +14,7 @@ if sys.version_info.major < 3:
14
14
  # additional metadata, requirements
15
15
  keywords = 'log logging events levels color terminal console standard out err '
16
16
  install_requires = (
17
- 'console>0.9902',
18
- 'colorama; os_name == "nt" and platform_version < "10.0.10586" ',
17
+ 'console>=0.9912b1',
19
18
  )
20
19
  tests_require = ('pyflakes', 'readme_renderer'),
21
20
  extras_require = dict(
@@ -1,7 +0,0 @@
1
- console>0.9902
2
-
3
- [:os_name == "nt" and platform_version < "10.0.10586"]
4
- colorama
5
-
6
- [highlight]
7
- pygments>=2.4.0
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
File without changes
File without changes