ConsoleLib 1.2.2__tar.gz → 1.3.0__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.
- {consolelib-1.2.2 → consolelib-1.3.0}/ConsoleLib/__init__.py +6 -3
- {consolelib-1.2.2 → consolelib-1.3.0}/ConsoleLib.egg-info/PKG-INFO +1 -1
- {consolelib-1.2.2 → consolelib-1.3.0}/PKG-INFO +1 -1
- {consolelib-1.2.2 → consolelib-1.3.0}/pyproject.toml +1 -1
- {consolelib-1.2.2 → consolelib-1.3.0}/ConsoleLib.egg-info/SOURCES.txt +0 -0
- {consolelib-1.2.2 → consolelib-1.3.0}/ConsoleLib.egg-info/dependency_links.txt +0 -0
- {consolelib-1.2.2 → consolelib-1.3.0}/ConsoleLib.egg-info/top_level.txt +0 -0
- {consolelib-1.2.2 → consolelib-1.3.0}/README.md +0 -0
- {consolelib-1.2.2 → consolelib-1.3.0}/setup.cfg +0 -0
|
@@ -1,6 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
"""
|
|
2
|
+
ConsoleLib - The best Console Renderer of the Python.
|
|
3
|
+
By: Suleiman
|
|
4
|
+
Copyright © Suleiman 2026
|
|
5
|
+
All rights are reserved.
|
|
6
|
+
"""
|
|
4
7
|
import os
|
|
5
8
|
import sys
|
|
6
9
|
import time
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "ConsoleLib"
|
|
7
|
-
version = "1.
|
|
7
|
+
version = "1.3.0"
|
|
8
8
|
description = "The library for easy and best control on the Console."
|
|
9
9
|
authors = [{name = "Suleiman", email = "steal.apet@mail.ru"}]
|
|
10
10
|
readme = "README.md"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|