-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9f1d9d6
commit 169ca7f
Showing
11 changed files
with
17 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ ___smartprinter___ - Cross-platform smart printer for console applications. | |
|
||
*** | ||
|
||
Author and developer: ___A.A Suvorov___ | ||
Author and developer: ___A.A. Suvorov___ | ||
|
||
[![[email protected]](https://img.shields.io/static/v1?label=email:&[email protected]&color=blue)](mailto:[email protected]) | ||
|
||
|
@@ -39,7 +39,7 @@ Author and developer: ___A.A Suvorov___ | |
|
||
## What's new? | ||
|
||
### ___smartprinter v0.2.0___ | ||
### ___smartprinter v0.2.1___ | ||
|
||
*** | ||
|
||
|
@@ -125,6 +125,6 @@ Printer.pager.echo('Text', show=True) | |
-------------------------------------------------------- | ||
Licensed under the terms of the BSD 3-Clause License | ||
(see LICENSE for details). | ||
Copyright © 2018-2024, A.A Suvorov | ||
Copyright © 2018-2024, A.A. Suvorov | ||
All rights reserved. | ||
-------------------------------------------------------- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,7 @@ click | |
pytest | ||
pytest-cov | ||
tox | ||
build | ||
build | ||
setuptools | ||
wheel | ||
twine |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[metadata] | ||
name = smartprinter | ||
version = attr: smartprinter.__version__ | ||
author = A.A Suvorov | ||
author = A.A. Suvorov | ||
author_email = [email protected] | ||
description = 'Cross-platform smart printer for console applications.' | ||
long_description = file: README.md | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# -------------------------------------------------------- | ||
# Licensed under the terms of the BSD 3-Clause License | ||
# (see LICENSE for details). | ||
# Copyright © 2018-2024, A.A Suvorov | ||
# Copyright © 2018-2024, A.A. Suvorov | ||
# All rights reserved. | ||
# -------------------------------------------------------- | ||
"""Cross-platform smart printer for console applications.""" | ||
__version__ = '0.2.0' | ||
__version__ = '0.2.1' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# -------------------------------------------------------- | ||
# Licensed under the terms of the BSD 3-Clause License | ||
# (see LICENSE for details). | ||
# Copyright © 2018-2024, A.A Suvorov | ||
# Copyright © 2018-2024, A.A. Suvorov | ||
# All rights reserved. | ||
# -------------------------------------------------------- | ||
"""TESTS""" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters