lyrpy 2024.0.1__tar.gz → 2024.0.2__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.

Potentially problematic release.


This version of lyrpy might be problematic. Click here for more details.

Files changed (43) hide show
  1. {lyrpy-2024.0.1/src/lyrpy.egg-info → lyrpy-2024.0.2}/PKG-INFO +2 -1
  2. {lyrpy-2024.0.1 → lyrpy-2024.0.2}/pyproject.toml +2 -2
  3. {lyrpy-2024.0.1 → lyrpy-2024.0.2/src/lyrpy.egg-info}/PKG-INFO +2 -1
  4. {lyrpy-2024.0.1 → lyrpy-2024.0.2}/LICENSE +0 -0
  5. {lyrpy-2024.0.1 → lyrpy-2024.0.2}/README.md +0 -0
  6. {lyrpy-2024.0.1 → lyrpy-2024.0.2}/data/text.txt +0 -0
  7. {lyrpy-2024.0.1 → lyrpy-2024.0.2}/setup.cfg +0 -0
  8. {lyrpy-2024.0.1 → lyrpy-2024.0.2}/setup.py +0 -0
  9. {lyrpy-2024.0.1 → lyrpy-2024.0.2}/src/lyr/LUConsole.py +0 -0
  10. {lyrpy-2024.0.1 → lyrpy-2024.0.2}/src/lyr/LUConst.py +0 -0
  11. {lyrpy-2024.0.1 → lyrpy-2024.0.2}/src/lyr/LUDateTime.py +0 -0
  12. {lyrpy-2024.0.1 → lyrpy-2024.0.2}/src/lyr/LUDecotators.py +0 -0
  13. {lyrpy-2024.0.1 → lyrpy-2024.0.2}/src/lyr/LUDict.py +0 -0
  14. {lyrpy-2024.0.1 → lyrpy-2024.0.2}/src/lyr/LUDoc.py +0 -0
  15. {lyrpy-2024.0.1 → lyrpy-2024.0.2}/src/lyr/LUErrors.py +0 -0
  16. {lyrpy-2024.0.1 → lyrpy-2024.0.2}/src/lyr/LUFile.py +0 -0
  17. {lyrpy-2024.0.1 → lyrpy-2024.0.2}/src/lyr/LUFileUtils.py +0 -0
  18. {lyrpy-2024.0.1 → lyrpy-2024.0.2}/src/lyr/LULog.py +0 -0
  19. {lyrpy-2024.0.1 → lyrpy-2024.0.2}/src/lyr/LUNetwork.py +0 -0
  20. {lyrpy-2024.0.1 → lyrpy-2024.0.2}/src/lyr/LUNumUtils.py +0 -0
  21. {lyrpy-2024.0.1 → lyrpy-2024.0.2}/src/lyr/LUObjects.py +0 -0
  22. {lyrpy-2024.0.1 → lyrpy-2024.0.2}/src/lyr/LUObjectsYT.py +0 -0
  23. {lyrpy-2024.0.1 → lyrpy-2024.0.2}/src/lyr/LUParserARG.py +0 -0
  24. {lyrpy-2024.0.1 → lyrpy-2024.0.2}/src/lyr/LUParserINI.py +0 -0
  25. {lyrpy-2024.0.1 → lyrpy-2024.0.2}/src/lyr/LUParserREG.py +0 -0
  26. {lyrpy-2024.0.1 → lyrpy-2024.0.2}/src/lyr/LUProc.py +0 -0
  27. {lyrpy-2024.0.1 → lyrpy-2024.0.2}/src/lyr/LUQThread.py +0 -0
  28. {lyrpy-2024.0.1 → lyrpy-2024.0.2}/src/lyr/LUQTimer.py +0 -0
  29. {lyrpy-2024.0.1 → lyrpy-2024.0.2}/src/lyr/LUSheduler.py +0 -0
  30. {lyrpy-2024.0.1 → lyrpy-2024.0.2}/src/lyr/LUStrDecode.py +0 -0
  31. {lyrpy-2024.0.1 → lyrpy-2024.0.2}/src/lyr/LUStrUtils.py +0 -0
  32. {lyrpy-2024.0.1 → lyrpy-2024.0.2}/src/lyr/LUSupport.py +0 -0
  33. {lyrpy-2024.0.1 → lyrpy-2024.0.2}/src/lyr/LUThread.py +0 -0
  34. {lyrpy-2024.0.1 → lyrpy-2024.0.2}/src/lyr/LUTimer.py +0 -0
  35. {lyrpy-2024.0.1 → lyrpy-2024.0.2}/src/lyr/LUVersion.py +0 -0
  36. {lyrpy-2024.0.1 → lyrpy-2024.0.2}/src/lyr/LUYouTube.py +0 -0
  37. {lyrpy-2024.0.1 → lyrpy-2024.0.2}/src/lyr/LUos.py +0 -0
  38. {lyrpy-2024.0.1 → lyrpy-2024.0.2}/src/lyr/LUsys.py +0 -0
  39. {lyrpy-2024.0.1 → lyrpy-2024.0.2}/src/lyr/__init__.py +0 -0
  40. {lyrpy-2024.0.1 → lyrpy-2024.0.2}/src/lyr/__main__.py +0 -0
  41. {lyrpy-2024.0.1 → lyrpy-2024.0.2}/src/lyrpy.egg-info/SOURCES.txt +0 -0
  42. {lyrpy-2024.0.1 → lyrpy-2024.0.2}/src/lyrpy.egg-info/dependency_links.txt +0 -0
  43. {lyrpy-2024.0.1 → lyrpy-2024.0.2}/src/lyrpy.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: lyrpy
3
- Version: 2024.0.1
3
+ Version: 2024.0.2
4
4
  Summary: lyrpy
5
5
  Author: Lisitsin Y.R.
6
6
  Author-email: lisitsinyr <lisitsinyr@gmail.com>
@@ -24,6 +24,7 @@ License: Copyright (c) 2018 The Python Packaging Authority
24
24
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
25
25
  SOFTWARE.
26
26
 
27
+ Project-URL: Repository, https://github.com/lisitsinyr/TOOLS_PY.git
27
28
  Keywords: tools,py
28
29
  Classifier: Development Status :: 3 - Alpha
29
30
  Classifier: Intended Audience :: Developers
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "lyrpy"
7
- version = "2024.0.1"
7
+ version = "2024.0.2"
8
8
  requires-python = ">=3.8"
9
9
  authors = [
10
10
  { name="lisitsinyr", email="lisitsinyr@gmail.com" },
@@ -44,7 +44,7 @@ classifiers = [
44
44
 
45
45
  # Homepage = "https://github.com/lisitsinyr/TOOLS_PY"
46
46
  # Issues = "https://github.com/lisitsinyr/TOOLS_PY/issues"
47
- # Repository = "git@github.com:lisitsinyr/TOOLS_PY.git"
47
+ Repository = "https://github.com/lisitsinyr/TOOLS_PY.git"
48
48
  # Changelog = "https://github.com/lisitsinyr/TOOLS_PY/blob/main/README.md"
49
49
  # Documentation = "https://readthedocs.org"
50
50
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: lyrpy
3
- Version: 2024.0.1
3
+ Version: 2024.0.2
4
4
  Summary: lyrpy
5
5
  Author: Lisitsin Y.R.
6
6
  Author-email: lisitsinyr <lisitsinyr@gmail.com>
@@ -24,6 +24,7 @@ License: Copyright (c) 2018 The Python Packaging Authority
24
24
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
25
25
  SOFTWARE.
26
26
 
27
+ Project-URL: Repository, https://github.com/lisitsinyr/TOOLS_PY.git
27
28
  Keywords: tools,py
28
29
  Classifier: Development Status :: 3 - Alpha
29
30
  Classifier: Intended Audience :: Developers
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
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
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes