lyrpy 0.0.2__tar.gz → 2024.0.1__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 (47) hide show
  1. lyrpy-2024.0.1/PKG-INFO +43 -0
  2. lyrpy-2024.0.1/pyproject.toml +53 -0
  3. lyrpy-2024.0.1/setup.cfg +7 -0
  4. lyrpy-2024.0.1/setup.py +62 -0
  5. lyrpy-2024.0.1/src/lyrpy.egg-info/PKG-INFO +43 -0
  6. {lyrpy-0.0.2 → lyrpy-2024.0.1}/src/lyrpy.egg-info/SOURCES.txt +1 -0
  7. lyrpy-0.0.2/PKG-INFO +0 -19
  8. lyrpy-0.0.2/pyproject.toml +0 -18
  9. lyrpy-0.0.2/setup.cfg +0 -4
  10. lyrpy-0.0.2/src/lyrpy.egg-info/PKG-INFO +0 -19
  11. {lyrpy-0.0.2 → lyrpy-2024.0.1}/LICENSE +0 -0
  12. {lyrpy-0.0.2 → lyrpy-2024.0.1}/README.md +0 -0
  13. {lyrpy-0.0.2 → lyrpy-2024.0.1}/data/text.txt +0 -0
  14. {lyrpy-0.0.2 → lyrpy-2024.0.1}/src/lyr/LUConsole.py +0 -0
  15. {lyrpy-0.0.2 → lyrpy-2024.0.1}/src/lyr/LUConst.py +0 -0
  16. {lyrpy-0.0.2 → lyrpy-2024.0.1}/src/lyr/LUDateTime.py +0 -0
  17. {lyrpy-0.0.2 → lyrpy-2024.0.1}/src/lyr/LUDecotators.py +0 -0
  18. {lyrpy-0.0.2 → lyrpy-2024.0.1}/src/lyr/LUDict.py +0 -0
  19. {lyrpy-0.0.2 → lyrpy-2024.0.1}/src/lyr/LUDoc.py +0 -0
  20. {lyrpy-0.0.2 → lyrpy-2024.0.1}/src/lyr/LUErrors.py +0 -0
  21. {lyrpy-0.0.2 → lyrpy-2024.0.1}/src/lyr/LUFile.py +0 -0
  22. {lyrpy-0.0.2 → lyrpy-2024.0.1}/src/lyr/LUFileUtils.py +0 -0
  23. {lyrpy-0.0.2 → lyrpy-2024.0.1}/src/lyr/LULog.py +0 -0
  24. {lyrpy-0.0.2 → lyrpy-2024.0.1}/src/lyr/LUNetwork.py +0 -0
  25. {lyrpy-0.0.2 → lyrpy-2024.0.1}/src/lyr/LUNumUtils.py +0 -0
  26. {lyrpy-0.0.2 → lyrpy-2024.0.1}/src/lyr/LUObjects.py +0 -0
  27. {lyrpy-0.0.2 → lyrpy-2024.0.1}/src/lyr/LUObjectsYT.py +0 -0
  28. {lyrpy-0.0.2 → lyrpy-2024.0.1}/src/lyr/LUParserARG.py +0 -0
  29. {lyrpy-0.0.2 → lyrpy-2024.0.1}/src/lyr/LUParserINI.py +0 -0
  30. {lyrpy-0.0.2 → lyrpy-2024.0.1}/src/lyr/LUParserREG.py +0 -0
  31. {lyrpy-0.0.2 → lyrpy-2024.0.1}/src/lyr/LUProc.py +0 -0
  32. {lyrpy-0.0.2 → lyrpy-2024.0.1}/src/lyr/LUQThread.py +0 -0
  33. {lyrpy-0.0.2 → lyrpy-2024.0.1}/src/lyr/LUQTimer.py +0 -0
  34. {lyrpy-0.0.2 → lyrpy-2024.0.1}/src/lyr/LUSheduler.py +0 -0
  35. {lyrpy-0.0.2 → lyrpy-2024.0.1}/src/lyr/LUStrDecode.py +0 -0
  36. {lyrpy-0.0.2 → lyrpy-2024.0.1}/src/lyr/LUStrUtils.py +0 -0
  37. {lyrpy-0.0.2 → lyrpy-2024.0.1}/src/lyr/LUSupport.py +0 -0
  38. {lyrpy-0.0.2 → lyrpy-2024.0.1}/src/lyr/LUThread.py +0 -0
  39. {lyrpy-0.0.2 → lyrpy-2024.0.1}/src/lyr/LUTimer.py +0 -0
  40. {lyrpy-0.0.2 → lyrpy-2024.0.1}/src/lyr/LUVersion.py +0 -0
  41. {lyrpy-0.0.2 → lyrpy-2024.0.1}/src/lyr/LUYouTube.py +0 -0
  42. {lyrpy-0.0.2 → lyrpy-2024.0.1}/src/lyr/LUos.py +0 -0
  43. {lyrpy-0.0.2 → lyrpy-2024.0.1}/src/lyr/LUsys.py +0 -0
  44. {lyrpy-0.0.2 → lyrpy-2024.0.1}/src/lyr/__init__.py +0 -0
  45. {lyrpy-0.0.2 → lyrpy-2024.0.1}/src/lyr/__main__.py +0 -0
  46. {lyrpy-0.0.2 → lyrpy-2024.0.1}/src/lyrpy.egg-info/dependency_links.txt +0 -0
  47. {lyrpy-0.0.2 → lyrpy-2024.0.1}/src/lyrpy.egg-info/top_level.txt +0 -0
@@ -0,0 +1,43 @@
1
+ Metadata-Version: 2.1
2
+ Name: lyrpy
3
+ Version: 2024.0.1
4
+ Summary: lyrpy
5
+ Author: Lisitsin Y.R.
6
+ Author-email: lisitsinyr <lisitsinyr@gmail.com>
7
+ License: Copyright (c) 2018 The Python Packaging Authority
8
+
9
+ Permission is hereby granted, free of charge, to any person obtaining a copy
10
+ of this software and associated documentation files (the "Software"), to deal
11
+ in the Software without restriction, including without limitation the rights
12
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
13
+ copies of the Software, and to permit persons to whom the Software is
14
+ furnished to do so, subject to the following conditions:
15
+
16
+ The above copyright notice and this permission notice shall be included in all
17
+ copies or substantial portions of the Software.
18
+
19
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
22
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
23
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
24
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
25
+ SOFTWARE.
26
+
27
+ Keywords: tools,py
28
+ Classifier: Development Status :: 3 - Alpha
29
+ Classifier: Intended Audience :: Developers
30
+ Classifier: Topic :: Software Development :: Build Tools
31
+ Classifier: License :: OSI Approved :: MIT License
32
+ Classifier: Programming Language :: Python :: 3.8
33
+ Classifier: Programming Language :: Python :: 3.9
34
+ Classifier: Operating System :: OS Independent
35
+ Requires-Python: >=3.8
36
+ Description-Content-Type: text/markdown
37
+ License-File: LICENSE
38
+
39
+ TOOLS_PY
40
+ --------
41
+
42
+ This is a simple example package. You can use
43
+ [GitHub-flavored Markdown](https://guides.github.com/features/mastering-markdown/)
@@ -0,0 +1,53 @@
1
+ [build-system]
2
+ requires = ["setuptools >= 61.0"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "lyrpy"
7
+ version = "2024.0.1"
8
+ requires-python = ">=3.8"
9
+ authors = [
10
+ { name="lisitsinyr", email="lisitsinyr@gmail.com" },
11
+ ]
12
+ description = "lyrpy"
13
+ readme = "README.md"
14
+ license = {file = "LICENSE"}
15
+ keywords = ["tools", "py"]
16
+
17
+ classifiers = [
18
+ # How mature is this project? Common values are
19
+ # 3 - Alpha
20
+ # 4 - Beta
21
+ # 5 - Production/Stable
22
+ "Development Status :: 3 - Alpha",
23
+
24
+ # Indicate who your project is intended for
25
+ "Intended Audience :: Developers",
26
+ "Topic :: Software Development :: Build Tools",
27
+
28
+ # Pick your license as you wish (see also "license" above)
29
+ "License :: OSI Approved :: MIT License",
30
+
31
+ # Specify the Python versions you support here.
32
+ "Programming Language :: Python :: 3.8",
33
+ "Programming Language :: Python :: 3.9",
34
+
35
+ "Operating System :: OS Independent",
36
+ ]
37
+
38
+ [project.urls]
39
+ # Homepage = "https://example.com"
40
+ # Issues = "https://github.com/me/spam/issues"
41
+ # Repository = "https://github.com/me/spam.git"
42
+ # Changelog = "https://github.com/me/spam/blob/master/CHANGELOG.md"
43
+ # Documentation = "https://readthedocs.org"
44
+
45
+ # Homepage = "https://github.com/lisitsinyr/TOOLS_PY"
46
+ # Issues = "https://github.com/lisitsinyr/TOOLS_PY/issues"
47
+ # Repository = "git@github.com:lisitsinyr/TOOLS_PY.git"
48
+ # Changelog = "https://github.com/lisitsinyr/TOOLS_PY/blob/main/README.md"
49
+ # Documentation = "https://readthedocs.org"
50
+
51
+
52
+
53
+
@@ -0,0 +1,7 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
5
+ [metadata]
6
+ license_files = LICENSE
7
+
@@ -0,0 +1,62 @@
1
+ """Set up or install package."""
2
+
3
+ from json import load
4
+ from os import getenv
5
+ from os.path import dirname, join
6
+
7
+ from setuptools import find_namespace_packages, setup, find_packages
8
+
9
+
10
+ def read_pipenv_dependencies(fname):
11
+ """Get default dependencies from Pipfile.lock."""
12
+ filepath = join(dirname(__file__), fname)
13
+ with open(filepath) as lockfile:
14
+ lockjson = load(lockfile)
15
+ return [dependency for dependency in lockjson.get('default')]
16
+
17
+
18
+ def read_readme(fname):
19
+ """Get readme markdown file."""
20
+ filepath = join(dirname(__file__), fname)
21
+ with open(filepath, encoding='utf-8') as readme:
22
+ readme.read()
23
+
24
+
25
+ if __name__ == '__main__':
26
+ setup(
27
+ name='lyrpy',
28
+
29
+ #version=getenv('PACKAGE_VERSION', '1.0.dev0'),
30
+ version='1.0.0.0',
31
+
32
+ author='Lisitsin Y.R.',
33
+ author_email='lisitsinyr@gmail.com',
34
+
35
+ #url='https://github.com/the-gigi/conman',
36
+ #license='MIT',
37
+
38
+ description='Just a packaging lyr project.',
39
+ long_description_content_type='text/markdown',
40
+
41
+ long_description=read_readme('README.md'),
42
+ #long_description=open('README.md').read(),
43
+
44
+ package_dir={'': 'src'},
45
+
46
+ packages=find_namespace_packages('src', include=['lyr*']),
47
+ #packages=find_packages(exclude=['tests']),
48
+
49
+ #zip_safe=False,
50
+ #setup_requires=['nose>=1.0'],
51
+ #test_suite='nose.collector')
52
+
53
+ install_requires=read_pipenv_dependencies('Pipfile.lock'),
54
+ entry_points={
55
+ 'console_scripts': [
56
+ 'fibo=demo.main:cli'
57
+ ]
58
+ },
59
+ data_files=[
60
+ ('data', ['data/text.txt'])
61
+ ]
62
+ )
@@ -0,0 +1,43 @@
1
+ Metadata-Version: 2.1
2
+ Name: lyrpy
3
+ Version: 2024.0.1
4
+ Summary: lyrpy
5
+ Author: Lisitsin Y.R.
6
+ Author-email: lisitsinyr <lisitsinyr@gmail.com>
7
+ License: Copyright (c) 2018 The Python Packaging Authority
8
+
9
+ Permission is hereby granted, free of charge, to any person obtaining a copy
10
+ of this software and associated documentation files (the "Software"), to deal
11
+ in the Software without restriction, including without limitation the rights
12
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
13
+ copies of the Software, and to permit persons to whom the Software is
14
+ furnished to do so, subject to the following conditions:
15
+
16
+ The above copyright notice and this permission notice shall be included in all
17
+ copies or substantial portions of the Software.
18
+
19
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
22
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
23
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
24
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
25
+ SOFTWARE.
26
+
27
+ Keywords: tools,py
28
+ Classifier: Development Status :: 3 - Alpha
29
+ Classifier: Intended Audience :: Developers
30
+ Classifier: Topic :: Software Development :: Build Tools
31
+ Classifier: License :: OSI Approved :: MIT License
32
+ Classifier: Programming Language :: Python :: 3.8
33
+ Classifier: Programming Language :: Python :: 3.9
34
+ Classifier: Operating System :: OS Independent
35
+ Requires-Python: >=3.8
36
+ Description-Content-Type: text/markdown
37
+ License-File: LICENSE
38
+
39
+ TOOLS_PY
40
+ --------
41
+
42
+ This is a simple example package. You can use
43
+ [GitHub-flavored Markdown](https://guides.github.com/features/mastering-markdown/)
@@ -2,6 +2,7 @@ LICENSE
2
2
  README.md
3
3
  pyproject.toml
4
4
  setup.cfg
5
+ setup.py
5
6
  data/text.txt
6
7
  src/lyr/LUConsole.py
7
8
  src/lyr/LUConst.py
lyrpy-0.0.2/PKG-INFO DELETED
@@ -1,19 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: lyrpy
3
- Version: 0.0.2
4
- Summary: lyrpy
5
- Author-email: lisitsinyr <lisitsinyr@gmail.com>
6
- Project-URL: Homepage, https://github.com/lisitsinyr/TOOLS_PY
7
- Project-URL: Issues, https://github.com/lisitsinyr/TOOLS_PY/issues
8
- Classifier: Programming Language :: Python :: 3
9
- Classifier: License :: OSI Approved :: MIT License
10
- Classifier: Operating System :: OS Independent
11
- Requires-Python: >=3.8
12
- Description-Content-Type: text/markdown
13
- License-File: LICENSE
14
-
15
- TOOLS_PY
16
- --------
17
-
18
- This is a simple example package. You can use
19
- [GitHub-flavored Markdown](https://guides.github.com/features/mastering-markdown/)
@@ -1,18 +0,0 @@
1
- [project]
2
- name = "lyrpy"
3
- version = "0.0.2"
4
- authors = [
5
- { name="lisitsinyr", email="lisitsinyr@gmail.com" },
6
- ]
7
- description = "lyrpy"
8
- readme = "README.md"
9
- requires-python = ">=3.8"
10
- classifiers = [
11
- "Programming Language :: Python :: 3",
12
- "License :: OSI Approved :: MIT License",
13
- "Operating System :: OS Independent",
14
- ]
15
-
16
- [project.urls]
17
- Homepage = "https://github.com/lisitsinyr/TOOLS_PY"
18
- Issues = "https://github.com/lisitsinyr/TOOLS_PY/issues"
lyrpy-0.0.2/setup.cfg DELETED
@@ -1,4 +0,0 @@
1
- [egg_info]
2
- tag_build =
3
- tag_date = 0
4
-
@@ -1,19 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: lyrpy
3
- Version: 0.0.2
4
- Summary: lyrpy
5
- Author-email: lisitsinyr <lisitsinyr@gmail.com>
6
- Project-URL: Homepage, https://github.com/lisitsinyr/TOOLS_PY
7
- Project-URL: Issues, https://github.com/lisitsinyr/TOOLS_PY/issues
8
- Classifier: Programming Language :: Python :: 3
9
- Classifier: License :: OSI Approved :: MIT License
10
- Classifier: Operating System :: OS Independent
11
- Requires-Python: >=3.8
12
- Description-Content-Type: text/markdown
13
- License-File: LICENSE
14
-
15
- TOOLS_PY
16
- --------
17
-
18
- This is a simple example package. You can use
19
- [GitHub-flavored Markdown](https://guides.github.com/features/mastering-markdown/)
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
File without changes
File without changes
File without changes
File without changes
File without changes